1
0
Fork 0

Compare commits

...

41 Commits

Author SHA1 Message Date
dependabot[bot] 1e8a4e1640
[upd] pypi: Bump sphinx-autobuild from 2021.3.14 to 2024.4.16
Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.4.16.
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.04.16)

---
updated-dependencies:
- dependency-name: sphinx-autobuild
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 15:17:36 +00:00
Markus Heiser 742303d030 [mod] improve unit converter plugin
- l10n support: parse and format decimal numbers by babel
- ability to add additional units
- improved unit detection (symbols are not unique)
- support for alias units (0,010C to F --> 32,018 °F)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-09 17:16:31 +02:00
Markus Heiser 63cf80aae5 [fix] docutils dependencies (docutils>=0.21.2)
Another trip into the hell of dependencies: docutils tends to put major changes
in minor patches: the executables have been renamed / e.g.

     rst2html.py --> rts2html

so we have to use docutils at least from version 0.21.2, but this version of
docutils is only supported by myst-parser from version 3.0.1 on.

Additionally, docutils decided to drop python 3.8 in version 0.21 [1]

Further, linuxdoc needed an update to cope with docutils 0.21 [2]

[1] https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09
[2] https://github.com/return42/linuxdoc/pull/36

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-09 17:15:21 +02:00
dependabot[bot] 58320222e2 Bump jinja2 from 3.1.3 to 3.1.4
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 07:21:25 +02:00
Alexandre Flament ac430a9eaf Drop pytomlpp dependency for Python >= 3.11
Rely on tomllib for Python >= 3.11
2024-05-05 17:35:29 +02:00
Markus Heiser dbed8da284 [fix] startpage engine: XPath expressions adapted for new HTML layout
Startpage has changed its HTML layout, classes like ``w-gl__result__main`` do no
longer exists and the result items have been slightly changed in their
structure.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-04 19:45:52 +02:00
Yaksh Bariya d577817646 [fix] respect user preferences to open links in new tab for short answers
Previously only result urls were set to open in new tab by default, this should
make the behaviour consistent.

Also adds the missing rel="noreferrer" to the anchor tag. Although this should
not be needed as long as the `referrer-policy: no-referrer` header is set, it's
always nice to play safer than to have to say sorry.  For example some reverse
proxy configurations might strip off unwhitelisted headers in which case it's
nice to have this set.
2024-05-04 06:55:37 +02:00
Bnyro 78077126f2 [feat] wikimedia commons: support for videos, audio and other files 2024-05-04 06:23:04 +02:00
Daniel Kukula 46d7a8289b [feat] engine: implementation of https://hex.pm
The package manager for the Erlang ecosystem Find packages.

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-05-03 21:37:37 +02:00
dependabot[bot] 04271e555b [upd] pypi: Bump pallets-sphinx-themes from 2.1.2 to 2.1.3
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: pallets-sphinx-themes
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 18:22:13 +02:00
searxng-bot 8225f88404 [l10n] update translations from Weblate
377c34a74 - 2024-05-02 - lspepinho <lspepinho@users.noreply.translate.codeberg.org>
079ba625b - 2024-05-01 - alexgabi <alexgabi@users.noreply.translate.codeberg.org>
fe48c8a08 - 2024-04-30 - return42 <return42@users.noreply.translate.codeberg.org>
e04560acc - 2024-04-30 - return42 <return42@users.noreply.translate.codeberg.org>
2fb6a2cfa - 2024-04-29 - Heyian <Heyian@users.noreply.translate.codeberg.org>
b374205cc - 2024-04-30 - return42 <return42@users.noreply.translate.codeberg.org>
d284cdd1d - 2024-04-29 - Fjuro <fjuro@alius.cz>
87edf2cb3 - 2024-04-27 - return42 <return42@users.noreply.translate.codeberg.org>
f6971a077 - 2024-04-27 - SomeTr <SomeTr@users.noreply.translate.codeberg.org>
f88e23f2c - 2024-04-27 - return42 <return42@users.noreply.translate.codeberg.org>
c7e8506c1 - 2024-04-28 - ghose <ghose@users.noreply.translate.codeberg.org>
795e14ddd - 2024-04-27 - return42 <return42@users.noreply.translate.codeberg.org>
143bc6cf0 - 2024-04-27 - Implosion <Implosion@users.noreply.translate.codeberg.org>
5d96b3d53 - 2024-04-27 - return42 <return42@users.noreply.translate.codeberg.org>
b2cc8a6cd - 2024-04-27 - return42 <return42@users.noreply.translate.codeberg.org>
2024-05-03 09:15:13 +02:00
Markus Heiser 11fe88bb40 [fix] update wikidata units - remove URL prefix from Q-name
Sometimes the URL prefix switches from a http to a https, this patch harden the
code that removes the URL prefix from wikidata Q-name, issue has been reported
in [1].

[1] https://github.com/searxng/searxng/pull/3437#issuecomment-2082121730

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-05-01 18:58:28 +02:00
Austin-Olacsi c8d0b6529b [feat] engine: implementation of searchmysite 2024-04-30 05:47:18 +02:00
Markus Heiser f8bdf61976 [fix] yep engine: invcrease timeout from defaul 3sec to 5sec
In the "Engines" tab on searx.space [1] nearly all engines report a

    TimeoutException: yep engine

As documented in issue #2444 [2], this problem can be fixed by increasing the
timeout. Note: on a local instance (`make run`) the timeout of 3sec was
sufficient / at least in my local test, but the balance of searx.space leads me
to believe that this tight timeout is usually not sufficient.

[1] https://searx.space/
[2] https://github.com/searxng/searxng/issues/2444

Closes https://github.com/searxng/searxng/issues/3421
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-30 05:46:15 +02:00
return42 e45a7cc063 [data] update searx.data - update_engine_traits.py 2024-04-29 10:02:48 +02:00
return42 c0b6c26eea [data] update searx.data - update_firefox_version.py 2024-04-29 10:02:16 +02:00
return42 0ec406cb7e [data] update searx.data - update_ahmia_blacklist.py 2024-04-29 10:01:52 +02:00
return42 ea585d4e77 [data] update searx.data - update_currencies.py 2024-04-29 09:48:56 +02:00
return42 d4e98c03a0 [data] update searx.data - update_engine_descriptions.py 2024-04-29 09:46:26 +02:00
Markus Heiser e6c345f890 [fix] ccc_media engine: filter video formats and ignore audio & SubRip
CCC media serves several recording formats, to name a few:

- application/x-subrip
- video/mp4
- video/webm
- audio/mpeg
- audio/opus
- audio/mpeg

not all of them are suitable for a video frame.  If available we should prefer
video/mp4 due to its minimal data rates.

Closes: https://github.com/searxng/searxng/issues/3431
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-28 08:42:18 +02:00
Jinyuan Huang ecee56533c improve "search existing issues from github" link 2024-04-27 20:01:27 +02:00
Markus Heiser 11fdc2f56a [fix] drop broken azlyrics XPath engine
Unfortunately, azlyrics has a bot blocker that makes it impossible to implement
an XPath engine for it [1][2].

[1] https://github.com/searxng/searxng/pull/3302#issuecomment-2013529271
[2] https://github.com/searxng/searxng/issues/3280

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-27 18:43:14 +02:00
Markus Heiser 648f43be1d [build] /static 2024-04-27 18:26:23 +02:00
Bnyro 3ea278aff4 [feat] preferences: button to enable/disable all engines 2024-04-27 18:26:23 +02:00
Bnyro 46efb2f36d [feat] plugins: new unit converter plugin 2024-04-27 18:11:33 +02:00
Bnyro b3b1258e4e [data] wikidata: update wikidata_units.json 2024-04-27 18:11:33 +02:00
dependabot[bot] 1e1fb59bea [upd] pypi: Bump sphinx from 7.2.6 to 7.3.7
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-27 10:05:51 +02:00
Markus Heiser d593055888 [fix] ionic.io/ionicons - add back missing class="ionicon"
Seems to me svg2jinja added the class in the past .. but no longer in new builds
/ this patch adds the class back by using addAttributesToSVGElement [1].

To test this patch use:

    $ ./manage themes.simple
    $ cat searx/templates/simple/icons.html

and check `class="ionicon"` is in the outer `<svg ..>` tags.

[1] https://svgo.dev/docs/plugins/add-attributes-to-svg-elements/
[2] https://ionic.io/ionicons

Closes: https://github.com/searxng/searxng/issues/3383
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-27 09:33:20 +02:00
Bnyro 42b58eb448 [feat] media.ccc.de: implement module with pagination and iframe 2024-04-27 08:55:26 +02:00
dependabot[bot] a56b4a1648 [upd] pypi: Bump pallets-sphinx-themes from 2.1.1 to 2.1.2
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: pallets-sphinx-themes
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-27 08:30:17 +02:00
dependabot[bot] 4719c004ea [upd] pypi: Bump redis from 5.0.3 to 5.0.4
Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-27 08:24:23 +02:00
Ivan G 0e09014df5
Add uWSGI `die-on-term` flag (#3429) 2024-04-26 23:42:29 +02:00
searxng-bot 41f415aabf [l10n] update translations from Weblate
f4861e2c3 - 2024-04-26 - SomeTr <SomeTr@users.noreply.translate.codeberg.org>
2024-04-26 09:14:03 +02:00
dependabot[bot] 0081870305 [upd] pypi: Bump selenium from 4.19.0 to 4.20.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.19.0 to 4.20.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.19.0...selenium-4.20.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 09:10:46 +02:00
Markus Heiser ddaa6ed759 [fix] add missing localizable (gettext) messages to searxng.msg
To test this patch I used .. and checked the diff of the `messages.pot` file::

    $ ./manage pyenv.cmd pybabel extract -F babel.cfg \
              -o ./searx/translations/messages.pot searx/
    $ git diff ./searx/translations/messages.pot

----

hint from @dalf: f-string are not supported [1] but there is no error [2].

[1] python-babel/babel#594
[2] python-babel/babel#715

Closes: https://github.com/searxng/searxng/issues/3412
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-26 07:34:32 +02:00
Bnyro 0a4280a137 [refactor] translation engines: add translate category
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-26 07:33:28 +02:00
Bnyro 91522f3801 [feat] engine: implementation of LibreTranslate
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-26 07:33:28 +02:00
Grant Lanham Jr e0214412f8 Update .gitignore to ignore .python-version 2024-04-24 16:01:50 +02:00
searxng-bot af3be2b12b [l10n] update translations from Weblate
b58f11366 - 2024-04-17 - Right202209 <Right202209@users.noreply.translate.codeberg.org>
43b601950 - 2024-04-17 - return42 <return42@users.noreply.translate.codeberg.org>
5cac16eaf - 2024-04-17 - return42 <return42@users.noreply.translate.codeberg.org>
88b5396d5 - 2024-04-17 - return42 <return42@users.noreply.translate.codeberg.org>
515161ddc - 2024-04-17 - return42 <return42@users.noreply.translate.codeberg.org>
7f8e70b10 - 2024-04-17 - return42 <return42@users.noreply.translate.codeberg.org>
247777e50 - 2024-04-10 - Right202209 <Right202209@users.noreply.translate.codeberg.org>
1b0c91d0f - 2024-04-07 - shadow3x3x3 <shadow3x3x3@users.noreply.translate.codeberg.org>
f7f160fd0 - 2024-04-06 - vducong <vducong@users.noreply.translate.codeberg.org>
62cc9ce67 - 2024-04-06 - mrintegrity <mrintegrity@users.noreply.translate.codeberg.org>
131bec469 - 2024-04-06 - omfj <omfj@users.noreply.translate.codeberg.org>
bceb0dbec - 2024-04-06 - Uzakmo <Uzakmo@users.noreply.translate.codeberg.org>
51330ae18 - 2024-04-05 - tegcope <tegcope@users.noreply.translate.codeberg.org>
79a2eb668 - 2024-04-05 - sserra <sserra@users.noreply.translate.codeberg.org>
b3c2827e5 - 2024-04-05 - sserra <sserra@users.noreply.translate.codeberg.org>
ba46f8672 - 2024-04-03 - meskobalazs <meskobalazs@users.noreply.translate.codeberg.org>
b58a3eff1 - 2024-04-04 - return42 <return42@users.noreply.translate.codeberg.org>
3a9c022ea - 2024-04-03 - meskobalazs <meskobalazs@users.noreply.translate.codeberg.org>
424ea8188 - 2024-04-03 - Kita Ikuyo <searinminecraft@courvix.com>
2024-04-21 11:16:40 +02:00
Bnyro 644ae51417 [fix] yahoo: result titles are getting mixed together 2024-04-20 17:00:17 +02:00
dependabot[bot] 0f70e4d305 [upd] pypi: Bump sphinx-issues from 4.0.0 to 4.1.0
Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 4.0.0 to 4.1.0.
- [Commits](https://github.com/sloria/sphinx-issues/compare/4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: sphinx-issues
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 10:43:53 +02:00
156 changed files with 22784 additions and 7490 deletions

4
.gitignore vendored
View File

@ -23,4 +23,6 @@ gh-pages/
.idea/
searx/version_frozen.py
.dir-locals.el
.dir-locals.el
.python-version

View File

@ -172,3 +172,4 @@ features or generally made searx better:
- Bernie Huang `<https://github.com/BernieHuang2008>`
- Austin Olacsi `<https://github.com/Austin-Olacsi>`
- @micsthepick
- Daniel Kukula `<https://github.com/dkuku>`

View File

@ -42,6 +42,10 @@ buffer-size = 8192
# See https://github.com/searx/searx-docker/issues/24
add-header = Connection: close
# Follow SIGTERM convention
# See https://github.com/searxng/searxng/issues/3427
die-on-term
# uwsgi serves the static files
static-map = /static=/usr/local/searxng/searx/static
# expires set to one day

View File

@ -0,0 +1,9 @@
.. _unit converter plugin:
=====================
Unit converter plugin
=====================
.. automodule:: searx.plugins.unit_converter
:members:

View File

@ -4,19 +4,22 @@ cov-core==1.15.0
black==24.3.0
pylint==3.1.0
splinter==0.21.0
selenium==4.19.0
Pallets-Sphinx-Themes==2.1.1
selenium==4.20.0
Pallets-Sphinx-Themes==2.1.3
Sphinx<=7.1.2; python_version == '3.8'
Sphinx==7.2.6; python_version > '3.8'
sphinx-issues==4.0.0
Sphinx==7.3.7; python_version > '3.8'
sphinx-issues==4.1.0
sphinx-jinja==2.0.2
sphinx-tabs==3.4.5
sphinxcontrib-programoutput==0.17
sphinx-autobuild==2021.3.14
sphinx-autobuild==2024.4.16
sphinx-notfound-page==1.0.0
myst-parser==2.0.0
linuxdoc==20231020
myst-parser==3.0.1
linuxdoc==20240509
aiounittest==1.4.2
yamllint==1.35.1
wlc==1.14
coloredlogs==15.0.1
docutils<=0.21; python_version == '3.8'
docutils>=0.21.2; python_version > '3.8'

View File

@ -2,7 +2,7 @@ certifi==2024.2.2
babel==2.14.0
flask-babel==4.0.0
flask==3.0.3
jinja2==3.1.3
jinja2==3.1.4
lxml==5.2.1
pygments==2.17.2
python-dateutil==2.9.0.post0
@ -12,7 +12,7 @@ Brotli==1.1.0
uvloop==0.19.0
httpx-socks[asyncio]==0.7.7
setproctitle==1.3.3
redis==5.0.3
redis==5.0.4
markdown-it-py==3.0.0
fasttext-predict==0.9.2.2
pytomlpp==1.0.13
pytomlpp==1.0.13; python_version < '3.11'

View File

@ -13,7 +13,18 @@ import copy
import typing
import logging
import pathlib
import pytomlpp as toml
try:
import tomllib
pytomlpp = None
USE_TOMLLIB = True
except ImportError:
import pytomlpp
tomllib = None
USE_TOMLLIB = False
__all__ = ['Config', 'UNSET', 'SchemaIssue']
@ -61,7 +72,7 @@ class Config:
# init schema
log.debug("load schema file: %s", schema_file)
cfg = cls(cfg_schema=toml.load(schema_file), deprecated=deprecated)
cfg = cls(cfg_schema=toml_load(schema_file), deprecated=deprecated)
if not cfg_file.exists():
log.warning("missing config file: %s", cfg_file)
return cfg
@ -69,12 +80,7 @@ class Config:
# load configuration
log.debug("load config file: %s", cfg_file)
try:
upd_cfg = toml.load(cfg_file)
except toml.DecodeError as exc:
msg = str(exc).replace('\t', '').replace('\n', ' ')
log.error("%s: %s", cfg_file, msg)
raise
upd_cfg = toml_load(cfg_file)
is_valid, issue_list = cfg.validate(upd_cfg)
for msg in issue_list:
@ -176,6 +182,25 @@ class Config:
return getattr(m, name)
def toml_load(file_name):
if USE_TOMLLIB:
# Python >= 3.11
try:
with open(file_name, "rb") as f:
return tomllib.load(f)
except tomllib.TOMLDecodeError as exc:
msg = str(exc).replace('\t', '').replace('\n', ' ')
log.error("%s: %s", file_name, msg)
raise
# fallback to pytomlpp for Python < 3.11
try:
return pytomlpp.load(file_name)
except pytomlpp.DecodeError as exc:
msg = str(exc).replace('\t', '').replace('\n', ' ')
log.error("%s: %s", file_name, msg)
raise
# working with dictionaries

File diff suppressed because it is too large Load Diff

View File

@ -784,6 +784,7 @@
"pt": "dólar baamiano",
"ru": "багамский доллар",
"sk": "Bahamský dolár",
"sl": "bahamski dolar",
"sr": "бахамски долар",
"sv": "Bahamansk dollar",
"ta": "பஹ்மானிய டாலர்",
@ -839,7 +840,7 @@
"ar": "بوتسوانا بولا",
"bg": "Ботсванска пула",
"ca": "pula",
"cs": "Botswanská pula",
"cs": "botswanská pula",
"da": "Pula",
"de": "botswanischer Pula",
"en": "Botswana pula",
@ -866,6 +867,7 @@
"pt": "pula",
"ro": "Pula botswaniană",
"ru": "Ботсванская пула",
"sl": "bocvanska pula",
"sr": "боцванска пула",
"sv": "Pula",
"ta": "போட்ஸ்வானா பூலா",
@ -1595,7 +1597,7 @@
"cs": "Etiopský birr",
"da": "Etiopiske birr",
"de": "Äthiopischer Birr",
"en": "birr",
"en": "bir",
"eo": "etiopa birro",
"es": "Birr etíope",
"fi": "Etiopian birr",
@ -1700,6 +1702,7 @@
"ro": "Dolar fijian",
"ru": "доллар Фиджи",
"sk": "Fidžijský dolár",
"sl": "fidžijski dolar",
"sr": "фиџијски долар",
"sv": "Fijidollar",
"ta": "பிஜி டாலர்",
@ -1881,6 +1884,7 @@
"ko": "지브롤터 파운드",
"lt": "Gibraltaro svaras",
"nl": "Gibraltarees pond",
"oc": "liura de Gibartar",
"pa": "ਜਿਬਰਾਲਟਰ ਪਾਊਂਡ",
"pl": "Funt gibraltarski",
"pt": "libra de Gibraltar",
@ -2003,7 +2007,7 @@
"de": "Guyana-Dollar",
"en": "Guyanese dollar",
"eo": "gujana dolaro",
"es": "dólar guyanés",
"es": "Dólar guyanés",
"eu": "Dolar guyanar",
"fi": "Guyanan dollari",
"fr": "Dollar guyanien",
@ -2272,7 +2276,7 @@
"bg": "Индийска рупия",
"bn": "ভারতীয় টাকা",
"ca": "rupia índia",
"cs": "Indická rupie",
"cs": "indická rupie",
"cy": "rupee Indiaidd",
"da": "indisk rupi",
"de": "Indische Rupie",
@ -3003,6 +3007,7 @@
"ru": "Либерийский доллар",
"sr": "либеријски долар",
"sv": "Liberiansk dollar",
"th": "ดอลลาร์ไลบีเรีย",
"tr": "Liberya doları",
"uk": "Ліберійський долар"
},
@ -3150,7 +3155,7 @@
"cs": "Malgašský ariary",
"da": "Ariary",
"de": "Ariary",
"en": "Ariary",
"en": "ariary",
"eo": "malagasa ariaro",
"es": "ariary",
"fi": "Madagaskarin ariary",
@ -3242,6 +3247,7 @@
"pt": "Quiate",
"ro": "Kyat",
"ru": "кьят",
"sl": "mjanmarski kjat",
"sr": "мјанмарски кјат",
"sv": "Burmesisk kyat",
"th": "จัต",
@ -3920,6 +3926,7 @@
"ru": "Кина",
"sr": "папуанска кина",
"sv": "Papuansk Kina",
"th": "กีนา",
"tr": "Papua Yeni Gine kinası",
"uk": "Кіна",
"vi": "Kina Papua New Guinea"
@ -4690,6 +4697,7 @@
"bg": "Южносудански паунд",
"ca": "lliura sud-sudanesa",
"cs": "jihosúdánská libra",
"da": "Sydsudanesiske pund",
"de": "südsudanesisches Pfund",
"en": "South Sudanese pound",
"eo": "sud-sudana pundo",
@ -5513,7 +5521,7 @@
},
"XAU": {
"ar": "استثمار الذهب",
"cs": "Investiční zlato",
"cs": "investiční zlato",
"de": "Gold als Kapitalanlage",
"en": "gold as an investment",
"fi": "Kultaan sijoittaminen",
@ -5682,6 +5690,7 @@
"ro": "Franc CFP",
"ru": "французский тихоокеанский франк",
"sk": "CFP frank",
"sl": "pacifiški frank",
"sr": "француски тихоокеански франак",
"sv": "CFP-franc",
"tr": "CFP frangı",
@ -5758,7 +5767,7 @@
"ar": "راند جنوب إفريقي",
"bg": "Южноафрикански ранд",
"ca": "rand",
"cs": "Jihoafrický rand",
"cs": "jihoafrický rand",
"cy": "Rand De Affrica",
"da": "Rand",
"de": "südafrikanischer Rand",
@ -5826,6 +5835,8 @@
"uk": "Замбійська квача"
},
"ZWL": {
"ca": "dòlar de Zimbàbue",
"cs": "zimbabwský dolar",
"en": "Zimbabwean dollar",
"eo": "Zimbabva dolaro",
"es": "Dólar RTGS",
@ -5833,6 +5844,8 @@
"it": "dollaro RTGS",
"ja": "RTGSドル",
"ko": "RTGS 달러",
"nl": "Zimbabwaanse dollar",
"pl": "dolar Zimbabwe",
"pt": "Dólar do Zimbábue (2019presente)",
"sl": "zimbabvejski dolar"
}
@ -5882,6 +5895,8 @@
"$u": "UYU",
"$usd": "USD",
"100ドル紙幣": "NIO",
"2019 zimbabwean dollar": "ZWL",
"5th zimbabwean dollar": "ZWL",
"A$": "AUD",
"A.M.": "AZN",
"AU$": "AUD",
@ -6393,6 +6408,7 @@
"bieloruský rubeľ": "BYN",
"bif": "BIF",
"bigarren boliviano": "BOB",
"bir": "ETB",
"biras": "ETB",
"birleşik arap emirlikleri dirhemi": "AED",
"birma kjato": "MMK",
@ -6486,7 +6502,6 @@
"brits pond": "GBP",
"britse pond": "GBP",
"britská libra": "GBP",
"britské libry": "GBP",
"brittiska pund": "GBP",
"brittiskt pund": "GBP",
"brl": "BRL",
@ -6530,6 +6545,7 @@
"bulgarske leva": "BGN",
"bulgārijas leva": "BGN",
"bulharský lev": "BGN",
"burmanski kjat": "MMK",
"burmese kyat": "MMK",
"burmesisk kyat": "MMK",
"burunda franko": "BIF",
@ -6796,7 +6812,6 @@
"čehijas krona": "CZK",
"čekijos krona": "CZK",
"česká koruna": "CZK",
"česká měna": "CZK",
"češka krona": "CZK",
"češka kruna": "CZK",
"čileanski peso": "CLP",
@ -7142,7 +7157,8 @@
"doğu karayip doları": "XCD",
"dolar": [
"NZD",
"FJD"
"FJD",
"BSD"
],
"dolar american": "USD",
"dolar amerika serikat": "USD",
@ -7288,6 +7304,7 @@
"dolar trynidadzki": "TTD",
"dolar wschodniokaraibski": "XCD",
"dolar wysp salomona": "SBD",
"dolar zimbabwe": "ZWL",
"dolares neozelandeses": "NZD",
"dolaro": [
"USD",
@ -7481,6 +7498,7 @@
"dòlar de trinitat": "TTD",
"dòlar de trinitat i tobago": "TTD",
"dòlar de trinitat tobago": "TTD",
"dòlar de zimbàbue": "ZWL",
"dòlar del canadà": "CAD",
"dòlar del carib oriental": "XCD",
"dòlar dels estats units": "USD",
@ -7953,6 +7971,7 @@
"franc de suïssa": "CHF",
"franc del congo": "CDF",
"franc del congo belga": "CDF",
"franc des collectivités françaises du pacifique": "XPF",
"franc djibouti": "DJF",
"franc djiboutien": "DJF",
"franc elvețian": "CHF",
@ -8070,6 +8089,7 @@
],
"frank cfp": "XPF",
"frank dżibuti": "DJF",
"frank francoskih skupnosti pacifika": "XPF",
"frank gwinejski": "GNF",
"frank komorów": "KMF",
"frank kongijski": "CDF",
@ -8145,7 +8165,6 @@
"gip": "GIP",
"gmd": "GMD",
"gnf": "GNF",
"gold": "XAU",
"gold als kapitalanlage": "XAU",
"gold as an investment": "XAU",
"gold as currency": "XAU",
@ -8675,6 +8694,7 @@
"kíp": "LAK",
"kíp lào": "LAK",
"kīp": "LAK",
"kjat": "MMK",
"km": "BAM",
"kmf": "KMF",
"koeweitse dinar": "KWD",
@ -9157,6 +9177,7 @@
"lire sterline": "GBP",
"lire turque": "TRY",
"lisente": "LSL",
"liura de gibartar": "GIP",
"liura egipciana": "EGP",
"liura esterlina": "GBP",
"liura libanesa": "LBP",
@ -9467,6 +9488,7 @@
"milim": "TND",
"millime": "TND",
"mĩ kim": "USD",
"mjanmarski kjat": "MMK",
"mkd": "MKD",
"mmk": "MMK",
"mnt": "MNT",
@ -9870,6 +9892,7 @@
"pab": "PAB",
"pacific franc": "XPF",
"pacifika franko": "XPF",
"pacifiški frank": "XPF",
"pakistaanse roepie": "PKR",
"pakistaanse rupee": "PKR",
"pakistan rupisi": "PKR",
@ -11127,6 +11150,7 @@
"sydafrikansk rand": "ZAR",
"sydkoreansk won": "KRW",
"sydkoreanske won": "KRW",
"sydsudanesiske pund": "SSP",
"sydsudanesiskt pund": "SSP",
"syp": "SYP",
"syrian lira": "SYP",
@ -11741,7 +11765,9 @@
"zelts kā investīcija": "XAU",
"zimbabva dolaro": "ZWL",
"zimbabvejski dolar": "ZWL",
"zimbabwaanse dollar": "ZWL",
"zimbabwean dollar": "ZWL",
"zimbabwský dolar": "ZWL",
"zimdollar": "ZWL",
"zl": [
"PLZ",
@ -14118,6 +14144,7 @@
"ශ්රී ලංකා රුපියල": "LKR",
"සිංගප්පූරු ඩොලරය": "SGD",
"සෙකල්": "ILS",
"กีนา": "PGK",
"กีบ": "LAK",
"ครูนาสวีเดน": "SEK",
"งุลตรัมภูฏาน": "BTN",
@ -14144,6 +14171,7 @@
"ดอลลาร์แคนาดา": "CAD",
"ดอลลาร์ไต้หวัน": "TWD",
"ดอลลาร์ไต้หวันใหม่": "TWD",
"ดอลลาร์ไลบีเรีย": "LRD",
"ดินาร์อิรัก": "IQD",
"ดีนาร์อิรัก": "IQD",
"ด่ง": "VND",

View File

@ -160,7 +160,7 @@
],
"google scholar":"جوجل سكولار أو الباحث العلمي من جوجل هو محرك بحث خاص بالمؤلفات العلمية والأكاديمية التي يحتاج إليها الباحثون والدارسون. من مكان واحد، يمكنك البحث عبر العديد من المجالات العلمية ومصادر المعلومات: أبحاث معتمدة ورسائل علمية وكتب وملخصات ومقالات من ناشرين أكاديميين وجمعيات متخصصة ومراكز جمع المعلومات قبل طباعتها والجامعات وغير ذلك من مؤسسات البحث العلمي. يساعدك الباحث العلمي من جوجل على التعرف على أكثر الأبحاث العلمية صلة بمجال بحثك في عالم البحث العلمي.",
"google videos":"جوجل فيديو هو موقع فيديو مجاني، وكذلك محرك بحث للفيديو من غوغل. غوغل فيديو يسمح للفيديو أن يكون جزءًا لا يتجزأ من مواقع أخرى بعيدة ويوفر ما يلزم من كود HTML ويسمح كذلك للمواقع باستضافة كميات كبيرة من الفيديو عن بعد على جوجل فيديو دون الوقوع في عرض النطاق الترددي. بعض أشرطة الفيديو معروضة أيضاً للبيع من خلال متجر غوغل فيديو.",
"hackernews":"أخبار الهاكر هو موقع إخباري اجتماعي يركز على علوم الكمبيوتر وريادة الأعمال. يدار من قبل صندوق الاستثمار وحاضنة الشركات الناشئة Y Combinator الخاصة بـ بول غراهام. بشكل عام يتم تعريف المحتوى الذي يمكن تقديمه على أنه «أي شيء يرضي فضول الفرد الفكري».",
"hackernews":"هاكر نيوز هو موقع إخباري اجتماعي يركز على علوم الكمبيوتر وريادة الأعمال. يدار من قبل صندوق الاستثمار وحاضنة الشركات الناشئة Y Combinator الخاصة بـ بول غراهام. بشكل عام يتم تعريف المحتوى الذي يمكن تقديمه على أنه «أي شيء يرضي فضول الفرد الفكري».",
"hoogle":"هاسكل هي لغة برمجة مطابقة للمعايير، للأغراض العامة، وهي لغة وظيفية إلى حد كبير، دون دلالات ألفاظ ملزمة وبكتابة ثابتة وقوية. وقد سُميت بـ هاسكل علي اسم عالم المنطق «هاسكل كوري». وفي اللغة هاسكل، «تمثل الوظيفة مواطن من الدرجة الأولى» من لغة البرمجة. ولكونها لغة برمجة وظيفية فإن بنية التحكم الرئيسية هي الوظيفة. وترجع أصول اللغة إلى ملاحظات هاسكل كوري وأتباعه من المفكرين، بأن «الإثبات هو برنامج؛ والمعادلة التي يثبتها هي نوع للبرنامج».",
"imdb":"قاعدة بيانات الأفلام على الإنترنت وتُعرف اختصارًا بـ آي إم دي بي هي قاعدة بيانات عبر الإنترنت للمعلومات المتعلقة بالأفلام والبرامج التلفزيونية ومقاطع الفيديو المنزلية وألعاب الفيديو والمحتوى المتدفق عبر الإنترنت - بما في ذلك الممثلون وطاقم الإنتاج والسير الذاتية الشخصية وملخصات الحبكة، التقييمات وآراء المعجبين وكذا المراجعات النقدية. كان موقع قاعدة بيانات الأفلام على الإنترنت في الأصل موقع ويب يُديره المعجبون إلى أن سيطرت عليهِ شركة آي إم دي بي دوت كوم إنكوايرر وهي شركةٌ تابعةٌ لشركة أمازون. بدأ الموقع كقاعدة بيانات أفلام على مجموعة يوزنت على المسار ريك دوت آرتس دوت موفيز في عام 1990 وانتقلَ إلى الويب في عام 1993.",
"imgur":"إمجور هو مجتمع إلكتروني عبر الإنترنت يقدم خدمات الاستضافة للصور والمشاركة والاستمتاع بأشهر الصور المنتشرة عبر الإنترنت من جميع دول العالم. أسسه آلان شاف ويستخدم البرنامج حاليًا ملايين المتصفحين بشكل يومي.",
@ -263,10 +263,6 @@
"ref"
],
"deviantart":"deviantArt е онлайн общност, в която се качват различни видове „произведения на изкуството“, направени от потребителите. Отворен е на 7 август, 2000 от Скот Джаркоф, Матю Стивънс, Анджело Сотира и други. Дружеството на deviantArt се намира в Холивуд, Лос Анджелис, Съединени щати.",
"dictzone":[
"Онлайн речници: английски, испански, немски, френски, италиански, унгарски... Изберете любимия си речник!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:bg",
"ref"
@ -319,6 +315,10 @@
"hoogle":"Haskell (Ха̀скъл) е функционален език за програмиране. В частност, той е полиморфично статично-типизиран, „мързелив“, чисто функционален език, доста различен от повечето езици за програмиране. Името му е в чест на логика Хаскел Къри, чийто труд в областта на математическата логика е в основата на създаването на функционалните езици. Haskell е базиран на ламбда смятане, следователно ламбда се използва за негово лого. Поради близостта си с математиката и богатството от математически библиотеки езикът е широко използван за решаване на кратки математически задачи.",
"imdb":"Internet Movie Database е онлайн база от данни с информация за актьори, филми, телевизионни предавания, телевизионни звезди, видеоигри и технически персонал (кинаджии).",
"library of congress":"Библиотеката на Конгреса е фактически национална библиотека на Съединените щати. Тя е най-старото федерално културно учреждение в САЩ.",
"libretranslate":[
"Свободен API с отворен код за машинен превод. Самостоятелен хостинг, офлайн способност и лесен за настройка. Стартирайте свой собствен API сървър само за няколко минути.Свободен API с отворен код за машинен превод. Самостоятелен хостинг, офлайн способност и лесен за настройка. Стартирайте свой собствен API сървър само за няколко минути.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:bg",
"ref"
@ -398,6 +398,7 @@
],
"crossref":"Crossref আন্তর্জাতিক DOI ফাউন্ডেশনের একটি অফিসিয়াল ডিজিটাল অবজেক্ট আইডেন্টিফায়ার (DOI) নিবন্ধন সংস্থা। এটি পাবলিশার্স ইন্টারন্যাশনাল লিঙ্কিং অ্যাসোসিয়েশন ইনক দ্বারা পরিচালিত হয়। (PILA) এবং অনলাইন একাডেমিক জার্নালে ক্রমাগত ক্রস-প্রকাশক উদ্ধৃতি লিঙ্কিং সক্ষম করার জন্য প্রকাশকদের মধ্যে একটি সহযোগিতামূলক প্রচেষ্টা হিসাবে ২০০০ সালের প্রথম দিকে চালু করা হয়েছিল। আগস্ট ২০২২-এ, ক্রসরেফ তালিকা করে যে ৬০ মিলিয়নেরও বেশি জার্নাল স্টাডিজগুলিকে দেখার এবং পুনঃব্যবহারের জন্য বিনামূল্যে করা হয়েছিল, এবং তারা সূচকে তাদের রেফারেন্স ডেটা যোগ করার জন্য অন্যান্য প্রকাশকদের কাছে সর্বজনীনভাবে একটি চ্যালেঞ্জ তৈরি করেছিল।",
"currency":"ডাকডাকগো, একটি ইন্টারনেট অনুসন্ধান ইঞ্জিন যেটা অনুসন্ধানকারীর ইন্টারনেট গোপনীয়তা এবং ব্যক্তিবিশেষায়িত ফলাফল বর্জনের উপর গুরুত্বারোপ করে। ডাকডাকগো অন্য সার্চ ইঞ্জিনগুলো থেকে নিজেকে স্বকীয় রাখে ব্যবহারকারীদের তথ্য সংগ্রহ না করে এবং একটি নির্দিষ্ট সার্চ টার্মের জন্যে ঢালাওভাবে সমস্ত ব্যবহারকারীর জন্যে একই ফলাফল সরবরাহ করে। এছাড়াও ক্রাউডসোর্স সাইট(যেমন- উইকিপিডিয়া) এবং অন্যান্য সার্চ ইঞ্জিন(যেমন- বিং, ইয়াহু!, ইয়ানডেক্স) থেকে ফলাফল সংগ্রহ করে সবচেয়ে বেশি না বরং সবচেয়ে যৌক্তিক ফলাফল প্রদানের জন্যেও এর খ্যাতি রয়েছে।",
"dailymotion":"ডেইলিমোশন একটি ফরাসি ভিডিও শেয়ার করার ওয়েবসাইট, যা ভিভেন্ডির মালিকানাধীন। উত্তর আমেরিকায় তাদের প্রতিনিধিদের মধ্যে আছে ভাইস মিডিয়া, ব্লুমবার্গ ও হার্স্ট ডিজিটাল মিডিয়া। উচ্চ মাত্রার (৭২০পি) সমর্থনকারী প্রথমদিকের ভিডিও সাইটগুলোর ভিতর উল্লেখযোগ্য ছিলো ডেইলিমোশন।",
"ddg definitions":[
"currency:bn",
"ref"
@ -504,7 +505,7 @@
"ref"
],
"bandcamp":"Bandcamp és una botiga online de música i una plataforma de promoció per a artistes independents nascuda el setembre de 2008, que va guanyar atenció el juliol de 2010 quan Amanda Palmer va decidir deixar de banda les discogràfiques per començar a vendre discos a través de Bandcamp i promocionant-se amb Twitter.",
"bilibili":"Bilibili, és un lloc web xinés d'allotjament de vídeos amb seu a Xangai. Cobreix la temàtica d'animació, còmics i jocs (ACG), on els usuaris poden enviar, vore i afegir comentaris superposats als vídeos. Bilibili utilitza Adobe Flash o HTML5 per a reproduir els vídeos enviats per l'usuari i allotjats per ell mateix o per fonts de tercers, amb un sistema de comentaris de desplaçament danmu. Des de mitjans de la dècada del 2010, Bilibili va començar a expandir-se a un públic més ampli des del seu nínxol de mercat original centrat en l'animació i els jocs, i s'ha convertit en una de les principals plataformes de transmissió de vídeo baix demanda de la Xina, programant reeixits documentals, espectacles de varietats i altres programes originals.",
"bilibili":"Bilibili, és un lloc web xinés d'allotjament de vídeos amb seu a Shanghai. Cobreix la temàtica d'animació, còmics i jocs (ACG), on els usuaris poden enviar, vore i afegir comentaris superposats als vídeos. Bilibili utilitza Adobe Flash o HTML5 per a reproduir els vídeos enviats per l'usuari i allotjats per ell mateix o per fonts de tercers, amb un sistema de comentaris de desplaçament danmu. Des de mitjans de la dècada del 2010, Bilibili va començar a expandir-se a un públic més ampli des del seu nínxol de mercat original centrat en l'animació i els jocs, i s'ha convertit en una de les principals plataformes de transmissió de vídeo baix demanda de la Xina, programant reeixits documentals, espectacles de varietats i altres programes originals.",
"bing":"Microsoft Bing és un motor de cerca de Microsoft. El servei té els seus orígens en els anteriors motors de cerca de Microsoft: MSN Search, Windows Live Search i Live Search. Bing ofereix una varietat de serveis, entre els quals es troba la cerca de webs, vídeos, imatges i mapes interactius. Empra el llenguatge de programació ASP.NET i segueix els principis de disseny Modern UI.",
"bing images":[
"bing:ca",
@ -709,10 +710,6 @@
"https://deezer.com"
],
"deviantart":"DeviantArt je online umělecká komunita. Poprvé byla spuštěna 7. srpna 2000 díky práci Scotta Jarkoffa, Matthewa Stephense a Angela Sotiry, který je nyní CEO.",
"dictzone":[
"Online slovníky: angličtina, němčina, maďarština... Vyberte si svůj oblíbený slovník!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:cs",
"ref"
@ -756,6 +753,10 @@
"imdb":"Internet Movie Database (IMDb) je on-line databáze informací o filmech, televizních pořadech, hercích, herečkách, režisérech a všem ostatním, co s filmovou tvorbou souvisí.",
"library genesis":"Library Genesis je internetová knihovna poskytující knihy, akademické články, komiksy, audioknihy, časopisy a další obsah, který by byl jinak přístupný jen placeně, nebo vůbec ne.",
"library of congress":"Knihovna Kongresu je národní knihovna Spojených států amerických a vědeckovýzkumné středisko Kongresu spojených států. Sídlí ve Washingtonu, D. C. S počtem 155 miliónů knihovních jednotek jde o největší knihovnu na světě.",
"libretranslate":[
"Zdarma a Open Source API strojového překladu. Vlastní hostovaní, použitelné bez připojení a snadno nastavitelné. Spusťte si vlastní API server během několika minut.Zdarma a Open Source API strojového překladu. Vlastní hostovaní, použitelné bez připojení a snadno nastavitelné. Spusťte si vlastní API server během několika minut.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:cs",
"ref"
@ -911,10 +912,6 @@
"https://deezer.com"
],
"deviantart":"DeviantArt er en amerikansk online fællesskab tilgængeligt for hele verden, der fremviser brugerfremstillet kunst. Siden blev lanceret den 7. august 2000 af Scott Jarkoff, Matthew Stephens, Angelo Sotira og andre. DeviantArt, Inc. har hovedkvarter i Hollywood-området af Los Angeles, Californien, USA.",
"dictzone":[
"Online ordbøger: engelsk, spansk, tysk, fransk, italiensk, ungarsk... Vælg din yndlingsordbog!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:da",
"ref"
@ -958,7 +955,7 @@
"google scholar":"Google Scholar er et søgeværktøj til at finde videnskabelig litteratur. Man kan søge blandt fagområder og i kilder så som: afhandlinger, specialer, bøger, uddrag og artikler anmeldt af fagfolk fra akademiske forlag, faglige sammenslutninger, dokumentdatabaser, universiteter og andre videnskabelige organisationer.",
"google videos":"Google Video var websted, hvor man kunne se og uploade videoer. Tjenesten konkurrerede tidligere med YouTube. Tjenesten blev nedlagt i 2012.",
"hoogle":"Haskell er navnet på et rent funktionsprogrammeringssprog med en ikke-striks (\"doven\") semantik og stærke, statiske typer. Det er opkaldt efter logikeren Haskell Curry.",
"imdb":"Internet Movie Database, The Internet Movie Database eller forkortet IMDb, er verdens største online filmdatabase med information om stort set alt TV og film relateret.",
"imdb":"Internet Movie Database, The Internet Movie Database, forkortet IMDb, er verdens største online filmdatabase med information om stort set alt, der har med TV og film at gøre.",
"library of congress":"Library of Congress er USAs faktiske nationalbibliotek og fagbibliotek for USAs lovgivende forsamling, Kongressen. Biblioteket er beliggende i Washington, DC, umiddelbart syd for højesteretsbygningen og ret sydøst for kongresbygningen. Samlingerne omfatter mere end 30 millioner katalogiserede bøger og andet trykt materiale på over 470 sprog, mere end 58 millioner manuskripter og en mængde aviser, film, kort og lydoptagelser. Biblioteket favner vidt: Alt udgivet i USA skal i princippet være der, men man finder også f.eks. nyere norsk kriminallitteratur.",
"mastodon hashtags":[
"mastodon users:da",
@ -990,7 +987,10 @@
"wikispecies":"Wikispecies er et af Wikipedias søsterprojekter og anvender den samme MediaWiki-software som Wikipedia. Wikispecies er nært beslægtet med de andre wiki-baserede projekter, der drives af Wikimedia Foundation.",
"wikiversity":"Wikiversity er et projekt etableret af Wikimedia Foundation, der ønsker af skabe et frit universitet ved hjælp af wikiteknik. Projektet er flersprogligt og omfatter foreløbig 17 sprog, dog ikke dansk.",
"wikivoyage":"Wikivoyage er en fri webbaseret rejseguide for både rejsedestinationer og emner relateret til rejser, der er skrevet af frivillige forfattere.",
"wiktionary":"Wiktionary er en ordbog med åbent indhold fra Wikimedia Foundation. Den engelsksprogede version blev etableret i december 2002 og rummer mere end 3.500.000 artikler.",
"wiktionary":[
"online ordbog",
"wikidata"
],
"wolframalpha":"Wolfram Alpha er en beregningsmæssig vidensmotor eller svarmaskine, som er udviklet af Wolfram Research. Wolfram Alpha er en online søgemaskine som kan svare på faktuelle forespørgsler direkte ved at behandle disse vha. eksterne kilder. Dermed undlader Wolfram Alpha at oplyse en liste med links, som en normal søgemaskine måske ville.",
"youtube":"YouTube er en online video platform og socialt medie med hovedsæde i San Bruno i Californien, USA. Tjenesten blev udviklet af de tidligere PayPal-medarbejdere Steve Chen, Chad Hurley og Jawed Karim og åbnede den 14. februar 2005. Tjenesten blev i november 2006 købt af Google for 1,65 mia. $."
},
@ -1044,10 +1044,6 @@
"brave:de",
"ref"
],
"ccc-tv":[
"Video Streaming Portal des Chaos Computer Clubs",
"wikidata"
],
"chefkoch":[
"350.000 Back- und Kochrezepte zum Nachkochen - inkl. Videos, Artikel und Kochbuch. Inspiriere dich bei Chefkoch! Rezepte ✓einfach ✓lecker ✓kostenlos.",
"https://www.chefkoch.de"
@ -1066,10 +1062,6 @@
"https://www.destatis.de"
],
"deviantart":"DeviantArt ist ein kommerzieller Onlinedienst mit zahlreichen Elementen einer Internetgemeinschaft, der registrierten Nutzern die Möglichkeit bietet, eigene Werke aus den Bereichen Fotografie, Grafik oder Illustration zu veröffentlichen. Zahlreiche dieser Werke können im integrierten Shop angeboten und von anderen Nutzern in gedruckter Form bestellt werden, wozu keine kostenpflichtige Mitgliedschaft notwendig ist.",
"dictzone":[
"DictZone online Wörterbücher, Englisch, Ungarisch, Deutsch, Russisch...",
"https://dictzone.com/"
],
"docker hub":"Docker ist eine freie Software zur Isolierung von Anwendungen mit Hilfe von Containervirtualisierung.",
"duckduckgo":[
"currency:de",
@ -1133,13 +1125,30 @@
"wikidata"
],
"kickass":"KickassTorrents, auch KAT, war ein Webverzeichnis für BitTorrent und Magnet-Links, bei welchem Nutzer Torrent-Dateien herunterladen und hinzufügen konnten, um einen Peer-to-Peer-Datenaustausch zu ermöglichen. Die Seite war von November 2014, wo sie die schwedische Website The Pirate Bay überholte, bis zu ihrer Sperrung im Juli 2016 der weltweit beliebteste BitTorrent-Indizierer und zudem eine der meistbesuchten Websites der Welt.",
"lemmy comments":[
"lemmy communities:de",
"ref"
],
"lemmy communities":"Lemmy ist eine freie Open-Source-Software zum Betreiben selbstgehosteter sozialer Nachrichtenaggregatoren und Diskussionsforen. Diese als „Instanzen“ bezeichneten Server kommunizieren untereinander über das ActivityPub-Protokoll.",
"lemmy posts":[
"lemmy communities:de",
"ref"
],
"lemmy users":[
"lemmy communities:de",
"ref"
],
"library genesis":"Library Genesis oder LibGen ist eine Schattenbibliothek und Suchmaschine für Bücher und wissenschaftliche Aufsätze. Das Projekt gewährt auf seiner Website kostenlosen Zugang zu urheberrechtlich geschützter Literatur, die sonst nur hinter Bezahlschranken online verfügbar ist, und bietet diese zum Download an. Unter anderem bezieht Library Genesis PDFs von Elseviers Online-Datenbank ScienceDirect. Die Rechtmäßigkeit des Dienstes, der sich ebenso wie das ähnliche Projekt Sci-Hub zunehmend rechtlichen Streitigkeiten ausgesetzt sieht, ist umstritten.",
"library of congress":"Die Library of Congress ist die öffentlich zugängliche Forschungsbibliothek des Kongresses der Vereinigten Staaten. Sie befindet sich, auf mehrere Gebäude verteilt, in Washington, D.C. Die LoC ist beim Medienbestand die zweitgrößte, beim Bücherbestand die größte Bibliothek der Welt und insgesamt eine der bedeutendsten.",
"libretranslate":[
"Freie und quelloffene API für maschinelle Übersetzung. Selbstgehostet, offline-fähig und einfach einzurichten. Betreiben Sie Ihren eigenen API-Server in nur wenigen Minuten.Freie und quelloffene API für maschinelle Übersetzung. Selbstgehostet, offline-fähig und einfach einzurichten. Betreiben Sie Ihren eigenen API-Server in nur wenigen Minuten.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:de",
"ref"
],
"mastodon users":"Mastodon ist ein verteilter Mikroblogging-Dienst, der seit 2016 von Eugen Rochko und der von ihm in Jena gegründeten und in Berlin ansässigen Mastodon gGmbH entwickelt wird. Mastodon ist als dezentrales Netzwerk konzipiert, das nicht auf einer Plattform basiert: Verschiedene Server, von Privatpersonen oder Institutionen eigenverantwortlich betrieben, können miteinander interagieren. Seit März 2023 sind über 10 Millionen Nutzer im Mastodon-Netzwerk registriert.",
"mastodon users":"Mastodon ist ein dezentraler Mikroblogging-Dienst, der seit 2016 von Eugen Rochko und der von ihm in Jena gegründeten und in Berlin ansässigen Mastodon gGmbH entwickelt wird. Mastodon ist als dezentrales Netzwerk konzipiert, das nicht auf einer Plattform basiert: Verschiedene Server, von Privatpersonen oder Institutionen eigenverantwortlich betrieben, können miteinander interagieren. Seit März 2024 sind über 15 Millionen Nutzer im Mastodon-Netzwerk registriert.",
"mdn":"MDN Web Docs, ehemals Mozilla Developer Network und Mozilla Developer Center, ist die offizielle Entwickler-Dokumentation der Mozilla Foundation für Web-Technologien, das Offene Web und Mozilla Projekte.",
"mediathekviewweb":"MediathekView ist ein Programm, das die Online-Mediatheken verschiedener öffentlich-rechtlicher TV-Sender durchsuchen und die vorhandenen Sendungen auflisten kann. Im Oktober 2016 gab der Entwickler bekannt, dass er die Pflege des Programms zum Jahresende einstellen und sich fortan die Community darum kümmern werde. Innerhalb von drei Wochen bildete sich ein Team dafür.",
"metacpan":"CPAN ist ein weltweit gespiegeltes Online-Repository für Perl-Module, -Anwendungen und -Dokumentationen, das am 25. Oktober 1995 in Anlehnung an die TeX-Library CTAN ins Leben gerufen wurde und sich schnell zum De-facto-Standard entwickelt hat. Es bietet die Möglichkeit einer komfortablen Installation und Verwaltung von Perl-Modulen. Im Oktober 2020 umfasste das CPAN circa 260 Server auf fünf Kontinenten und enthielt ca. 39.700 Distributionen von über 12.700 Autoren mit einem Volumen von ungefähr 21 GB.",
@ -1164,7 +1173,7 @@
"pinterest":"Pinterest ist eine Online-Pinnwand für Grafiken und Fotografien mit optionalem sozialem Netzwerk inklusive visueller Suchmaschine.",
"piratebay":"The Pirate Bay ist ein web-basierter Indizierer für digitale Inhalte, bei dem Besucher Magnet-Links und früher auch .torrent-Dateien finden, herunterladen und hinzufügen können, um einen Peer-to-Peer-Dateiaustausch via BitTorrent zwischen den Nutzern aufbauen zu können.",
"pubmed":"MEDLINE ist eine öffentlich zugängliche bibliografische Datenbank des US-amerikanischen National Center for Biotechnology Information (NCBI).",
"qwant":"Qwant ist eine Suchmaschine, die vom gleichnamigen französischen Unternehmen entwickelt wird und mit umfassendem Datenschutz wirbt.",
"qwant":"Qwant ist eine Suchmaschine, die vom gleichnamigen französischen Unternehmen entwickelt wird und mit umfassendem Datenschutz wirbt. Mehrheitseigner ist die französische Staatsbank Caisse des dépôts.",
"qwant images":[
"qwant:de",
"ref"
@ -1279,10 +1288,6 @@
"γαλλική διαδικτυακή υπηρεσία αναπαραγωγής μουσικής",
"wikidata"
],
"dictzone":[
"Διαδικτυακά λεξικά: Αγγλικά, Ισπανικά, Γερμανικά, Γαλλικά, Ιταλικά, Ουγγρικά... Επιλέξτε το αγαπημένο σας λεξικό!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:el-GR",
"ref"
@ -1347,7 +1352,7 @@
"rottentomatoes":"Το Rotten Tomatoes είναι ιστότοπος αφιερωμένος σε κριτικές, πληροφορίες και ειδήσεις ταινιών. Το όνομά του προέρχεται από το κλισέ του κοινού που πετάει σάπιες τομάτες ή λαχανικά σε μια παράσταση κακής ερμηνείας. Η εταιρεία ιδρύθηκε το 1999 από τον Σεν Ντουόνκγ. Ανήκει στην ιστοσελίδα Flixster, η οποία με τη σειρά της ανήκει στην εταιρεία κινηματογραφικών παραγωγών Warner Bros. από τον Μάιο του 2011.",
"soundcloud":"Το SoundCloud είναι μια διαδικτυακή υπηρεσία που ιδρύθηκε στο Βερολίνο στη Γερμανία.",
"startpage":"Το Startpage είναι μια μηχανή αναζήτησης του Διαδικτύου, η οποία υπογραμμίζει ως βασικό της χαρακτηριστικό την ιδιωτικότητα. Ήταν προηγουμένως γνωστή ως η μηχανή μετα-αναζήτησης Ixquick, και η Startpage ήταν τότε μια εναλλακτική υπηρεσία. Και οι δύο μηχανές συγχωνεύθηκαν το 2016.",
"vimeo":"Το Vimeo είναι ιστοσελίδα ανταλλαγής βίντεο, όπου, οι χρήστες της μπορούν να παρακολουθήσουν αλλά και να ανεβάσουν βίντεο που θέλουν να μοιραστούν με άλλους. Δημιουργήθηκε το 2004 από μια ομάδα ανθρώπων που θέλησαν να προβάλουν τα δικά τους έργα αλλά και τις δικές τους προσωπικές στιγμές. Από το 2007 άρχισε να υποστηρίζει και το ανέβασμα βίντεο υψηλής ανάλυσης (High-definition). Tον Μάρτιο του 2016 το Vimeo είχε πάνω από 130 εκατ. μοναδικούς επισκέπτες και βρίσκονταν στην τρίτη θέση ανάμεσα στις ιστοσελίδες με παρόμοιο περιεχόμενο.",
"vimeo":"Το Vimeo είναι ιστοσελίδα ανταλλαγής βίντεο, όπου οι χρήστες μπορούν να παρακολουθήσουν, αλλά και να ανεβάσουν βίντεο που θέλουν να μοιραστούν με άλλους. Δημιουργήθηκε το 2004 από μια ομάδα ανθρώπων που θέλησαν να προβάλουν τα δικά τους έργα και προσωπικές στιγμές. Από το 2007 άρχισε να υποστηρίζει και το ανέβασμα βίντεο υψηλής αναλύσεως (High-definition). Tον Μάρτιο του 2016 το Vimeo είχε πάνω από 130 εκατομμύρια μοναδικούς επισκέπτες και βρίσκονταν στην τρίτη θέση ανάμεσα στις ιστοσελίδες με παρόμοιο περιεχόμενο.",
"wikibooks":"Τα Βικιβιβλία είναι μία συλλογή βιβλίων ανοιχτού περιεχομένου, εγχειριδίων, καθώς και άλλων κειμένων που είναι βασισμένα σε βιβλία που έχουν συγγραφεί συλλογικά.",
"wikicommons.images":"Τα Wikimedia Commons είναι διαδικτυακό αποθετήριο εικόνων, ήχων και άλλων αρχείων πολυμέσων ελεύθερης χρήσης. Πρόκειται για ένα έργο του Ιδρύματος Wikimedia.",
"wikidata":"Τα Βικιδεδομένα είναι ένα ελεύθερο, συνεργατικό εγχείρημα το οποίο δημιουργήθηκε το 2012 και αποτελεί μια γνωσιακή βάση δομημένων δεδομένων όπως διαγλωσσικές αναφορές και στατιστικές πληροφορίες, στην οποία όλα τα εγχειρήματα του ιδρύματος Wikimedia, σε όλες τις γλώσσες, έχουν κεντρική πρόσβαση. Το εγχείρημα χαρακτηρίζεται ως δευτερογενής βάση δεδομένων, δεδομένου ότι παρέχεται και η δυνατότητα της αναγραφής πηγών για τα δεδομένα και είναι πολύγλωσσο, παρέχεται σε όλες τις γλώσσες που επιθυμούν οι χρήστες του. Ανήκει στο ίδρυμα Wikimedia. Τα δεδομένα προσφέρονται συνεργατικά από χρήστες, όπως και στα άλλα εγχειρήματα του ιδρύματος Wikimedia, με τη διαφορά ότι στα Βικιδεδομένα τα δεδομένα παρέχονται με άδεια Creative Commons Public Domain Dedication 1.0, δηλαδή έχει γίνει Εκχώρησή τους ως Κοινό Κτήμα.",
@ -1394,10 +1399,6 @@
"stackoverflow:en",
"ref"
],
"azlyrics":[
"AZLyrics - Song Lyrics from A to Z",
"https://azlyrics.com"
],
"bahnhof":[
"german website on railway stations",
"wikidata"
@ -1433,10 +1434,6 @@
"https://bt4gprx.com"
],
"btdigg":"BTDigg is the first Mainline DHT search engine. It participated in the BitTorrent DHT network, supporting the network and making correspondence between magnet links and a few torrent attributes which are indexed and inserted into a database. For end users, BTDigg provides a full-text database search via a Web interface. The Web part of its search system retrieved proper information by a user's text query. The Web search supported queries in European and Asian languages. The project name was an acronym of BitTorrent Digger. It went offline in June 2016, reportedly due to index spam. The site returned later in 2016 at a dot-com domain, went offline again, and is now online. The btdig.com site has its torrent crawler's source code listed on GitHub, dhtcrawler2.",
"ccc-tv":[
"Video Streaming Portal of the Chaos Computer Club",
"wikidata"
],
"codeberg":[
"Codeberg is a non-profit, community-led organization that aims to help free and open source projects prosper by giving them a safe and friendly home.",
"https://codeberg.org/"
@ -1455,10 +1452,6 @@
],
"deezer":"Deezer is a French music streaming service founded in 2007. The company has been a subsidiary of Access Industries since 2016. Deezer is available via web and on various digital platforms, including Android, iOS, macOS and others.",
"deviantart":"DeviantArt, historically stylized as deviantART, is an American online art community that features artwork, videography, and photography, launched on August 7, 2000, by Angelo Sotira, Scott Jarkoff, and Matthew Stephens among others.",
"dictzone":[
"Online dictionaries: English, Spanish, German, French, Italian, Hungarian... Select your favorite dictionary!",
"https://dictzone.com/"
],
"docker hub":[
"hosting service for Docker repository",
"wikidata"
@ -1499,7 +1492,7 @@
"https://fyyd.de"
],
"genius":"Genius is an American digital media company founded on August 27, 2009, by Tom Lehman, Ilan Zechory, and Mahbod Moghadam. Its website serves as an online music encyclopedia allowing users to provide annotations and interpretation to song lyrics, news stories, sources, poetry, and documents.",
"gentoo":"Gentoo Linux is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for the specific type of computer. Precompiled binaries are available for some packages. Gentoo runs on a wide variety of processors, including x86, PowerPC, SPARC, DEC Alpha, ARM, MIPS and PA-RISC.",
"gentoo":"Gentoo Linux is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for the specific type of computer. Precompiled binaries are available for some packages. Gentoo runs on a wide variety of processor architectures. For the full list see table on the right.",
"github":"GitHub is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.",
"gitlab":"GitLab Inc. is an open-core company that operates GitLab, a DevOps software package that can develop, secure, and operate software. The open-source software project was created by Ukrainian developer Dmytro Zaporozhets and Dutch developer Sytse Sijbrandij. In 2018, GitLab Inc. was considered to be the first partly-Ukrainian unicorn.",
"goo":"Goo is an Internet search engine and web portal based in Japan, which is used to crawl and index primarily Japanese language websites. Goo is operated by the Japanese NTT Resonant, a subsidiary of NTT Communications. The name is derived from the phrase, \"global network continues to expand to infinity ∞\". The site's mascot is a goat named Megu-tan.",
@ -1518,7 +1511,7 @@
"free software",
"wikidata"
],
"habrahabr":"Habr is a Russian collaborative blog about IT, computer science and anything related to the Internet, owned by TechMedia. Habrahabr was founded in June 2006. The English section of Habr was launched in 2019.",
"habrahabr":"(since 2018; formerly Habrahabr) is a Russian collaborative blog about IT, computer science and anything related to the Internet, owned by TechMedia. Habrahabr was founded in June 2006. The English section of Habr was launched in 2019.",
"hackernews":"Hacker News (HN) is a social news website focusing on computer science and entrepreneurship. It is run by the investment fund and startup incubator Y Combinator. In general, content that can be submitted is defined as \"anything that gratifies one's intellectual curiosity.\"",
"hoogle":"Haskell is a general-purpose, statically-typed, purely functional programming language with type inference and lazy evaluation. Designed for teaching, research, and industrial applications, Haskell has pioneered a number of programming language features such as type classes, which enable type-safe operator overloading, and monadic input/output (IO). It is named after logician Haskell Curry. Haskell's main implementation is the Glasgow Haskell Compiler (GHC).",
"imdb":"IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. IMDb began as a fan-operated movie database on the Usenet group \"rec.arts.movies\" in 1990, and moved to the Web in 1993. Since 1998, it has been owned and operated by IMDb.com, Inc., a subsidiary of Amazon.",
@ -1553,9 +1546,9 @@
],
"library genesis":"Library Genesis (LibGen) is a file-sharing based shadow library website for scholarly journal articles, academic and general-interest books, images, comics, audiobooks, and magazines. The site enables free access to content that is otherwise paywalled or not digitized elsewhere. LibGen describes itself as a \"links aggregator\", providing a searchable database of items \"collected from publicly available public Internet resources\" as well as files uploaded \"from users\".",
"library of congress":"The Library of Congress (LOC) is a research library in Washington, D.C., that serves as the library and research service of the U.S. Congress and the de facto national library of the United States. Founded in 1800, the library is the United States's oldest federal cultural institution. The library is housed in three elaborate buildings on Capitol Hill. It also maintains a conservation center in Culpeper, Virginia. The library's functions are overseen by the Librarian of Congress, and its buildings are maintained by the Architect of the Capitol. The Library of Congress is one of the largest libraries in the world. Its collections contain approximately 173 million items, and it has more than 3,000 employees. Its collections are \"universal, not limited by subject, format, or national boundary, and include research materials from all parts of the world and in more than 470 languages\".",
"lingva":[
"Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available",
"https://lingva.ml"
"libretranslate":[
"Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup. Run your own API server in just a few minutes.Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup. Run your own API server in just a few minutes.",
"https://libretranslate.com"
],
"livespace":[
"Join thousands of creators on the all-new social streaming platform.",
@ -1573,12 +1566,16 @@
"mastodon users:en",
"ref"
],
"mastodon users":"Mastodon is a free and open-source software for running self-hosted social networking services. It has microblogging features similar to Twitter, which are offered by a large number of independently run nodes, known as instances or servers, each with its own code of conduct, terms of service, privacy policy, privacy options, and content moderation policies.",
"mastodon users":"Mastodon is free and open-source software for running self-hosted social networking services. It has microblogging features similar to Twitter, which are offered by a large number of independently run nodes, known as instances or servers, each with its own code of conduct, terms of service, privacy policy, privacy options, and content moderation policies.",
"material icons":[
"icon set by Google",
"wikidata"
],
"mdn":"MDN Web Docs, previously Mozilla Developer Network and formerly Mozilla Developer Center, is a documentation repository and learning resource for web developers. It was started by Mozilla in 2005 as a unified place for documentation about open web standards, Mozilla's own projects, and developer guides.",
"media.ccc.de":[
"Video Streaming Portal des Chaos Computer Clubs",
"https://media.ccc.de"
],
"mediathekviewweb":"MediathekView is a free open-source software designed to manage the online multimedia libraries of several German public broadcasters as well as an Austrian, a Swiss and a Franco-German public broadcaster. The software comes with a German user interface that lists broadcasts available online. In October 2016, the developer announced that maintenance of the project would be discontinued at the end of the year. Three weeks later, the user community had formed a team to continue the project, and the software continues to remain open-source.",
"metacpan":"The Comprehensive Perl Archive Network (CPAN) is a repository of over 250,000 software modules and accompanying documentation for 39,000 distributions, written in the Perl programming language by over 12,000 contributors. CPAN can denote either the archive network or the Perl program that acts as an interface to the network and as an automated software installer. Most software on CPAN is free and open source software.",
"mixcloud":"Mixcloud is a popular British online music streaming service that allows for the listening and distribution of radio shows, DJ mixes and podcasts, which are crowdsourced by its registered users.",
@ -1596,7 +1593,7 @@
"https://mymemory.translated.net/"
],
"naver":"Naver (Korean: 네이버) is a South Korean online platform operated by the Naver Corporation. It was launched in 1999 as the first web portal in South Korea to develop and use its own search engine. It was also the world's first operator to introduce the comprehensive search feature, which compiles search results from various categories and presents them in a single page. Naver has since added a multitude of new services ranging from basic features such as e-mail and news to the world's first online Q&A platform Knowledge iN.",
"npm":"npm is a package manager for the JavaScript programming language maintained by npm, Inc. npm is the default package manager for the JavaScript runtime environment Node.js and is included as a recommended feature in the Node.js installer.",
"npm":"npm is a package manager for the JavaScript programming language maintained by Microsoft's npm, Inc. npm is the default package manager for the JavaScript runtime environment Node.js and is included as a recommended feature in the Node.js installer.",
"nyaa":[
"A BitTorrent community focused on Eastern Asian media including anime, manga, music, and more",
"https://nyaa.si/"
@ -1668,7 +1665,7 @@
],
"pubmed":"MEDLINE is a bibliographic database of life sciences and biomedical information. It includes bibliographic information for articles from academic journals covering medicine, nursing, pharmacy, dentistry, veterinary medicine, and health care. MEDLINE also covers much of the literature in biology and biochemistry, as well as fields such as molecular evolution.",
"pypi":"The Python Package Index, abbreviated as PyPI and also known as the Cheese Shop, is the official third-party software repository for Python. It is analogous to the CPAN repository for Perl and to the CRAN repository for R. PyPI is run by the Python Software Foundation, a charity. Some package managers, including pip, use PyPI as the default source for packages and their dependencies.",
"qwant":"Qwant is a French search engine that launched in February 2013. Qwant claims it respects the privacy of its users by not tracking them for advertising purposes nor reselling their personal data, as well as being unbiased in the display of results.",
"qwant":"Qwant is a French search engine that launched in February 2013. Qwant is privacy focused, claiming to not track users, resell personal data, or bias the display of search results.",
"qwant images":[
"qwant:en",
"ref"
@ -1688,7 +1685,7 @@
"reddit":"Reddit is an American social news aggregation, content rating, and forum social network. Registered users submit content to the site such as links, text posts, images, and videos, which are then voted up or down by other members. Posts are organized by subject into user-created boards called \"communities\" or \"subreddits\". Submissions with more upvotes appear towards the top of their subreddit and, if they receive enough upvotes, ultimately on the site's front page. Reddit administrators moderate the communities. Moderation is also conducted by community-specific moderators, who are not Reddit employees. It is operated by Reddit, Inc., based in San Francisco.",
"rottentomatoes":"Rotten Tomatoes is an American review-aggregation website for film and television. The company was launched in August 1998 by three undergraduate students at the University of California, Berkeley: Senh Duong, Patrick Y. Lee, and Stephen Wang. Although the name \"Rotten Tomatoes\" connects to the practice of audiences throwing rotten tomatoes in disapproval of a poor stage performance, the direct inspiration for the name from Duong, Lee, and Wang came from an equivalent scene in the 1992 Canadian film Léolo.",
"rubygems":"RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries, a tool designed to easily manage the installation of gems, and a server for distributing them. It was created by Chad Fowler, Jim Weirich, David Alan Black, Paul Brannan and Richard Kilmer during RubyConf 2004.",
"rumble":"Rumble is an online video platform, web hosting and cloud services business headquartered in Toronto, Ontario, with its U.S. headquarters in Longboat Key, Florida. It was founded in 2013 by Chris Pavlovski, a Canadian technology entrepreneur. Rumble's cloud services business hosts Truth Social, and the video platform is popular among American right and far-right users. Rumble has been described as \"alt-tech\".",
"rumble":"Rumble is an online video platform, web hosting, and cloud services business headquartered in Toronto, Ontario, with its U.S. headquarters in Longboat Key, Florida. It was founded in 2013 by Chris Pavlovski, a Canadian technology entrepreneur. Rumble's cloud services business hosts Truth Social, and the video platform is popular among American right and far-right users. Rumble has been described as \"alt-tech\".",
"searchcode code":[
"searchcode is a free source code search engine. Code snippets and open source (free software) repositories are indexed and searchable.",
"https://searchcode.com/"
@ -1698,7 +1695,7 @@
"ref"
],
"seekr news":[
"Seekrs AI platform delivers LLMs that enable you to identify and utilize high-quality information to drive business outcomes.",
"Seekr fuels innovation and unlocks productivity for businesses of all industries through responsible and explainable AI solutions.",
"https://seekr.com/"
],
"seekr videos":[
@ -1759,13 +1756,13 @@
"wikidata"
],
"wikinews":"Wikinews is a free-content news wiki and a project of the Wikimedia Foundation that works through collaborative journalism. Wikipedia co-founder Jimmy Wales has distinguished Wikinews from Wikipedia by saying, \"On Wikinews, each story is to be written as a news story as opposed to an encyclopedia article.\" Wikinews's neutral point of view policy aims to distinguish it from other citizen journalism efforts such as Indymedia and OhmyNews. In contrast to most Wikimedia Foundation projects, Wikinews allows original work in the form of original reporting and interviews. In contrast to newspapers, Wikinews does not permit op-ed.",
"wikipedia":"Wikipedia is a free content online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and the use of the wiki-based editing system MediaWiki. Wikipedia is the largest and most-read reference work in history. It is consistently ranked as one of the ten most popular websites in the world, and as of 2024 is ranked the fifth most visited website on the Internet by Semrush. Founded by Jimmy Wales and Larry Sanger on January 15, 2001, Wikipedia is hosted by the Wikimedia Foundation, an American nonprofit organization that employs a staff of over 700 people.",
"wikipedia":"Wikipedia is a free content online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and the use of the wiki-based editing system MediaWiki. Wikipedia is the largest and most-read reference work in history. It is consistently ranked as one of the ten most popular websites in the world, and as of 2024 is ranked the fifth most visited website on the Internet by Semrush, and second by Ahrefs. Founded by Jimmy Wales and Larry Sanger on January 15, 2001, Wikipedia is hosted by the Wikimedia Foundation, an American nonprofit organization that employs a staff of over 700 people.",
"wikiquote":"Wikiquote is part of a family of wiki-based projects run by the Wikimedia Foundation using MediaWiki software. The project's objective is to produce collaboratively a vast reference of quotations from prominent people, books, films, proverbs, etc. and writings about them. The website aims to be as accurate as possible regarding the provenance and sourcing of the quotations.",
"wikisource":"Wikisource is an online digital library of free-content textual sources on a wiki, operated by the Wikimedia Foundation. Wikisource is the name of the project as a whole and the name for each instance of that project ; multiple Wikisources make up the overall project of Wikisource. The project's aim is to host all forms of free text, in many languages, and translations. Originally conceived as an archive to store useful or important historical texts, it has expanded to become a general-content library. The project officially began on November 24, 2003, under the name Project Sourceberg, a play on the famous Project Gutenberg. The name Wikisource was adopted later that year and it received its own domain name.",
"wikisource":"Wikisource is an online digital library of free-content textual sources on a wiki, operated by the Wikimedia Foundation. Wikisource is the name of the project as a whole and the name for each instance of that project ; multiple Wikisources make up the overall project of Wikisource. The project's aim is to host all forms of free text, in many languages, and translations. Originally conceived as an archive to store useful or important historical texts, it has expanded to become a general-content library. The project officially began on November 24, 2003, under the name Project Sourceberg, a play on Project Gutenberg. The name Wikisource was adopted later that year and it received its own domain name.",
"wikispecies":"Wikispecies is a wiki-based online project supported by the Wikimedia Foundation. Its aim is to create a comprehensive open content catalogue of all species; the project is directed at scientists, rather than at the general public. Jimmy Wales stated that editors are not required to fax in their degrees, but that submissions will have to pass muster with a technical audience. Wikispecies is available under the GNU Free Documentation License and CC BY-SA 3.0.",
"wikiversity":"Wikiversity is a Wikimedia Foundation project that supports learning communities, their learning materials, and resulting activities. It differs from Wikipedia in that it offers tutorials and other materials for the fostering of learning, rather than an encyclopedia. It is available in many languages.",
"wikivoyage":"Wikivoyage is a free web-based travel guide for travel destinations and travel topics written by volunteer authors. It is a sister project of Wikipedia and supported and hosted by the same non-profit Wikimedia Foundation (WMF). Wikivoyage has been called the \"Wikipedia of travel guides\".",
"wiktionary":"Wiktionary is a multilingual, web-based project to create a free content dictionary of terms in all natural languages and in a number of artificial languages. These entries may contain definitions, images for illustration, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of terms into other languages, among other features. It is collaboratively edited via a wiki. Its name is a portmanteau of the words wiki and dictionary. It is available in 192 languages and in Simple English. Like its sister project Wikipedia, Wiktionary is run by the Wikimedia Foundation, and is written collaboratively by volunteers, dubbed \"Wiktionarians\". Its wiki software, MediaWiki, allows almost anyone with access to the website to create and edit entries.",
"wiktionary":"Wiktionary is a multilingual, web-based project to create a free content dictionary of terms in all natural languages and in a number of artificial languages. These entries may contain definitions, images for illustration, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of terms into other languages, among other features. It is collaboratively edited via a wiki. Its name is a portmanteau of the words wiki and dictionary. It is available in 193 languages and in Simple English. Like its sister project Wikipedia, Wiktionary is run by the Wikimedia Foundation, and is written collaboratively by volunteers, dubbed \"Wiktionarians\". Its wiki software, MediaWiki, allows almost anyone with access to the website to create and edit entries.",
"wolframalpha":"WolframAlpha is an answer engine developed by Wolfram Research. It is offered as an online service that answers factual queries by computing answers from externally sourced data.",
"wordnik":"Wordnik, a nonprofit organization, is an online English dictionary and language resource that provides dictionary and thesaurus content. Some of the content is based on print dictionaries such as the Century Dictionary, the American Heritage Dictionary, WordNet, and GCIDE. Wordnik has collected a corpus of billions of words which it uses to display example sentences, allowing it to provide information on a much larger set of words than a typical dictionary. Wordnik uses as many real examples as possible when defining a word.",
"wttr.in":[
@ -1794,7 +1791,7 @@
"yep:en",
"ref"
],
"youtube":"YouTube is an American online video sharing and social media platform owned by Google. Accessible worldwide, it was launched on February 14, 2005, by Steve Chen, Chad Hurley, and Jawed Karim, three former employees of PayPal. Headquartered in San Bruno, California, United States, it is the second most visited website in the world, after Google Search. YouTube has more than 2.5 billion monthly users, who collectively watch more than one billion hours of videos every day. As of May 2019, videos were being uploaded to the platform at a rate of more than 500 hours of content per minute, and as of 2023, there were approximately 14 billion videos in total.",
"youtube":"YouTube is an American online video sharing platform owned by Google. Accessible worldwide, it was launched on February 14, 2005, by Steve Chen, Chad Hurley, and Jawed Karim, three former employees of PayPal. Headquartered in San Bruno, California, United States, it is the second most visited website in the world, after Google Search. YouTube has more than 2.5 billion monthly users, who collectively watch more than one billion hours of videos every day. As of May 2019, videos were being uploaded to the platform at a rate of more than 500 hours of content per minute, and as of 2021, there were approximately 14 billion videos in total.",
"yummly":"Yummly is an American website and mobile app that provides users recipes via recommendations and a search engine. Yummly uses a knowledge graph to offer a semantic web search engine for food, cooking and recipes.",
"z-library":"Z-Library is a shadow library project for file-sharing access to scholarly journal articles, academic texts and general-interest books. It began as a mirror of Library Genesis, but has since expanded dramatically."
},
@ -1886,6 +1883,10 @@
"ref"
],
"library of congress":"La Kongresa Biblioteko estas la neoficiala nacia biblioteko de Usono. Havante pli ol 128 milionojn da eroj ĝi estas la dua plej granda bibliodeko de la mondo, superata sole de la Brita Biblioteko. Ĝiaj kolektoj enhavas pli ol 28 milionojn da katalogitaj libroj kaj aliaj presaĵoj en 470 lingvoj, pli ol 50 milionojn da manuskriptoj, la kolekton plej grandan de libroj raraj en Nordameriko, inkluzivantan la biblion de Gutenberg, kaj la kolekton plej grandan en la mondo de materialoj leĝaj, filmoj, kartoj kaj surbendigaĵoj sonaj.",
"libretranslate":[
"Libera kaj malfermitkoda API de maŝina tradukado. Mem-gastigita, senkonekte funkciebla kaj facile instalebla. Rulu vian propran API-servilon en nur kelkaj minutoj.Libera kaj malfermitkoda API de maŝina tradukado. Mem-gastigita, senkonekte funkciebla kaj facile instalebla. Rulu vian propran API-servilon en nur kelkaj minutoj.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:eo",
"ref"
@ -1947,7 +1948,7 @@
"1337x":"1337x es un sitio web que proporciona un motor de búsqueda de archivos .torrent y enlaces magnet utilizados para compartir archivos entre iguales (peer-to-peer) a través del protocolo BitTorrent.",
"9gag":"9GAG es un sitio humorístico de Internet establecido en Hong Kong y publicado en Estados Unidos. Lanzada en 2008, esta página es muy conocida por el uso de memes.",
"annas archive":"El Archivo de Anna es un metabuscador en línea gratuito y sin ánimo de lucro de bibliotecas fantasma que proporciona acceso a una colección de libros, creado por un equipo de archivistas anónimos, y publicado en respuesta directa a los esfuerzos de las fuerzas de seguridad, con la ayuda formal de The Publishers Association y Authors Guild, para cerrar el sitio web de Z-Library en noviembre de 2022.",
"apple app store":"La Apple App Store es un servicio para el iPhone, iPod Touch, y el iPad, creado por Apple, que permite a los usuarios buscar y descargar aplicaciones, publicadas por Apple. Estas aplicaciones están disponibles para ser compradas o gratuitas, dependiendo de cada una. Las aplicaciones pueden ser descargadas directamente al iPhone o al iPod Touch por medio de una aplicación del mismo nombre.",
"apple app store":"La Apple App Store es un servicio para el iPhone, iPod Touch y el iPad, creado por Apple, que permite a los usuarios buscar y descargar aplicaciones publicadas por Apple. Estas aplicaciones pueden adquirirse o son gratuitas, según los casos. Las aplicaciones pueden ser descargadas directamente al iPhone o al iPod Touch por medio de una aplicación del mismo nombre.",
"apple maps":"Apple Maps es un servicio de mapas desarrollado por Apple a los dispositivos con iPadOS, iOS y OS X y macOS. Fue introducido en marzo de 2012 en todos los dispositivos nuevos y con todas actualizaciones del sistema como reemplazo del Google Maps.",
"artic":"El Instituto de Arte de Chicago es un museo y escuela de arte nortamericanos, situado en la avenida Míchigan junto al Grant Park, enfrente del lago Míchigan en Chicago, Estados Unidos. Es uno de los museos de arte más importantes del mundo y suele ser nombrado como uno de los tres principales de Estados Unidos, junto con el Metropolitan Museum de Nueva York y el Museo de Bellas Artes de Boston. Cuenta con una de las colecciones permanentes más importantes de cuadros del Impresionismo y Posimpresionismo del mundo.",
"arxiv":"arXiv es un archivo en línea para las prepublicaciones de artículos científicos en el campo de las matemáticas, física, ciencias de la computación y biología cuantitativa. En muchos campos de las matemáticas y la física, casi todos los artículos científicos se colocan en arXiv. A fecha 27 de julio de 2010, arXiv.org contenía más de 617 767 imprimibles, lo que supone que miles de ellos son añadidos cada mes.",
@ -1992,10 +1993,6 @@
],
"deezer":"Deezer es un sitio web y aplicación informática con un amplio catálogo musical. Se creó en Francia durante junio de 2006 por dos jóvenes, Daniel Marhely y Jonathan Benassaya. Cuenta con 16 millones de usuarios, está disponible en 16 idiomas, cuenta con tres versiones: Free [Disponible en algunos países], Premium [calidad 320 kbps y FLAC] y Family.",
"deviantart":"DeviantArt o DA, es un sitio web estadounidense que agrupa a una comunidad internacional de artistas en la red, es filial de la empresa israelí Wix.com. Fue lanzada el 7 de agosto de 2000 por Angelo Sotira, Scott Jarkoff, Matthew Stephens y otros.",
"dictzone":[
"Diccionarios en línea: inglés, español, alemán, francés, italiano, húngaro...",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:es",
"ref"
@ -2069,11 +2066,15 @@
],
"library genesis":"Library Genesis o LibGen es un motor de búsqueda que permite el libre acceso a artículos científicos y libros. Posee contenido libre en formatos PDF, EPUB, MOBI, DJVU, etc., accesible en portales de numerosas editoriales académicas, como Oxford UP, Cambridge UP, Elsevier ScienceDirect, Springer, etc.",
"library of congress":"La Biblioteca del Congreso de los Estados Unidos, situada en Washington D. C. y distribuida en tres edificios, es una de las mayores bibliotecas del mundo, con más de 158 millones de documentos.",
"libretranslate":[
"API de traducción automática gratuita y de código abierto. Autónoma, con capacidad para trabajar sin conexión y fácil de configurar. Aloja tu propio servidor API en sólo unos minutos.API de traducción automática gratuita y de código abierto. Autónoma, con capacidad para trabajar sin conexión y fácil de configurar. Aloja tu propio servidor API en sólo unos minutos.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:es",
"ref"
],
"mastodon users":"Mastodon es un software libre desarrollado para implementar las redes sociales de microblogueo que conforman al fediverso, con una gran semejanza a Twitter, siendo lanzada junto con su dominio principal «mastodon.social» en octubre de 2016.",
"mastodon users":"Mastodon es una red social libre creada por el programador alemán Eugen Rochko, fue desarrollada para implementar un conjunto de redes sociales de microblogueo que conforman al Fediverso, con una gran semejanza a X, siendo lanzada junto con su dominio principal «mastodon.social» en octubre de 2016.",
"mdn":"MDN Web Docs, anteriormente Mozilla Developer Network, y antes Mozilla Developer Center, es el sitio web oficial de Mozilla para la documentación de estándares web y de los proyectos de Mozilla.",
"metacpan":"CPAN es el acrónimo de Comprehensive Perl Archive Network. Es un enorme archivo de software escrito en Perl, así como de documentación sobre el mismo. Tiene presencia en la Web a través de su sitio www.cpan.org y sus 267 espejos distribuidos por todo el mundo.",
"mixcloud":"Mixcloud es un servicio británico de transmisión de música en línea que permite escuchar y distribuir programas de radio, mezclas de DJ y podcasts, que son financiados por sus usuarios registrados.",
@ -2118,7 +2119,7 @@
"voidlinux":"Void Linux es una distribución Linux independiente que utiliza el gestor de paquetes XBPS, diseñado e implementado desde cero, y el sistema de iniciación runit. Excluyendo los blobs binarios del kernel, la instalación base se compone enteramente de software libre, pero los usuarios pueden acceder a un repositorio oficial no libre para instalar software propietario.",
"wikibooks":"Wikilibros, anteriormente llamado Wikimedia Free Textbook Project y Wikimedia-Textbooks, es una iniciativa de la Fundación Wikimedia, creada el 10 de julio de 2003, que tiene como objetivo la elaboración colectiva de obras didácticas de diversa índole, tales como libros de texto, manuales, tutoriales o guías de usuario, bajo una licencia de contenido libre que permite su uso, modificación y distribución sin restricciones.",
"wikicommons.images":"Wikimedia Commons es un proyecto de la Fundación Wikimedia creado el 7 de septiembre de 2004, cuyo objetivo es servir como almacén de archivos de imágenes y otros formatos multimedia para el resto de los proyectos de la fundación. Todos sus archivos deben haber sido liberados bajo licencias libres o en el dominio público. Actualmente, preserva más de 100 millones de ficheros multimedia libres.",
"wikidata":"Wikidata es una base de conocimientos editada en colaboración y alojada por la Fundación Wikimedia. Tiene el objetivo de proporcionar una fuente común de datos que puedan ser utilizados por proyectos de Wikimedia como Wikipedia, y por cualquier otra persona, bajo una licencia de dominio público. Esto es similar a la forma en que Wikimedia Commons proporciona almacenamiento para archivos multimedia y acceso a estos archivos para todos los proyectos de Wikimedia. Wikidata funciona y opera con el software Wikibase.",
"wikidata":"Wikidata es una base de conocimientos editada en colaboración y alojada por la Fundación Wikimedia. Tiene el objetivo de proporcionar una fuente común de datos que puedan ser utilizados por proyectos de Wikimedia como Wikipedia, y por cualquier otra persona, bajo una licencia CC0 de dominio público. Esto es similar a la forma en que Wikimedia Commons proporciona almacenamiento para archivos multimedia y acceso a estos archivos para todos los proyectos de Wikimedia. Wikidata funciona y opera con el software Wikibase.",
"wikimini":"Wikimini es una enciclopedia en línea para niños, gratuita, que tiene la particularidad de ser escrita colaborativamente por niños y adolescentes. Su contenido está dirigido a lectores de 8 a 13 años y está publicado bajo licencia libre, lo que permite su difusión y reutilización. Desde que se puso en línea el 1 de octubre de 2008 por el friburgués Laurent Jauquier, el sitio ha experimentando un crecimiento en aumento dentro de la comunidad francófona.",
"wikinews":"Wikinoticias es una fuente de noticias de contenido libre y un proyecto de la Fundación Wikimedia. El sitio funciona a través del periodismo colaborativo. El cofundador de Wikipedia, Jimmy Wales, ha distinguido a Wikinews de Wikipedia al decir «en Wikinews, cada historia debe escribirse como una noticia en lugar de un artículo de enciclopedia». La política de punto de vista neutral adoptada en Wikinoticias la distingue de otros esfuerzos de periodismo ciudadano como Indymedia y OhmyNews. A diferencia de la mayoría de los proyectos de la Fundación Wikimedia, Wikinews permite el trabajo original en forma de informes y entrevistas originales.",
"wikipedia":"Wikipedia es una enciclopedia libre, políglota y editada de manera colaborativa. Es administrada por la Fundación Wikimedia, una organización sin ánimo de lucro cuya financiación está basada en donaciones. Sus más de 62 millones de artículos en 334 idiomas han sido redactados en conjunto por voluntarios de todo el mundo, lo que suma más de 3000 millones de ediciones, y permite que cualquier persona pueda sumarse al proyecto para editarlos, a menos que la página se encuentre protegida contra vandalismos para evitar problemas o disputas.",
@ -2178,10 +2179,6 @@
],
"deezer":"Deezer on prantsuse veebipõhine muusika voogedastusteenus.",
"deviantart":"DeviantART on kunstiteemaline veebisait, mis avati 7. augustil 2000.",
"dictzone":[
"Veebisõnastikud: inglise, ungari Valige oma lemmiksõnaraamat!",
"https://dictzone.com/"
],
"flickr":"Flickr on Yahoo! veebikeskkond, mis on loodud eelkõige fotode ja videote talletamiseks, haldamiseks ja jagamiseks. Ludicorp asutas Flickri 2004. aastal ning 2005. aastal omandas selle Yahoo. Lisaks sellele, et tegemist on populaarse veebiteenusega, milles iga kasutaja saab \"oma\" veebilehtedel jagada ja talletada enda tehtud fotosid, kasutavad Flickrit ka fototöötlejad ja blogijad, kes kasutavad fotosid blogides ja sotsiaalmeedias.",
"gentoo":[
"gentoo:ru",
@ -2362,7 +2359,7 @@
"wikibooks":"Wikibooks eduki askeko liburuak sortu eta plazaratu egiten dituen Wikimediaren proiektua da, edonork edukiak gehitu eta aldatzeko aukera eskaintzen duena.",
"wikicommons.images":"Wikimedia Commons irudi, soinu eta multimedia fitxategi askeak biltzeko gunea da. Wikipedia bezalaxe, Wikimedia fundazioaren proiektu bat da eta beste proiektu guztietan erabil daitezkeen baliabideak gordetzeko balio du.",
"wikidata":"Wikidata elkarlanean sortutako datu-base eleanitz bat da, Wikimedia Fundazioak kudeatua. Wikidataren xedea da iturri bateratu bat eskaintzea zenbait datutarako (adibidez, pertsonen jaiotegunak eta jarduerak, edo Wikipediako artikulu bat nola den beste hizkuntzen Wikipedietan. Informazio hori Wikimediaren proiektuetan erabiltzen da gero, adibidez Wikipedian. Wikipediako artikulu askotan goian eskuinaldean hainbat daturekin agertzen den infotaula, kasu askotan automatikoki sortu izan da artikulu horri buruz Wikidatan dagoen informazioarekin.",
"wikipedia":"Wikipedia eduki askeko entziklopedia bat da, lankidetzaz editatua, eleanitza, Interneten argitaratua, Wikimedia Fundazioa irabazi asmorik gabeko erakundeak sustengatua. Wikipedia mundu osoko boluntarioek idazten dute. Internetera konektatutako edonork parte har dezake Wikipediako artikuluetan, aldatu lotura sakatuz. 2015ko azaroaren bostean, 291 hizkuntzatako edizioak zituen, eta horietatik 275 zeuden aktibo. Proiektuaren xedea da ahalik eta hizkuntza gehienetan idatzitako entziklopedia sortu eta hedatzea. Guztira 37 milioi artikulu ditu, horietatik 429.807 euskaraz eta bost milioitik gora ingelesez.",
"wikipedia":"Wikipedia eduki askeko entziklopedia bat da, lankidetzaz editatua, eleanitza, Interneten argitaratua, Wikimedia Fundazioa irabazi asmorik gabeko erakundeak sustengatua. Wikipedia mundu osoko boluntarioek idazten dute. Internetera konektatutako edonork parte har dezake Wikipediako artikuluetan, aldatu lotura sakatuz. 2015ko azaroaren bostean, 291 hizkuntzatako edizioak zituen, eta horietatik 275 zeuden aktibo. Proiektuaren xedea da ahalik eta hizkuntza gehienetan idatzitako entziklopedia sortu eta hedatzea. Guztira 37 milioi artikulu ditu, horietatik 431.354 euskaraz eta bost milioitik gora ingelesez.",
"wikiquote":"Wikiesanak Wikimedia Fundazioaren aipu ezagunen bilduma da. Bertan pertsona entzutetsuen esanak, liburu ospetsuetako aipamenak eta herrialde ezberdinetako esaera zaharrak edo atsotitzak aurki daitezke. Wikipedia bezala, internet bidezko elkarlanean eta wiki softwarean oinarritzen den webgunea da. GFDL lizentziapean argitaratzen da. Hastapenetan ingelesez soilik bazen ere, 2004 urteaz geroztik 79 hizkuntza ezberdinetan dago. Ingelesezko bertsioa artikulu gehien duena izan da ordutik, 2010 urteko hasieran ia ehun mila orri eta hamazazpi mila bat aipuak biltzeko artikulu duela. 2010. urtearen hasieran euskarazko bertsioak mila orrialde baino gehiago zituen, eta horietako ehun baino gehiago, aipu-orrialdeak.",
"wikisource":"Wikiteka wikian dagoen testu eduki askeko Interneteko liburutegi digitala da, Wikimedia Fundazioak kudeatutakoa. Wikitekak da proiektu osoaren izena, baita proiektu horretako ale bakoitzaren izena ere, non ale bakoitza hizkuntza desberdin bati dagokion. Beraz, hizkuntza askotako iturriek osatzen dute Wikiteka.",
"wikispecies":"Wikiespezieak Wikimedia Fundazioaren proiektu bat da. Bertan, naturako izaki espezie ezberdinen informazioa aurki dezakegu; animaliak, landareak, onddoak, bakteriak, eta gainontzeko bizi-formak.",
@ -2576,10 +2573,6 @@
],
"deezer":"Deezer on ranskalainen musiikkipalvelu, jossa käyttäjät voivat kuunnella musiikkia suoratoistona Internetistä. Deezer julkaistiin 24. elokuuta 2007. Palvelua kustannetaan mainostuloilla. Toukokuussa 2013 Deezerissä oli 20 miljoonaa kappaletta. Palvelun käyttö ei vaadi erillistä ohjelmaa, vaan sivustolla olevia kappaleita pystyy kuuntelemaan suoraan verkkosivuston kautta. Palvelu on saatavissa myös älypuhelimille erillisen sovelluksen kautta. Palvelu avattiin Suomessa toukokuussa 2013. Deezerissä on tarjolla yli 53 miljoonaa kappaletta.milloin?",
"deviantart":"DeviantArt on suosittu Internetissä toimiva taidesivusto. Sen ovat perustaneet elokuussa 2000 Angelo Sotira, Scott Jarkoff ja Matthew Stephens. DeviantArtiin rekisteröityneet käyttäjät voivat julkaista omia ja kommentoida muiden valokuvia, piirroksia, tatuointeja, maalauksia, Flash-animaatioita, runoja ja proosaa. Sivuston kautta voi myös myydä omaa taidettaan.",
"dictzone":[
"Online-sanakirjat: englanti, espanja, saksa, ranska, italia, unkari... Valitse suosikkisanakirjasi!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:fi",
"ref"
@ -2779,10 +2772,6 @@
],
"deezer":"Deezer est une plateforme française de distribution numérique dédiée à l'écoute de musique en streaming et qui a été lancée en août 2007. Ce service permet l'écoute de musiques et podcasts, issus d'un catalogue négocié avec les labels regroupant plus de 90 millions de titres en 2022. Deezer éditorialise son contenu par l'établissement de playlists ainsi que son algorithme Flow, qui recommande de nouveaux morceaux selon les goûts musicaux de lutilisateur.",
"deviantart":"DeviantArt est un site web dédiée à la création artistique d'œuvres et de dessins sous format numérique. Les internautes inscrits forment une communauté artistique en ligne, où chacun peut s'inscrire et exposer ses propres créations, graphiques ou littéraires. Le jour de son 15e anniversaire, le site comptait plus de 36,4 millions d'inscrits et plus de 200 millions de deviations.",
"dictzone":[
"Dictionnaires en ligne : anglais, espagnol, allemand, français, italien, hongrois...",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:fr",
"ref"
@ -2824,7 +2813,7 @@
"google play apps:fr",
"ref"
],
"google scholar":"Google Scholar est un service de Google permettant la recherche d'articles et de publications scientifiques. Lancé fin 2004, il inventorie des articles approuvés ou non par des comités de lecture, des thèses de type universitaire, des citations ou encore des livres scientifiques.",
"google scholar":"Google Scholar est un service de Google permettant la recherche d'articles et de publications scientifiques. Lancé fin 2004, il inventorie des articles approuvés ou non par des comités de lecture, des thèses de type universitaire et des livres scientifiques.",
"google videos":"Google Vidéos est un service de partage et de visionnage de vidéos[pas clair] proposé par Google du 12 juillet 2006 au 29 avril 2011.",
"gpodder":"gPodder est un logiciel libre spécialisé, permettant la lecture d'un ensemble de flux de podcasts audio et vidéo.",
"hackernews":"Hacker News est un site de partage social de liens créé le 19 février 2007, avec pour objectif de créer une communauté proche de celle de Reddit à ses débuts tout en évitant le phénomène de septembre éternel. Il est centré autour de l'actualité des technologies informatiques, du hacking et des startups, et promeut tout contenu susceptible de « gratifier la curiosité intellectuelle » des lecteurs.",
@ -2848,6 +2837,10 @@
],
"library genesis":"Library Genesis ou LibGen est un moteur de recherche d'articles et de livres scientifiques qui facilite l'accès aux contenus soumis à un péage. Il diffuse notamment les fichiers PDF du portail Web ScienceDirect d'Elsevier.",
"library of congress":"La bibliothèque du Congrès, située à Washington, assure la fonction de bibliothèque de recherche du Congrès des États-Unis et, de facto, constitue la bibliothèque nationale américaine.",
"libretranslate":[
"API de Traduction Automatique libre et ouverte. Auto-hébergée, hors ligne et facile à installer. Lancez votre propre serveur API en quelques minutes.API de Traduction Automatique libre et ouverte. Auto-hébergée, hors ligne et facile à installer. Lancez votre propre serveur API en quelques minutes.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:fr",
"ref"
@ -2880,9 +2873,9 @@
"ref"
],
"reddit":"Reddit est un site web communautaire américain de discussion et dactualités sociales. Les liens les plus appréciés du moment se trouvent affichés en page daccueil par le vote des utilisateurs.",
"rottentomatoes":"Rotten Tomatoes est un site Web, créé en 1998, dévolu aux critiques et aux informations sur les films. Même si le nom provient du cliché datant de l'époque du vaudeville, où jeter des tomates pourries sur les acteurs était une façon pour le public de souligner la médiocrité d'une représentation, l'inspiration originale provient d'une scène du film canadien Léolo tourné en 1992 dans laquelle une actrice tombe dans un bac de tomates.",
"rottentomatoes":"Rotten Tomatoes est un site Web, créé en 1998, dévolu aux critiques et aux informations sur les films. Même si le nom provient du cliché datant de l'époque du music-hall, où jeter des tomates pourries sur les acteurs était une façon pour le public de souligner la médiocrité d'une représentation, l'inspiration originale provient d'une scène du film canadien Léolo tourné en 1992 dans laquelle une actrice tombe dans un bac de tomates.",
"rubygems":"RubyGems est un gestionnaire de paquets pour le langage de programmation Ruby qui fournit un format standard pour la distribution de programmes et de bibliothèques Ruby. Il permet de gérer facilement l'installation de gemmes et d'un serveur pour les distribuer. Il a été créé par Chad Fowler, Jim Weirich, David Alan Black, Paul Brannan et Richard Kilmer lors de la RubyConf 2004.",
"rumble":"Rumble est une entreprise de plateforme de vidéo en ligne, dhébergement web et de service dinfonuagique. Elle a été fondée en octobre 2013 par Chris Pavlovski, un entrepreneur technologique. La plate-forme vidéo est populaire parmi les auteurs de théories du complot et de lextrême droite américaine (alt-right).",
"rumble":"Rumble est une entreprise de plateforme de vidéo en ligne, dhébergement web et de service dinfonuagique. Elle a été fondée en octobre 2013 par Chris Pavlovski, un entrepreneur technologique. La plate-forme vidéo est populaire parmi les auteurs de théories du complot et de lextrême droite américaine.",
"semantic scholar":"Semantic Scholar est un projet développé à l'Institut Allen pour l'Intelligence Artificielle, un des instituts de recherche créés par Paul Allen. Lancé en novembre 2015, il est conçu pour être un moteur de recherche d'articles de revues scientifiques sur l'IA.",
"seznam":"Seznam est un portail web et un moteur de recherche tchèque. Il a été lancé en 1996. En novembre 2020, c'est le troisième site le plus visité en République tchèque.",
"soundcloud":"SoundCloud est une plate-forme suédoise de distribution audio en ligne sur laquelle les utilisateurs peuvent collaborer ainsi que promouvoir et distribuer leurs projets musicaux. En juin 2013, le site compte 40 millions d'inscrits et 200 millions de visiteurs uniques par mois.",
@ -2899,7 +2892,7 @@
"tagesschau":"Le Tagesschau est le plus ancien journal télévisé allemand diffusé sur la première chaîne allemande, Das Erste.",
"tineye":"TinEye est un site web canadien de recherche d'image par le contenu, créé en 2008 par l'entreprise Idée, Inc., elle-même fondée en 1999. En octobre 2012, le site affirme posséder une base de données de plus de deux milliards dentrées et affirme en ajouter dix millions chaque mois. TinEye permet la recherche dimages déjà publiées sur Internet.",
"unsplash":"Unsplash est un site web dédié au partage de photos sous licence Unsplash. Il est basé à Montréal, la capitale économique du Québec.",
"vimeo":"Vimeo est un site web communautaire destiné au partage et au visionnage de vidéos réalisées par les utilisateurs. Ce site a été lancé en novembre 2004 en tant que division de Connected Ventures, qui appartenait également CollegeHumor, pour ensuite devenir une filiale du groupe américain IAC (InterActiveCorp) en août 2006. Depuis mai 2021, Vimeo est une compagnie indépendante.",
"vimeo":"Vimeo est un site web communautaire destiné au partage et au visionnage de vidéos réalisées par les utilisateurs. Ce site a été lancé en novembre 2004 en tant que division de Connected Ventures, qui appartenait également à CollegeHumor, pour ensuite devenir une filiale du groupe américain IAC (InterActiveCorp) en août 2006. Depuis mai 2021, Vimeo est une compagnie indépendante.",
"voidlinux":"Void Linux est une distribution GNU/Linux indépendante. Le système est construit entièrement à partir de zéro. Cependant, les BLOBs binaires de Linux sont gardés et il existe un dépôt non-free pour installer du code propriétaire.",
"wikibooks":"Wikibooks ou Wikilivres est un guide pratique multilingue et multidisciplinaire en ligne, géré en wiki grâce au moteur MediaWiki.",
"wikicommons.images":"Wikimedia Commons est une médiathèque en ligne d'images, de sons, d'autres médias audiovisuels et de données JSON sous licence libre. Elle centralise des médias libres, tels que photographies, dessins, schémas, partitions, cartes géographiques, textes écrits et parlés, animations et vidéos, objets 3D qui ont une utilité pour au moins un des projets de Wikimedia. En novembre 2023, elle passe la barre des 100 millions de fichiers hébergés.",
@ -3194,10 +3187,6 @@
"ref"
],
"deezer":"Deezer je mrežna usluga za prenošenje glazbenih sadržaja koja korisnicima dopušta slušanje glazbe preko interneta ili izvanmrežno te stvaranje i dijeljenje popisa pjesama. Stvoren je u Parizu 2007. godine. Deezer raspolaže s više od 120 milijuna licenciranih snimki u svom katalogu, iz svih glazbenih žanrova. Na usluzi je dostupno i preko 32.000 radijskih postaja.",
"dictzone":[
"Online rječnici: engleski, španjolski, njemački, francuski, talijanski, mađarski... Odaberite svoj omiljeni rječnik!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:hr",
"ref"
@ -3264,6 +3253,10 @@
"hu":{
"9gag":"A 9GAG egy hongkongi székhelyű online platform és közösségimédia-webhely, amely lehetővé teszi a felhasználók számára, hogy külső közösségi oldalakról töltsenek fel és osszák meg a felhasználók által generált vagy más tartalmakat. Az internetes mémgyűjtemények platformjának számító weboldal 2008. április 11-i elindulása óta folyamatosan nőtt a népszerűsége a közösségi médiában, például a Facebookon, a Twitteren és az Instagramon.",
"apple app store":"Az App Store egy online, alkalmazásokat árusító bolt, melyet az Apple fejlesztett ki az iOS rendszerű eszközökre. A legtöbb alkalmazás (=app) fizetős, de vannak közöttük ingyenesek is. Az App Store biztosítja a felhasználóknak, hogy az alkalmazások között böngészhetnek, és letölthetik azokat az iTunes Store-ból. Az appok közvetlenül az erre alkalmas eszközökre, illetve OS X-re vagy Windows-ra az iTunes-on keresztül tölthetőek le.",
"artic":[
"Chicagoi múzeum",
"wikidata"
],
"bandcamp":"A Bandcamp egy 2007-ben alapított online zenebolt. A szolgáltatás 2008-ban indult azzal a céllal, hogy független zenészeknek biztosítson helyet, ahol terjeszthetik zenéiket. A művészek rendelkezésére áll egy személyre szabható mikroweboldal, ahová feltölthetik zenéiket. A számok meghallgatása díjmentes, a letölthető tartalmak zenésztől függően lehetnek ingyenesek vagy fizetősek. Néhány esetben a vásárló több pénzt is adhat, mint amennyit a feltöltő szabott ki. A Bandcamp a weboldalon bonyolított tranzakciók egy részéből fedezi a bevételét.",
"bing":"A Bing a Microsoft által 2009-ben bemutatott internetes keresőrendszer.",
"bing images":[
@ -3286,10 +3279,6 @@
],
"deezer":"A Deezer egy 2007 óta létező francia zenei stream szolgáltató internetes vállalkozás. Netrádióként működik, de emellett előfizetési díj ellenében online musicboxként is. A díjat vállalók lejátszási listákat, vagy szóló darabokat tölthetnek le. Fájlok fel is tölthetők egy saját zenetárba. A Deezer mintegy 73 millió számot, köztük magyar felvételeket is tartalmaz.",
"deviantart":"A deviantART (dA) egy nemzetközi, internetes művészeti publikációs helyként, ismeretségi hálózatként és webshopként egyszerre működő honlap, az egyik legnagyobb online alkotóközösség. 2000. augusztus 7-én indította útjára Scott Jarkoff, Angelo Sotira, Matthew Stepens és még sokan mások. Tulajdonosa a deviantART, Inc.",
"dictzone":[
"DictZone online szótár, fordító - Magyarország leggyorsabb szótára Angol-magyar, német-magyar, francia-magyar és még több mint 90 nyelvpár! Hangos szótár.",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:hu",
"ref"
@ -3595,10 +3584,6 @@
"brave:it",
"ref"
],
"ccc-tv":[
"portale di streaming del Chaos Computer Club",
"wikidata"
],
"crossref":[
"agenzia di registrazione dei DOI",
"wikidata"
@ -3611,10 +3596,6 @@
],
"deezer":"Deezer è un servizio di streaming multimediale che consente l'ascolto on demand di 90 milioni di brani musicali di numerose case discografiche ed etichette indipendenti, oltre che di podcast.",
"deviantart":"DeviantArt è una comunità online di artisti e aspiranti artisti su Internet.",
"dictzone":[
"Dizionari online: inglese, spagnolo, tedesco, francese, italiano, ungherese... Scegli il tuo dizionario preferito!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:it",
"ref"
@ -3674,7 +3655,7 @@
],
"kickass":"KickassTorrents è stato un sito web, fondato nel 2008, che ospitava file torrent e magnet link per facilitare il file sharing peer-to-peer con il protocollo BitTorrent. All'agosto 2015, secondo Alexa, KAT è l'indice di file torrent più visitato al mondo e si stima riceva ogni mese più di 319 milioni di accessi. Il 20 luglio 2016 il sito è stato sequestrato dal governo degli Stati Uniti, successivamente chiuso e l'autore del sito è stato arrestato.",
"library genesis":"Library Genesis o LibGen è un motore di ricerca di articoli e libri su vari argomenti, che consente l'accesso gratuito a contenuti normalmente a pagamento o non digitalizzati altrove. Tra gli altri, veicola contenuti in formato PDF dal portale web di Elsevier di ScienceDirect.",
"library of congress":"La Biblioteca del Congresso, nota con gli acronimi LOC o Loc, è di fatto la biblioteca nazionale degli Stati Uniti d'America. Grazie agli oltre 158 milioni di documenti in essa custoditi è la più grande biblioteca al mondo.",
"library of congress":"La Biblioteca del Congresso, nota con gli acronimi LOC o Loc, è di fatto la biblioteca nazionale degli Stati Uniti d'America. Grazie ai 173 milioni di documenti in essa custoditi è la più grande biblioteca al mondo.",
"mastodon hashtags":[
"mastodon users:it",
"ref"
@ -3692,7 +3673,7 @@
"odysee":"Odysee è una piattaforma di archiviazione video creato nel settembre 2020 dalla società statunitense LBRY.inc, il cui CEO e cofondatore è Jeremy Kauffman.",
"openstreetmap":"OpenStreetMap (OSM) è un progetto collaborativo finalizzato a creare mappe del mondo a contenuto libero. Il progetto punta ad una raccolta mondiale di dati geografici, con scopo principale la creazione di mappe e cartografie.",
"peertube":"PeerTube è un software libero decentralizzato e federato che utilizza la tecnologia di rete paritaria (P2P) per ridurre il carico sui singoli server. È rilasciato sotto licenza GNU Affero General Public License. Il progetto è nato nel 2015 da un singolo programmatore. Lo sviluppo di PeerTube fu successivamente supportato da un'organizzazione non a scopo di lucro francese, la Framasoft.",
"pinterest":"Pinterest è un servizio di rete sociale basato sulla condivisione di fotografie, video e immagini. Il nome deriva dall'unione delle parole inglesi pin e inteest (interesse). Pinterest permette agli utenti di creare bacheche in cui catalogare le immagini presenti nelle pagine web in base a temi predefiniti oppure da loro scelti.",
"pinterest":"Pinterest è un servizio di rete sociale basato sulla condivisione di fotografie, video e immagini. Il nome deriva dall'unione delle parole inglesi pin e interest (interesse). Pinterest permette agli utenti di creare bacheche in cui catalogare le immagini presenti nelle pagine web in base a temi predefiniti oppure da loro scelti.",
"piratebay":"The Pirate Bay (TPB) è un sito di file sharing basato sul protocollo di condivisione BitTorrent. È nato in Svezia ed è stato creato da Gottfrid Svartholm, Fredrik Neij e Peter Sunde.",
"pubmed":"MEDLINE è un database bibliografico di scienze della vita e discipline biomediche. Copre i campi della medicina, dell'infermieristica, della farmacologia, dell'odontoiatria, della medicina veterinaria e dell'assistenza sanitaria in generale.",
"qwant":"Qwant è un motore di ricerca europeo fornito dalla omonima società francese; dichiara di non profilare gli utenti né di usare bolle di filtraggio per presentare i risultati della ricerca. Il servizio è stato lanciato inizialmente il 16 febbraio 2013 in versione beta e il 4 luglio 2013 in versione stabile. Una nuova versione è stata lanciata nell'aprile 2015.",
@ -3708,7 +3689,7 @@
"qwant:it",
"ref"
],
"reddit":"Reddit è un sito Internet di social news, intrattenimento e forum dove gli utenti registrati possono pubblicare contenuti sotto forma di post testuali o di collegamenti ipertestuali (link). Gli utenti, inoltre, possono attribuire una valutazione, \"su\" o \"giù\", ai contenuti pubblicati: tali valutazioni determinano, poi, posizione e visibilità dei vari contenuti sulle pagine del sito. I contenuti del sito sono organizzati in aree di interesse chiamate subreddit.",
"reddit":"Reddit è un sito Internet di social news, intrattenimento e forum dove gli utenti registrati possono pubblicare contenuti sotto forma di post testuali o di collegamenti ipertestuali (link). Gli utenti, inoltre, possono attribuire una valutazione, su o giù, ai contenuti pubblicati: tali valutazioni determinano, poi, posizione e visibilità dei vari contenuti sulle pagine del sito. I contenuti del sito sono organizzati in aree di interesse chiamate subreddit.",
"rottentomatoes":"Rotten Tomatoes è un sito web che si occupa di raccogliere recensioni, informazioni e notizie sul mondo del cinema e delle serie TV.",
"rubygems":"RubyGems è un gestore di pacchetti per il linguaggio di programmazione Ruby che fornisce un formato standard, per distribuire i programmi e le librerie scritti in Ruby, chiamato gems (dall'inglese: gemme) è inoltre uno strumento progettato per facilitare la gestione dell'installazione delle \"gemme\" e per la loro distribuzione.",
"rumble":"Rumble è una piattaforma di video online canadese con sede a Toronto. Fondata nel 2013 da Chris Pavlovski, un imprenditore canadese.",
@ -3855,7 +3836,7 @@
"mastodon users":"マストドン (Mastodon) はミニブログサービスを提供するためのフリーソフトウェア、またはこれが提供する連合型のソーシャルネットワークサービスである。開発者はドイツのオイゲン・ロホコ(Eugen Rochko)。「脱中央集権型」 (decentralized) のマストドンのサーバーはだれでも自由に運用する事が可能であり、利用者は通常このサーバーの一つを選んで所属するが、異なるサーバーに属する利用者間のコミュニケーションも容易である。",
"mdn":"MDN Web Docsは、ウェブ標準及びMozillaプロジェクトの開発文書のためのMozillaの公式ウェブサイトである。以前の名称はMozilla Developer Network 、更に以前はMozilla Developer Center と呼ばれていた。",
"metacpan":"CPAN とは、Perlのライブラリ・モジュールやその他のPerlで書かれたソフトウェアを集めた巨大なアーカイブで、世界中のサーバにその内容がミラーリングされている。再利用性・汎用性の高いモジュールが登録されており、Perlプログラマができるだけ車輪の再発明をせずに済むための支援環境となっている。登録モジュールの検索システムも提供されているため、Perlプログラマは望む機能を持ったモジュールを容易に入手することができる。",
"naver":"ネイバー は、ネイバー株式会社が運営する、大韓民国(韓国)の最大手ポータルサイトである。",
"naver":"ネイバー は、ネイバー (企業)が運営する、大韓民国(韓国)の最大手ポータルサイトである。",
"npm":"npmとはJavaScriptのパッケージ管理システムの一種。Node Package Managerの意。",
"openstreetmap":"オープンストリートマップ は自由に利用でき、なおかつ編集機能のある世界地図を作る共同作業プロジェクトである。GPS機能を持った携帯端末、空中写真やほかの無料機械からのデータをもとに作られていくのが基本だが、編集ツール上で道1本から手入力での追加も可能である。与えられた画像とベクトルデータセットはオープンデータベースライセンス (ODbL) 1.0のもと再利用可能である。",
"peertube":"PeerTube は、フリーかつオープンソースの分散型動画共有プラットフォームである。ActivityPubとWebTorrentを利用して構築されており、P2P技術を使用することによって動画を閲覧する際の各サーバーの負荷を軽減している。",
@ -3972,6 +3953,7 @@
],
"github":"깃허브(GitHub, /'ɡɪtˌhʌb/, 원래 이름: Logical Awesome LLC)는 루비 온 레일스로 작성된 분산 버전 관리 툴인 깃 저장소 호스팅을 지원하는 웹 서비스이다. 깃허브는 영리적인 서비스와 오픈소스를 위한 무상 서비스를 모두 제공한다. 2009년의 깃 사용자 조사에 따르면 깃허브는 가장 인기있는 깃 저장소 호스팅 서비스이다. 또한 2011년의 조사에서도 가장 인기있는 오픈 소스 소프트웨어 인터넷 호스팅 서비스로 꼽혔다.",
"gitlab":"깃랩(GitLab)은 깃랩 사(GitLab Inc.)가 개발한 깃 저장소 및 CI/CD, 이슈 추적, 보안성 테스트 등의 기능을 갖춘 웹 기반의 데브옵스 플랫폼으로써, 오픈 소스 라이선스 및 사유 소프트웨어 라이선스를 사용한다. 2019년 기준으로, 깃 저장소와 이슈 추적 기능을 갖춘 유일한 단일 어플리케이션의 데브옵스 솔루션이다. 시중에 유통되고 있는 많은 데브옵스 솔루션들은 자신들의 특화된 영역 이외는 API를 이용한 연동 만을 제공하지만 깃랩은 단일 어플리케이션으로써 데브옵스의 전 영역의 기능들을 모두 제공하고 있다.",
"goo":"goo는 NTT 도코모가 운영하는 일본의 포털 사이트이다. 명칭은 'global network가 무한대(∞)로 계속 확대한다'에 유래한다.",
"goodreads":"굿리즈(영어: Goodreads)는 2006년 12월에 창업하고, 2007년 1월에 공개된 웹사이트 및 운영 회사이다. 누구나 무료로 다른 이용자가 기술한 도서 정보와 주석, 비평을 볼 수있다. 계정을 생성하여 개인 페이지에 도서와 독서 목록을 공개 페이지로 서적이나 토론 그룹을 만들 수 있다. 2007년 12월 기준으로 65만명 이상의 이용자와 10,000,000권 이상의 도서 정보가 등록되어 있었다. 본사는 샌프란시스코에 있다.",
"google":"구글 검색(영어: Google Search)은 구글이 소유한 웹 검색 엔진이다. 구글 검색은 월드 와이드 웹에서 가장 많이 쓰이는 검색 엔진으로, 다양한 서비스를 통해 날마다 수 억 번의 쿼리를 수신한다.",
"google images":"구글 이미지(Google Images)는 구글이 제작하여 2001년 7월에 선보인 검색 서비스로, 이미지 콘텐츠를 찾기 위해 웹을 검색하도록 도와준다. 그림을 검색할 때 일치하는 각 그림의 섬네일이 나타난다. 사용자가 섬네일을 클릭하면 그림은 웹사이트 위의 상자로 표시된다. 이 때 사용자는 상자를 닫고 웹사이트를 검색하거나 완전한 크기의 그림을 볼 수 있다.",
@ -4080,7 +4062,12 @@
"gentoo:ru",
"ref"
],
"goodreads":"Goodreads „Amazon“ bendrovei, priklausantis socialinis tinklas. Turi 90 mln. registruotų narių.",
"google":"Google Search (Google) internetinės paieškos sistema plėtojama „Google“ bendrovės. Plačiausiai naudojamas paieškos variklis internete, užimantis daugiau nei 90 % rinkos dalį. Įvykdo daugiau nei 5 mlrd. užklausų per dieną. „Google“ paieškos sistemoje ieškoma interneto puslapių, naujienų, nuotraukų, vaizdo įrašų („YouTube“) bei kitų išteklių. „Google“ siūlo ir papildomų paslaugų.",
"google images":[
"„Google“ vaizdai. Išsamiausia žiniatinklio vaizdų paieška.",
"https://images.google.com"
],
"google news":[
"Išsamios naujausios žinios, kurias iš viso pasaulio naujienų šaltinių surinko „Google“ naujienos.",
"https://news.google.com"
@ -4118,7 +4105,7 @@
"Orų prognozė: San Jose, California, United States",
"https://wttr.in"
],
"youtube":"„YouTube“ „Google“ bendrovės socialinis tinklas. Jame daugiausia peržiūrų sulaukia „Vevo“ bendrovės muzikinio kanalo turinys, įvairūs vlogai ir kt."
"youtube":"„YouTube“ „Google“ bendrovės socialinis tinklas. Jame daugiausia peržiūrų sulaukia muzikiniai vaizdo klipai, pramoginiai ir mokomieji vaizdo įrašai, įvairūs vlogai, tinklalaidės, neilgi vaizdo įrašai, televizinis turinys ir kt."
},
"lv":{
"annas archive":"Annas arhīvs ir bezmaksas, bezpeļņas tiešsaistes ēnu bibliotēkas metameklētājs, kas nodrošina piekļuvi grāmatām un citiem rakstītajiem avotiem. To izveidoja anonīmu arhivāru komanda, reaģējot uz 2022. gada novembrī veikto interneta vietnes Z-Library slēgšanu.",
@ -4415,7 +4402,7 @@
"wiktionary":"Wikikamus ialah sebuah projek perkamusan bebas wiki kelolaan Yayasan Wikimedia.",
"wolframalpha":"Wolfram Alpha ialah sebuah enjin jawapan yang dibangunkan Wolfram Research. Ia perkhidmatan dalam talian yang menjawab soalan fakta secara langsung dengan menggunakan pengkomputan jawapan daripada data berstruktur berbanding cara enjin gelintar yang memberi jawapan dalam bentuk senarai dokumen ataupun laman sesawang yang mungkin mengandungi jawapan yang dikehendaki.",
"yahoo news":"Yahoo! News ialah laman web berita yang berasal sebagai pengagregat berita berasaskan internet oleh Yahoo!. Artikel yang asalnya berasal dari perkhidmatan berita seperti Associated Press, Reuters, Fox News, Al Jazeera, ABC News, USA Today, CNN dan BBC News.",
"youtube":"YouTube ialah sebuah laman web video Amerika Syarikat yang beribupejabat di San Bruno, California. Perkhidmatan ini telah dicipta pada Februari 2005 oleh tiga bekas pekerja PayPal — Chad Hurley, Steve Chen dan Jawed Karim. Pada November 2006, ia telah dibeli oleh Google dengan harga AS$1.65 bilion. YouTube kini beroperasi sebagai salah satu anak syarikat Google.",
"youtube":"YouTube ialah sebuah laman web video Amerika Syarikat yang beribupejabat di San Bruno, California. Perkhidmatan ini telah dicipta pada Februari 2005 oleh tiga bekas pekerja PayPal — Chad Hurley, Steve Chen dan Jawed Karim. Pada November 2006, ia telah dibeoli oleh Google dengan harga AS$1.65 bilion. YouTube kini beroperasi sebagai salah satu anak syarikat Google.",
"z-library":"Z-Library ialah sebuah projek perpustakaan bayangan untuk akses perkongsian fail kepada artikel jurnal ilmiah, teks akademik dan buku kepentingan umum. Ia bermula sebagai salinan kepada laman web Library Genesis, yang menyimpan banyak akses kepada buku teks."
},
"nb-NO":{
@ -4435,10 +4422,6 @@
"nettbasert strømmetjeneste for musikk",
"wikidata"
],
"dictzone":[
"DictZone Flere ordbøker",
"https://dictzone.com/"
],
"fdroid":[
"repository for gratis programvare med åpen kildekode for Android-apper",
"wikidata"
@ -4528,10 +4511,6 @@
],
"deezer":"Deezer is een web-streaming service voor muziek. De dienst laat gebruikers onbeperkt luisteren naar nummers van muzieklabels zoals Sony Music Entertainment, Universal Music Group, en Warner Music Group. Deezer is beschikbaar in browsers, op Android, BlackBerry, iOS, Windows Phone en Symbian. Naast afspeelmogelijkheden in browsers zijn er met Deezer ook mogelijkheden tot afspelen via streaming speakers zoals onder andere die van HEOS by Denon. Ook is er een Windows 8 en een Windows 10 desktop app. Deezer kan ook als app worden geïnstalleerd op een telefoon of tablet. Men kan zelf afspeellijsten samenstellen. Via de pc kan men mp3's toevoegen voor de eigen afspeellijsten, via de telefoon of tablet is deze functie niet beschikbaar. Sinds 2020 is Deezer een geheel betaalde dienst. Voorheen kon men de dienst gebruiken, zonder reclame (betaald), of met reclame, mits men de reclame toeliet. Aangezien veel gebruikers dit omzeilden, kon men medio 2020 ineens nog maar 30 seconden van een muzieknummer luisteren en moest men een betaald abonnement afnemen, om alles weer te kunnen luisteren. De prijs is in 2023 10,95 euro per maand en kan men onbeperkt muziek luisteren en afspeellijsten maken.",
"deviantart":"DeviantArt is een Engelstalige internet-community waar gebruikers zelfgemaakte kunstwerken tentoonstellen. De website ging van start op 7 augustus 2000 op initiatief van Scott Jarkoff, Matthew Stephens en Angelo Sotira. Het bedrijf DeviantArt, Inc. is in Hollywood gevestigd.",
"dictzone":[
"Online woordenboeken: Engels, Spaans, Duits, Frans, Italiaans, Hongaars...",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:nl",
"ref"
@ -4577,7 +4556,7 @@
"ref"
],
"google scholar":"Google Scholar is een gratis toegankelijke internet-zoekmachine die de volledige tekst of metadata van wetenschappelijke literatuur indexeert in een scala aan publicatie-indelingen en disciplines. De Google Scholar-index, die in november 2004 als bètaversie werd uitgebracht, bevat de meeste door vakgenoten beoordeelde online academische boeken en tijdschriften, conferentiedocumenten, scripties en proefschriften, preprints, samenvattingen, technische rapporten en andere wetenschappelijke literatuur, waaronder rechterlijke adviezen en patenten. Hoewel Google niet de omvang van de Google Scholar-database publiceert, schatten scientometrische onderzoekers dat deze ongeveer 389 miljoen documenten bevat, inclusief artikelen, citaten en patenten, waardoor het in januari 2018 's werelds grootste academische zoekmachine is. Eerder werd de omvang geschat op 160 miljoen documenten vanaf mei 2014. Een eerdere statistische schatting gepubliceerd in PLOS ONE met behulp van een Mark and recapture-methode schatte ongeveer 80-90% dekking van alle in het Engels gepubliceerde artikelen met een schatting van 100 miljoen. Deze schatting bepaalde ook hoeveel documenten vrij beschikbaar waren op het internet.",
"google videos":"Google Videos, voorheen Google Video, is een webgebaseerde zoekmachine voor video- en filmbestanden. De dienst werd in juni 2005 gelanceerd door Google Inc. Met deze zoekmachine werd het mogelijk gemaakt om film- en videobeelden in een webbrowser te zoeken en te bekijken. Het werd ook mogelijk kosteloos eigen videobeelden op Google Videos te publiceren door middel van de Google Video Uploader, of vanuit de browser. Voor het afspelen van video's in de browser was het geïnstalleerd hebben van Adobe Flash noodzakelijk.",
"google videos":"Google Videos, voorheen Google Video, is een webgebaseerde zoekmachine voor video- en filmbestanden. De dienst werd in juni 2005 gelanceerd door Google Inc. Met deze zoekmachine werd het mogelijk gemaakt om film- en videobeelden in een webbrowser te zoeken en te bekijken. Het werd ook mogelijk kosteloos eigen videobeelden op Google Video's te publiceren door middel van de Google Video Uploader, of vanuit de browser. Voor het afspelen van video's in de browser was het geïnstalleerd hebben van Adobe Flash noodzakelijk.",
"hoogle":"Haskell is een functionele programmeertaal vernoemd naar de wiskundige Haskell Brooks Curry.",
"imdb":"De Internet Movie Database (IMDb) is een online databank met films, televisieseries, acteurs en videogames. IMDb werd in 1990 opgericht door Col Needham en is sinds 1998 in handen van Amazon.com.",
"kickass":"KickassTorrents is een website die BitTorrent-bestanden en magneetlinks indexeert. Volgens Alexa behoorde de website in november 2014 tot de meest bezochte websites ter wereld.",
@ -4637,7 +4616,7 @@
"wikicommons.images":"Wikimedia Commons is een meertalige interactieve website van de Wikimedia Foundation, gekoppeld aan een database die is ingericht als centrale opslag van afbeeldingen, geluids-, video- en andere bestanden. De bestanden kunnen worden gebruikt in alle Wikimediaprojecten, waaronder Wikipedia, Wiktionary, en Wikinews in alle taal-edities. Iedereen kan ook zonder kosten bestanden voor eigen gebruik uit de database downloaden. Het project is sinds 7 september 2004 actief en huisvest inmiddels meer dan 94 miljoen bestanden. Commons is een Engelse term voor zaken die gemeenschappelijk of publiek goed zijn en betekent onder meer meent in het Nederlands.",
"wikidata":"Wikidata is een project van de Wikimedia Foundation dat een centrale gegevensopslag biedt voor de verschillende Wikipedia taalversies. Het project werd in 2012 door Wikimedia Duitsland gestart. Wikidata is net zoals de andere projecten van de Wikimedia Foundation gericht op kennisoverdracht.",
"wikinews":"Wikinieuws, in het Engels en veel andere talen Wikinews genoemd, is een nieuwsbron van vrije informatie, in de vorm van een wiki waarin iedereen nieuwsartikelen kan publiceren over een breed scala van onderwerpen. Het is een project van de Wikimedia Foundation en werd formeel gestart in november 2004.",
"wikipedia":"Wikipedia is een meertalige internetencyclopedie, die door vrijwillige auteurs wordt geschreven. Wikipedia wordt gepubliceerd onder een vrije licentie, waardoor de inhoud elders te gebruiken is. De website is eigendom van de Amerikaanse Wikimedia Foundation. Het is het oudste en bekendste project van deze organisatie.",
"wikipedia":"Wikipedia is een meertalige internetencyclopedie, die door vrijwillige schrijvers wordt geschreven. Wikipedia wordt gepubliceerd onder een vrije licentie, waardoor de inhoud elders te gebruiken is. De website is eigendom van de Amerikaanse Wikimedia Foundation. Het is het oudste en bekendste project van deze organisatie.",
"wikiquote":"Wikiquote is een van de deelprojecten van de Wikimedia Foundation. Het doel van Wikiquote is het verzamelen van citaten van en over bekende personen. Daarnaast zijn er aparte pagina's voor citaten over een bepaald thema, zoals films, series, fictieve personages, boeken en meer algemene zaken zoals het weer. Ook is er ruimte voor het verzamelen van spreekwoorden in een bepaalde taal.",
"wikisource":"Wikisource is een project van de Wikimedia Foundation dat zich richt op het verzamelen van bronmateriaal. Het project heeft hiermee als doel om een vrij wikiwikicompendium van primaire bronnen in elke taal te worden en om vertalingen van deze bronteksten te creëren. Alle teksten die op Wikisource worden gepubliceerd, dienen onder een vrije licentie te staan of bij het publiek domein te horen.",
"wikispecies":"Wikispecies is een project van Wikimedia, dat op 13 september 2004 van start is gegaan. De bedoeling is om een taxonomisch overzicht te bieden van zo veel mogelijk levende wezens. De definitie is dan ook \"de vrije soortenlijst die iedereen kan bewerken\". Er staan geen lopende teksten over soorten in: Wikispecies is geen encyclopedie, maar biedt een classificatie met literatuurverwijzingen. Als Wikispecies in die zin origineel onderzoek publiceert, wijkt het af van Wikipedia waar dat niet is toegestaan. Over en weer verwijzen Wikispecies en Wikipedia naar elkaar. Bij de oprichting in 2004 is bepaald dat Wikispecies geen afsplitsing van Wikipedia mag zijn. Het motto is: \"Wikispecies is free. Because life is public domain!\" Het plan is om Wikispecies na voltooiing op te nemen in Wikidata. Nieuwe afbeeldingen moeten worden opgeladen naar Wikimedia Commons, van waaruit ze zo nodig en spaarzaam aan een Wikispecies-artikel kunnen worden toegevoegd. Als voorbeeldartikel noemt Wikispecies Panthera tigris: een classificatie met bronnen en een afbeelding. Anders dan op Wikipedia mogen de medewerkers aan Wikispecies op hun gebruikerspagina's hun wetenschappelijk curriculum vitae of publicatielijst geven.",
@ -5155,10 +5134,6 @@
],
"deezer":"Deezer powstały w sierpniu 2007 roku we Francji serwis oferujący dostęp do muzyki poprzez media strumieniowe. Usługi platformy są dostępne w ramach oprogramowania dostosowanego do systemów operacyjnych Microsoft Windows i macOS oraz w formie aplikacji na urządzenia mobilne. Serwis oferuje ponad 53 miliony utworów i jest dostępny w ponad 180 krajach.",
"deviantart":"DeviantArt społeczność internetowa dla artystów. Została ona uruchomiona 7 sierpnia 2000 roku przez Scotta Jarkoffa (jark) i Matta Stephensa (matteo). Obecnym CEO jest Angelo Sotira.",
"dictzone":[
"Słowniki internetowe: angielski, hiszpański, niemiecki, francuski, włoski, węgierski... Wybierz swój ulubiony słownik!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:pl",
"ref"
@ -5305,7 +5280,7 @@
"ref"
],
"btdigg":"O BTDigg é o primeiro mecanismo de pesquisa BitTorrent DHT. Ele participou da rede BitTorrent DHT, suportando a rede e fazendo correspondência entre links magnéticos e alguns atributos de torrent que são indexados e inseridos em um banco de dados. Para usuários finais, o BTDigg fornece uma pesquisa de banco de dados em texto completo via interface da web. A web part de seu sistema de pesquisa recuperou informações adequadas por meio de uma consulta de texto do usuário. A pesquisa na Web suportava consultas nos idiomas europeu e asiático. O nome do projeto era um acrônimo de BitTorrent Digger. Ficou offline em junho de 2016, devido a um índice de spam. O site retornou no final de 2016 em um domínio pontocom, ficou offline novamente e agora está online. O site btdig.com tem a fonte de origem do rastreador de torrents listada no Github, dhtcrawler2.",
"currency":"DuckDuckGo é um motor de pesquisa sediado em Paoli, Pensilvânia. Este motor de busca tem a particularidade de utilizar informações de origem Crowdsourcing para melhorar a relevância dos resultados. A filosofia deste motor de pesquisa enfatiza a privacidade e não registra as informações do usuário.",
"currency":"DuckDuckGo é um motor de pesquisa sediado em Paoli, Pensilvânia que tem a particularidade de utilizar informações de contribuições colaborativas para melhorar a relevância dos resultados. O motor de pesquisa se define como tendo foco na privacidade ao não registrar as informações dos usuários.",
"dailymotion":"Dailymotion é uma plataforma de compartilhamento de vídeos fundada em março de 2005 na França. Ela disponibiliza vídeos dos mais variados conteúdos aos seus usuários. É um dos mais acessados do mundo. De acordo com dados fornecidos em novembro de 2006, o serviço recebia cerca de dezesseis milhões de acessos e nove mil vídeos diariamente.",
"ddg definitions":[
"currency:pt",
@ -5313,10 +5288,6 @@
],
"deezer":"Deezer é um serviço de streaming de áudio lançado em 2007. Disponível para usuários de mais de 180 países, a plataforma possui atualmente mais de 90 milhões de músicas, mais de 100 milhões de playlists e mais de 4 milhões de programas de áudio, como podcasts, em seu acervo. É uma empresa de capital fechado, com sede em Paris, e escritórios em Londres, Berlim, Miami, São Paulo e em outros lugares do mundo. Criada em Paris, França, a Deezer possui 16 milhões de usuários ativos mensais, permitindo que os usuários ouçam conteúdo de música de gravadoras incluindo EMI, Sony, Universal Music Group e Warner Music Group.",
"deviantart":"DeviantArt, Inc é uma empresa virtual estadunidense, formando uma rede social que permite aos artistas iniciantes ou mesmo consagrados exporem seus trabalhos artísticos, promovê-los, compartilhá-los, bem como interagir com seus pares ou interessados, através do envio das imagens digitalizadas. Fundada em 2000, tem sua sede na cidade de Hollywood, estado da Califórnia.",
"dictzone":[
"Dicionários online: Inglês, Espanhol, Alemão, Francês, Italiano, Húngaro... Selecione seu dicionário favorito!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:pt",
"ref"
@ -5379,6 +5350,10 @@
],
"library genesis":"Library Genesis ou LibGen é um motor de busca de artigos científicos e livros que permite o acesso livre a conteúdos que só seriam acessíveis através de pagamentos e, também, a conteúdos que não são facilmente encontrados em formato digital. Entre outros, esse site carrega conteúdos dos portais de informação da Elsevier e ScienceDirect. LibGen é um site de biblioteca de compartilhamento de arquivos não apenas para artigos de periódicos acadêmicos, mas também para livros de interesse geral, imagens, quadrinhos, audiolivros e revistas.",
"library of congress":"A Biblioteca do Congresso é a biblioteca de pesquisa do Congresso dos Estados Unidos, sendo de facto a biblioteca nacional dos Estados Unidos e a instituição cultural mais antiga daquele país.",
"libretranslate":[
"API de tradução em máquina gratuita e de código aberto. Auto-hospedável, off-line e fácil de configurar. Execute seu próprio servidor API em apenas alguns minutos.API de tradução em máquina gratuita e de código aberto. Auto-hospedável, off-line e fácil de configurar. Execute seu próprio servidor API em apenas alguns minutos.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:pt",
"ref"
@ -5398,7 +5373,7 @@
],
"openstreetmap":"OpenStreetMap (OSM) é um projeto de mapeamento colaborativo para criar um mapa livre e editável do mundo, inspirado por sites como a Wikipédia. Traduzindo para português o nome significa Mapa Aberto de Ruas. Ele fornece dados a centenas de sites na internet, aplicações de celular e outros dispositivos.",
"peertube":"PeerTube é uma plataforma de vídeo livre, descentralizada e federada operada por ActivityPub e WebTorrent que usa a tecnologia peer-to-peer para reduzir o estresse em servidores individuais ao assistir vídeos.",
"pinterest":"Pinterest é uma rede social de compartilhamento de fotos. Assemelha-se a um quadro de inspirações, onde os usuários podem compartilhar e gerenciar imagens temáticas, como de jogos, de hobbies, de roupas, de perfumes, de animes, etc. Cada usuário pode compartilhar suas imagens, recompartilhar as de outros utilizadores e colocá-las em suas coleções ou quadros (boards), além de poder comentar e realizar outras ações disponibilizadas pelo site. Para que os usuários possam interagir de uma forma mais ampla com outras comunidades, o site é afiliado com o Twitter e Facebook. Com fácil layout e rápido crescimento, tornou-se um novo meio de compartilhamento de imagens na internet. Foi eleito um dos melhores websites de 2011 pela revista Time.",
"pinterest":"Pinterest é uma rede social de compartilhamento de fotos. Assemelha-se a um quadro de inspirações, onde os usuários podem compartilhar e gerenciar imagens temáticas, como de jogos, de hobbies, de roupas, de perfumes, etc. Cada usuário pode compartilhar suas imagens, recompartilhar as de outros utilizadores e colocá-las em suas coleções ou quadros (boards), além de poder comentar e realizar outras ações disponibilizadas pelo site. Para que os usuários possam interagir de uma forma mais ampla com outras comunidades, o site é afiliado com o Twitter e Facebook. Com fácil layout e rápido crescimento, tornou-se um novo meio de compartilhamento de imagens na internet. Foi eleito um dos melhores websites de 2011 pela revista Time.",
"piratebay":"The Pirate Bay é um índice online de conteúdo digital de mídia de entretenimento e software. Fundado em 2003 pelo think tank sueco Piratbyrån, o Pirate Bay permite que os visitantes pesquisem, baixem e contribuam com magnet links e arquivos torrent, que facilitam o compartilhamento de arquivos peer-to-peer entre os usuários do protocolo BitTorrent.",
"pubmed":"MEDLINE® é uma sigla em inglês para Sistema Online de Busca e Análise de Literatura Médica é a base de dados bibliográficos da Biblioteca Nacional de Medicina dos Estados Unidos da América. Contém mais de 18 milhões de referências a artigos de jornais científicos, com maior concentração em biomedicina, mas contém também artigos sobre enfermagem, veterinária, farmacologia, odontologia, entre outros. Uma característica marcante da MEDLINE é que os dados gravados no sistema são indexados com palavras-chave específicas de um sistema chamado MeSH.",
"pypi":"O Python Package Index, abreviado como PyPI e também conhecido como Cheese Shop, é o repositório de software oficial de terceiros para Python. É análogo ao CPAN, o repositório para Perl. Alguns gerenciadores de pacotes, incluindo o pip, usam o PyPI como a fonte padrão para os pacotes e suas dependências. Mais de 113.000 pacotes Python podem ser acessados por meio do PyPI.",
@ -5898,10 +5873,6 @@
],
"deezer":"Deezer este o platformă de distribuire audio care permite utilizatorilor să asculte conținut muzical pe mai multe tipuri de dispozitive, atât online, cât și offline.",
"deviantart":"DeviantArt este o comunitate online ce prezintă diverse forme de lucrări de artă. Site-ul reprezintă un popular portal și rețea de socializare pentru fotografi, ilustratori, pictori și scriitori. Web site-ul a fost lansat pe 7 august 2000 de Scott Jarkoff, Matthew Stephens, Angelo Sotira și alții. Sediul DeviantArt, Inc. este în Hollywood, Los Angeles, California, SUA.",
"dictzone":[
"DictZone dicţionare online: franceză-maghiare, germană-maghiare...",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:ro",
"ref"
@ -6033,10 +6004,6 @@
],
"deezer":"Deezer — французский интернет-сервис потоковой передачи музыки. Позволяет прослушивать музыкальные композиции разных лейблов звукозаписи, включая Universal Music Group, Sony Music и Warner Music Group, на различных устройствах в режиме онлайн или офлайн. В настоящее время в базе сервиса находятся более 90 миллионов музыкальных композиций и 34 000 радиостанций. Сервис насчитывает свыше 14 миллионов активных пользователей в месяц и 7 миллионов платных подписчиков.",
"deviantart":"DeviantArt — коммерческая онлайн-галерея и сообщество художников общего типа. DeviantART — популярный портал для фотографов, иллюстраторов и писателей, а также социальная сеть художников.",
"dictzone":[
"Онлайн-словари: английский, испанский, немецкий, французский, итальянский, венгерский... Выберите свой любимый словарь!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:ru",
"ref"
@ -6102,6 +6069,10 @@
],
"library genesis":"Library Genesis — веб-сайт, поисковая система и онлайн-хранилище, предоставляющее бесплатный доступ к пиратским коллекциям и защищённым авторским правом произведениям, в основном научной тематики. LibGen также называют «теневой библиотекой». Портал был создан в 2008 году, предположительно, группой российских учёных. До 2011 года коллекция LibGen росла в основном благодаря копированию других российских интернет-архивов и включению около полумиллиона англоязычных работ интернет-библиотеки Library.nu, закрытой в 2012 году. Начиная с 2013 года коллекция LibGen пополняется за счет интеграции созданных издателями электронных текстовых репозиториев. До 2013 года большая часть коллекции была представлена на русском и английском языках, позднее начали добавлять работы и на немецком, итальянском, испанском и французском.",
"library of congress":"Библиотека Конгресса — исследовательская библиотека, которая официально обслуживает Конгресс США и является де-факто национальной библиотекой США. Это старейшее федеральное учреждение культуры в Соединённых Штатах. Библиотека расположена в трёх зданиях в районе Капитолийского холма в Вашингтоне, округ Колумбия; она также поддерживает Национальный центр аудиовизуальной консервации в Калпепер (Виргиния). Функции библиотеки контролирует библиотекарь Конгресса, а её здания обслуживает архитектор Капитолия. Библиотека Конгресса претендует на звание самой большой библиотеки в мире. Её «коллекции универсальны, не ограничены предметом, форматом или национальной границей и включают исследовательские материалы со всех частей света и на более чем 450 языках».",
"libretranslate":[
"Бесплатный и открытый источник машинного перевода с помощью API. Самостоятельный хостинг, возможность работы в автономном режиме и простота настройки. Запустите свой собственный сервер API всего за несколько минут.Бесплатный и открытый источник машинного перевода с помощью API. Самостоятельный хостинг, возможность работы в автономном режиме и простота настройки. Запустите свой собственный сервер API всего за несколько минут.",
"https://libretranslate.com"
],
"mastodon hashtags":[
"mastodon users:ru",
"ref"
@ -6154,7 +6125,7 @@
"wikicommons.images":"Викискла́д — общее централизованное виртуальное хранилище для изображений, звукозаписей, видеороликов и других мультимедийных файлов, включаемых в страницы проектов Фонда Викимедиа, которые можно свободно распространять, изменять и использовать в любых целях, в том числе и за пределами проектов Викимедиа.",
"wikidata":"«Викида́нные» — совместно редактируемая база знаний, созданная Фондом Викимедиа. Используется для обеспечения централизованного хранения данных, которые могут использоваться в других проектах, в том числе в статьях Википедии — например, интервики-ссылок, значков статусных статей и списков или статистической информации: дат рождения, численности населения и т. п. Содержимое Викиданных распространяется по лицензии Creative Commons CC0.",
"wikinews":"Викино́вости — открытое новостное интернет-издание, ведущееся группой добровольцев. Технология и принципы написания новостных статей в Викиновостях такие же, как в других изданиях Фонда Викимедиа — некоммерческой организации, поддерживающей Викиновости. Викиновости стремятся сохранять непредвзятость и нейтральность статей. Приоритет не отдаётся новостям из какого-либо региона, Викиновости одновременно и глобальные, и локальные.",
"wikipedia":"Википе́дия, разг. «Ви́ки» по названию технологии веб-сайта) — многоязычная общедоступная интернет-энциклопедия со свободным контентом, поддержку и написание которой осуществляют добровольцы — «википедисты», посредством открытого сотрудничества и с использованием MediaWiki, системы редактирования на основе вики-принципов. Википедия является самым крупным и наиболее читаемым справочником, а также самой полной энциклопедией из когда-либо создававшихся за всю историю человечества. По состоянию на февраль 2024 года сайт находится на 7 месте по посещаемости в мире по версии SimilarWeb.",
"wikipedia":"Википе́дия — многоязычная общедоступная интернет-энциклопедия со свободным контентом, поддержку и написание которой осуществляют добровольцы — «википедисты», посредством открытого сотрудничества и с использованием программного обеспечения (сайта) MediaWiki, а так же системы редактирования на основе вики-принципов. Википедия является самым крупным и наиболее читаемым справочником, а также самой полной энциклопедией из когда-либо создававшихся за всю историю человечества. По состоянию на февраль 2024 года сайт находится на 7 месте по посещаемости в мире по версии компании SimilarWeb, занимающейся анализом интернет-трафика.",
"wikiquote":"Викицита́тник — свободное собрание цитат и высказываний известных личностей или героев художественных произведений, создаваемое читателями совместно. Этот сайт создан Фондом Викимедиа на движке MediaWiki. Первоначально появился на английском языке 10 июня 2003 года.",
"wikisource":"Виките́ка — свободная электронная библиотека — проект некоммерческого фонда «Викимедиа», имеющий целью создание постоянно пополняемой библиотеки свободно распространяемых текстов на всех возможных языках. Объявление об официальном старте проекта произошло в день учреждения самого Фонда 20 июня 2003 года.",
"wikispecies":"Викиви́ды — один из проектов Фонда Викимедиа, справочник по таксономии биологических видов, основанный на вики-движке.",
@ -6173,7 +6144,7 @@
"ref"
],
"yahoo news":"Yahoo! News — новостной веб-сайт, созданный Yahoo! как интернет-агрегатор новостей. Сайт был создан инженером-программистом Yahoo! по имени Брэд Клоси в августе 1996 года. Первоначально статьи поступали из новостных служб, таких как Associated Press, Reuters, Fox News, Al Jazeera, ABC News, USA Today, CNN и BBC News.",
"youtube":"YouTube — видеохостинг, предоставляющий пользователям услуги хранения, доставки и показа видео. YouTube стал популярнейшим видеохостингом и вторым сайтом в мире по количеству посетителей.",
"youtube":"YouTube — американский видеохостинг. Сервис основан в 2005 году, c октября 2006 года принадлежит компании Google. YouTube стал популярнейшим видеохостингом и вторым сайтом в мире по количеству посетителей. На 2020 год у YouTube более 2,5 млрд ежемесячных пользователей, которые ежедневно просматривают более 1 млрд часов видео. На 2021 год на сервисе насчитывалось в общей сложности около 14 млрд роликов.",
"yummly":"Yummly — американское мобильное приложение и веб-сайт, которые предоставляют рекомендации по рецептам, адаптированные к индивидуальным вкусам, семантический поиск рецептов, цифровую коробку рецептов, список покупок и часовую доставку продуктов. Приложение Yummly доступно для iOS, Android и веб-браузеров. Приложение Yummly было названо «Лучшим за 2014 год» в Apple App Store.",
"z-library":"Z-library — теневая библиотека научной, технической и научно-популярной литературы, предположительно одна из крупнейших. Согласно данным, предоставленным сайтом, на февраль 2021 года коллекция портала состояла из более чем 6,5 млн книг и более 80 млн статей. Только за июнь 2020 года сайт посетили 2,84 млн человек, из которых 14,76 % составили пользователи из США."
},
@ -6335,8 +6306,8 @@
"goodreads":"Goodreads je spletna stran, ki omogoča uporabnikom iskanje knjig za branje in izdelavo lastnih seznamov, baz, kritik ter citatov. Prijavljenim uporabnikom je omogočeno ustvarjanje interesnih skupin, blogov, anket, diskusijskih baz in podobno, v bazo pa lahko vpisujejo tudi nove knjige. Sedež podjetja je v San Franciscu, njegov trenutni lastnik pa je Amazon.",
"google":"Iskanje Google ali pa preprosto Google je spletni iskalnik, ki ga je razvilo podjetje Google. Je najbolj uporabljen iskalnik na svetovnem spletu, ki poskrbi za več kot tri milijarde iskanj vsak dan. Od Februarja 2016 je najbolj uporabljen iskalnik v ZDA s 64.0% tržnim deležem.",
"google news":[
"Temeljita in ažurna predstavitev novic, zbranih iz virov z vsega sveta s storitvijo Google News.",
"https://news.google.com"
"agregator novic in aplikacija, ki jo je razvilo podjetje Google",
"wikidata"
],
"google play apps":"Google Play je Googlovo spletišče na katerem je vključena spletna trgovina z glasbo, filmi, knjigami in Android aplikacijami ter medijskim predvajalnikom v oblaku. Storitev je na voljo preko spleta, preko Android aplikacije ali preko Google TV. Google Play je bil lansiran 6. marca 2012, ko je Google preuredil storitvi Android Market in Google Music. V Sloveniji so trenutno na voljo le aplikacije in igre.",
"google play movies":[
@ -6375,6 +6346,10 @@
"češki internetni portal, iskalnik in družba",
"wikidata"
],
"unsplash":[
"spletno mesto za izmenjavo prostih fotografij pod licenco Unsplash",
"wikidata"
],
"wikibooks":"Wikiknjige je sorodni projekt Wikipedije. Wikiknjige so prosta spletna zbirka knjig in priročnikov, katere lahko ureja vsakdo.",
"wikicommons.images":"Wikimedijina zbirka ali krajše kar Zbirka je Wikimedijino spletno središče ali skladišče podob, zvočnih posnetkov in drugih predstavnostnih vsebin s prosto licenco. Datoteke, ki jih po načelu prostega urejanja lahko naloži vsak prijavljeni uporabnik, se lahko uporabljajo v vseh projektih Wikimedie na način, kot se uporablja za krajevno naložene datoteke.",
"wikidata":"Wikipodatki so prosta in odprta spletna zbirka znanj, zgrajena z wiki tehnologijo, ki jo upravlja Fundacija Wikimedia. Predstavlja strukturirano zbirko določenih tipov podatkov, ki jih je možno urejati in brati tako ročno, kot strojno.",
@ -6529,10 +6504,6 @@
],
"deezer":"Deezer är en webbaserad musiktjänst som även har mobilappar. Tjänsten lanserades 2007 i Frankrike av Jonathan Benassaya.",
"deviantart":"Deviantart (DA) är en av världens största konstrelaterade webbplatser. Webbplatsen samlar över 25 miljoner medlemmar och över 250 miljoner verk (2017). Deviantart syftar till att ge konstnärer en plats att ställa ut och diskutera verk. Verken är organiserade i en omfattande kategoristruktur, med fotografier, digital konst, traditionell konst, litteratur, film med mera. Webbplatsen startades av Scott Jarkoff, Matthew Stephens och Angelo Sotira och lanserades 7 augusti 2000.",
"dictzone":[
"DictZone online ordböcker, svenska-ungerska, engelska-svenska...",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:sv",
"ref"
@ -6707,14 +6678,11 @@
"ref"
],
"google scholar":"கூகுள் இசுகாலர் என்பது இலவசமாக அணுகக்கூடிய வலைத் தேடுபொறியாகும், இது அறிவார்ந்த இலக்கியங்களின் முழு உரை அல்லது மீதரவினை வெளியீட்டு வடிவத்தில் துறைவாரியாக வரிசைப்படுத்துகிறது. இதனுடைய பீட்டாவடிவம் நவம்பர் 2004ல் வெளியிடப்பட்டது. இதில் மதிப்பாய்வு செய்யப்பட்ட இணையவழி ஆய்விதழ்கள், புத்தகங்கள், கருத்தரங்க கையேடுகள், ஆய்வு அறிக்கைகள், விளக்கவுரைகள், ஆய்வுச் சுருக்கத்தொகுப்பு, தொழில்நுட்ப அறிக்கைகள் உட்பட, பிற கல்வியியல் இலக்கியம், நீதிமன்றம் கருத்துத் தொகுப்புகள் மற்றும் காப்புரிமைகள் உள்ளிட்டவை உள்ளன. கூகிள் இசுகாலரின் தரவுத்தளத்தின் அளவை கூகிள் வெளியிடவில்லை என்றாலும், விஞ்ஞான ஆய்வாளர்கள், கட்டுரைகள், மேற்கோள்கள் மற்றும் காப்புரிமைகள் உட்பட சுமார் 389 மில்லியன் ஆவணங்களைக் கொண்டிருப்பதாக மதிப்பிட்டுள்ளனர். இது 2018 சனவரியில் உலகின் மிகப்பெரிய கல்வி தொடர்பான தேடுபொறியாக அமைந்தது. முன்னதாக, மே 2014 நிலவரப்படி இதில் 160 மில்லியன் ஆவணங்கள் உள்ளதாக மதிப்பிடப்பட்டது. குறித்தல் மற்றும் மீள் செலுத்தல் முறையைப் பயன்படுத்தி பிஎல்ஓஎஸ் ஒன்ல் வெளியிடப்பட்ட முந்தைய புள்ளிவிவர மதிப்பீடு 100 மில்லியன் மதிப்பீட்டில் ஆங்கிலத்தில் வெளியிடப்பட்ட அனைத்து கட்டுரைகளின் ஏறக்குறைய 80-90% மதிப்பீட்டு எல்லையினைக் கொண்டுள்ளது என மதிப்பிடப்பட்டுள்ளது. வலைத்தளத்தில் எத்தனை ஆவணங்கள் இலவசமாகக் கிடைக்கின்றன என்பதையும் இந்த மதிப்பீடு தீர்மானிக்கிறது.",
"google videos":"கூகுள் வீடியோஸ் என்பது இலவசமாக வீடியோவைப் பங்கிட்டு அளிக்கும் வலைத்தளமாகும். மேலும் கூகுள் இன்க்கில் இருந்து வீடியோ தேடு பொறியாகவும் இது வேலை செய்கிறது. கூகுள் வீடியோஸ் மற்ற வலைத்தளங்களில் தொலைதூரத்தில் உள்ளிணைக்கப்பட்டு வீடியோக்களை தேர்வு செய்ய இடமளிக்கிறது. மேலும் ஊடகத்தில் தேவையான HTML குறியீட்டை யூ ட்யூப் போன்றே வழங்குகிறது. இது பட்டையகலத்தின் ஓட்டம் அல்லது சேமிப்புக் கொள்ளளவு பிரச்சினைகள் எதுவும் இல்லாமல் எண்ணற்ற வீடியோக்களை தொலைதூரத்தில் இருந்து கூகுள் வீடியோஸ் மூலமாக வலைத்தளங்களில் வைத்திருக்க உதவுகிறது.",
"google videos":"கூகுள் நிகழ்படங்கள் அல்லது கூகுள் வீடியோ என்பது ஓர் இலவச நிகழ்படச் சேவை வழங்கியாகும். இது முதலில் சனவரி 25, 2005இல் கூகுள் நிறுவனத்தால் தொடங்கப்பட்டது.",
"imdb":"ஐ. எம். டி. பி (IMDb) இவ்விணையத்தளம் ஆனது உலக திரைப்படங்களினைப் பற்றிய அனைத்துத் தகவல்களையும் வழங்கும் தளமாக விளங்குகின்றது. மேலும் இவ்விணையத்தளத்தினை இலவசமாகப் பயனர் பகுதியை ஏற்படுத்திக் கொள்ள வாய்ப்புகளும் உண்டு. உலகளவில் திரைப்படங்களிற்காகப் பார்க்கப்படும் தளங்களில் இத்தளம் முதலிடத்தில் இருப்பது குறிப்பிடத்தக்கது. மிகப் பெரிய பட விநியோக நிறுவனங்களான பாராமவுண்ட், யுனிவெர்சல், பாக்ஸ் பிக்சர்ஸ், வார்னர் ப்ரதர்ஸ், கொலம்பியா பிக்சர்ஸ் போன்றவை தங்களது படங்களைப் பற்றி அவர்களே தகவல்களை இந்த தரவுத் தளத்தில் உள்ளீடு செய்வார்கள்.",
"library of congress":"காங்கிரசு நூலகம் என்பது அமெரிக்கக் காங்கிரசின் நூலகத்தைக் குறிக்கிறது. நடைமுறையில் ஐக்கிய அமெரிக்காவின் தேசிய நூலகமாகச் செயற்படும் இது, அமெரிக்கக் காங்கிரசின் ஆய்வுப் பிரிவாகவும் தொழிற்படுகிறது. வாசிங்டன் டி. சி. இல் அமைந்துள்ள இந் நூலகம் பரப்பளவிலும், நூல்களின் எண்ணிக்கையிலும் உலகிலேயே மிகவும் பெரியது ஆகும். 2007 ஆம் ஆண்டின் கணக்கின் படி இந்நூலகத்தில் 32,332,832 நூல்களும், மொத்தமாக 138,313,427 உருப்படிகளும் உள்ளன",
"metacpan":"சிபான் என்பது காம்ப்ரிஹென்சிவ் பேர்ள் ஆர்க்கைவ் நெட்வொர்க் என்பதன் சுருக்கமாகும். இது இணையத்தில் பேர்ள் நிரல்களை கொண்டுள்ள தளமாகும். இந்த தளத்தில் ஒரு லட்சத்துக்கும் அதிகமான பேர்ள் நிரல்கள் சேமிக்கப்பட்டுள்ளன. நிரல்களுடன் அவற்றுக்கான ஆவணங்களும் கிடைக்கின்றன. மின்னஞ்சல் அனுப்புதல், கோப்புகளை படித்தல் உள்ளிட்ட பொதுவான செயல்பாடுகளுக்கான நிரல்களை காணலாம். இத்தகைய செயல்பாடுகளுக்காக நிரல் எழுதி நேர விரயமாவதற்கு பதிலாக, இங்கே தேடிப் பெறலாம். இந்த தளத்தில் கிடைக்கக்கூடிய பெரும்பாலான நிரல்கள் இலவசமானவை, திறமூல உரிமை கொண்டவை. இந்த தளத்தை எவரும் பயன்படுத்த முடியும்.",
"openstreetmap":[
"அனைவரும் தொகுக்கக்கூடிய கட்டற்ற உலக வரைபடம்",
"wikidata"
],
"openstreetmap":"ஓபன்சிரீட்மேப் ஓர் கட்டற்ற புவியியல் தரவுத்தளமாகும், இது விக்கிப்பீடியா போலவே தன்னார்வல பயனர் சமூகத்தால் புதுப்பிக்கப்பட்டு பராமரிக்கப்படுகிறது. பங்களிப்பாளர்கள் நில கணக்கெடுப்புகளிலிருந்து தரவைச் சேகரிக்கின்றனர், வான் ஒளிப்படங்களிலிருந்து வரைபடங்களை வரைகிறார்கள், பிற கட்டற்ற உரிமம் பெற்ற புவியியல் தரவு மூலங்களிலிருந்தும் இறக்குமதி செய்கிறார்கள். ஓபன்சிரீட்மேப் ஆனது கட்டற்ற தரவுத்தள உரிமத்தின் கீழ் கட்டற்ற உரிமம் பெற்றது. 2004 ஆம் ஆண்டு ஸ்டீவ் கோஸ்ட் என்பவர் இதனை நிறுவினார்",
"reddit":"Reddit, ரெடிட் என்பது ஒரு அமெரிக்க சமூக செய்தித் தொகுப்பு, உள்ளடக்க மதிப்பீடு மற்றும் இணைய மன்றம் ஆகும். பதிவுசெய்யப்பட்ட பயனர்கள் இணைப்புகள், உரை இடுகைகள், படங்கள் மற்றும் வீடியோக்கள் போன்ற உள்ளடக்கத்தை தளத்தில் சமர்ப்பிக்கவும், பின்னர் அவை மற்ற உறுப்பினர்களால் வாக்களிக்கப்பட்டன அல்லது குறைக்கப்படுகின்றன. இடுகைகள் \"சமூகங்கள்\" அல்லது \"சப்ரெடிட்கள்\" எனப்படும் பயனர் உருவாக்கிய பலகைகளில் பாடத்தின் அடிப்படையில் ஒழுங்கமைக்கப்படுகின்றன. அதிக ஆதரவுடன் கூடிய சமர்ப்பிப்புகள் அவற்றின் சப்ரெடிட்டின் மேற்பகுதியில் தோன்றும், மேலும் அவை போதுமான ஆதரவைப் பெற்றால், இறுதியில் தளத்தின் முதல் பக்கத்தில் தோன்றும். ரெடிட் நிர்வாகிகள் சமூகங்களை நடுநிலைப்படுத்துகின்றனர். ரெடிட் பணியாளர்கள் அல்லாத சமூகம் சார்ந்த மதிப்பீட்டாளர்களாலும் மாடரேஷன் நடத்தப்படுகிறது.",
"rottentomatoes":"அழுகியத் தக்காளிகள் திரைப்பட மதிப்புரைகளுக்காகவும் செய்திகளுக்காகவும் ஆகத்து 1998இல் துவங்கப்பட்ட வலைத்தளம் ஆகும்; இது பரவலாக திரைப்பட மதிப்புரைத் திரட்டி என அறியப்படுகின்றது. இத்தளத்தில் தற்போது தொலைக்காட்சி நிகழ்ச்சிகளும் இடம் பெறுகின்றன. மோசமான நாடகங்களை எதிர்த்து பார்வையாளர்கள் அழுகியத் தக்காளிகளை எறியும் வழக்கத்தை ஒட்டி இதன் பெயர் அமைந்துள்ளது. இதனை சென் டுயொங் துவக்கினார். இதன் உரிமை சனவரி 2010 முதல் பிக்ஸ்டெர் என்ற நிறுவனத்திற்கு மாறியது. 2011இல் இந்த நிறுவனத்தை வார்னர் புரோஸ். வாங்கியது.",
"rubygems":"ரூபி செம்சு (RubyGems) என்பது ரூபி நிரலாக்க மொழிக்கான ஒரு பொது மேலாண்மைக் கருவி ஆகும். ரூபி நிரல்களையும் காப்பகங்களையும் விநியோகிப்பதற்கான தரப்படுத்தப்பட்ட முறை இதுவாகும். இதனைப் பயன்படுத்தி இவற்றை இலகுவாக நிறுவி மேலாண்மை செய்ய முடியும். ரூபி 1.9 மற்றும் அதன் பின்னர் வெளியிடப்பட்ட அனைத்து பதிவுகளிலும் ரூபி செம்சு ஒரு பகுதியாக உள்ளடக்கப்பட்டுள்ளது.",
@ -6724,7 +6692,7 @@
"wikicommons.images":"விக்கிமீடியா பொதுவகம் அல்லது பொது எனப்படுவது கட்டற்ற உள்ளடக்கம் உடைய படங்கள், ஒலிக் கோப்புக்கள், காணொலிகள் மற்றும் ஏனைய ஊடகங்கள் கொண்ட இணையக் களஞ்சியம் ஆகும். இது விக்கிமீடியா நிறுவனத்தின் திட்டமாகும்.",
"wikidata":"விக்கித்தரவு (Wikidata) என்பது விக்கிமீடியா நிறுவனத்தால் இயக்கப்படும் பன்மொழி விக்கி அறிவுத் தளம் ஆகும். விக்கிப்பீடியா போன்ற விக்கிமீடியத் திட்டங்களில் பயன்படுத்துவதற்கான தரவுகளை வழங்கும் பொதுமூலமாக இது தொழிற்படுகின்றது. விக்கிபேசு என்ற மென்பொருளில் இது கட்டமைக்கப்பட்டுள்ளது.",
"wikinews":"விக்கிசெய்தி, விக்கிமீடியா நிறுவனத்திரால் நடத்தப்படும் கட்டற்ற செய்திக் களமாகும். இது உலகளாவிய தன்னார்வலர்கள் தாமாகவே செய்திகளை உடனுக்குடன் மேலேற்றம் செய்யும் முறையாகும்.",
"wikipedia":"விக்கிப்பீடியா என்பது, வணிக நோக்கற்ற விக்கிமீடியா நிறுவனத்தின் உதவியுடன் நடத்தப்படும், கூட்டாகத் தொகுக்கப்படும், பன்மொழி, கட்டற்ற இணையக் கலைக்களஞ்சியமாகும். தமிழ் விக்கிப்பீடியாவின் 1,64,121 கட்டுரைகளுடன் சேர்த்து இதன் மொத்தக் கட்டுரைகளான 24 மில்லியன் கட்டுரைகளும் உலகெங்கிலுமுள்ள தன்னார்வலர்களால் கூட்டாக எழுதப்படுகின்றன. பெரும்பாலும் இதன் எல்லாக் கட்டுரைகளும், இதனைப் பயன்படுத்தும் எவராலும், தொகுக்கப்படக் கூடுவன. மேலும் இது கிட்டத்தட்ட 100,000 முனைப்பான பங்களிப்பாளர்களையும் கொண்டுள்ளது. மார்ச்சு 2024 வரையில், விக்கிப்பீடியா 285 மொழிகளில் செயற்படுகிறது. இது இணையத்தளத்தில் இயங்கும் உசாத்துணைப் பகுதிகளிலேயே மிகவும் பெரியதும், அதிகப் புகழ்பெற்றதுமாகும். மேலும், இது அலெக்சா இணையத்தளத்தில் காணப்படும் இணையத்தளங்களின் தரவரிசையில் ஆறாவது இடத்தில் உள்ளதோடு, உலகளவில் அண்ணளவாக 365 மில்லியன் வாசகர்களையும் கொண்டுள்ளது.",
"wikipedia":"விக்கிப்பீடியா என்பது, வணிக நோக்கற்ற விக்கிமீடியா நிறுவனத்தின் உதவியுடன் நடத்தப்படும், கூட்டாகத் தொகுக்கப்படும், பன்மொழி, கட்டற்ற இணையக் கலைக்களஞ்சியமாகும். தமிழ் விக்கிப்பீடியாவின் 1,65,120 கட்டுரைகளுடன் சேர்த்து இதன் மொத்தக் கட்டுரைகளான 24 மில்லியன் கட்டுரைகளும் உலகெங்கிலுமுள்ள தன்னார்வலர்களால் கூட்டாக எழுதப்படுகின்றன. பெரும்பாலும் இதன் எல்லாக் கட்டுரைகளும், இதனைப் பயன்படுத்தும் எவராலும், தொகுக்கப்படக் கூடுவன. மேலும் இது கிட்டத்தட்ட 100,000 முனைப்பான பங்களிப்பாளர்களையும் கொண்டுள்ளது. ஏப்பிரல் 2024 வரையில், விக்கிப்பீடியா 285 மொழிகளில் செயற்படுகிறது. இது இணையத்தளத்தில் இயங்கும் உசாத்துணைப் பகுதிகளிலேயே மிகவும் பெரியதும், அதிகப் புகழ்பெற்றதுமாகும். மேலும், இது அலெக்சா இணையத்தளத்தில் காணப்படும் இணையத்தளங்களின் தரவரிசையில் ஆறாவது இடத்தில் உள்ளதோடு, உலகளவில் அண்ணளவாக 365 மில்லியன் வாசகர்களையும் கொண்டுள்ளது.",
"wikiquote":"விக்கி மேற்கோள் (Wikiquote), விக்கிப்பீடியாவை நடத்தும் விக்கிமீடியா நிறுவனத்தின் இன்னொரு திட்டமாகும். இத்திட்டமும் விக்கி மென்பொருளை பயன்படுத்துகிறது. அனைத்து மொழிகளில் உள்ள மேற்கோள்களின் கட்டற்ற இணையத் தொகுப்பை உருவாக்குவது இத்திட்டத்தின் நோக்கமாகும். மேலும் இது புகழ்பெற்ற மக்கள், திரைப்படங்கள், புத்தகங்கள் மற்றும் பழமொழி ஆகியவற்றின் மேற்கோள்களை உள்ளடக்கிய ஒரு மேற்கோள் களஞ்சியமாகும்.",
"wikisource":"விக்கிமூலம் (Wikisource) ஓர் இலவச இணைய நூலகம் ஆகும். விக்கிமீடியா அறக்கட்டளை நடத்தும் விக்கித் திட்டங்களுள் இதுவும் ஒன்று. இது கட்டற்ற உள்ளடக்கம் (பகிர்வுரிமம்) கொண்ட மூல நூல்களின் இணையத் தொகுப்பாகும்.",
"wikispecies":"விக்கியினங்கள் விக்கி‎யை அடிப்படையாகக் கொண்ட விக்கிமீடியா நிறுவனத்தின் ஒரு இணையத் திட்டமாகும். இத்திட்டம் உலகிலுள்ள உயிரினங்களின் பெயர் அட்டவணையை தயாரிப்பதற்காக ஆகத்து 2004ம் வருடம் உருவாக்கப்பட்ட திட்டம் ஆகும்.",
@ -6783,6 +6751,10 @@
"ref"
],
"google":"గూగుల్ శోధన, ఇది గూగుల్ అందించిన సెర్చ్ ఇంజిన్.2021లో రోజుకు 2 ట్రిలియన్ల కంటే ఎక్కువ అంతర్జాల శోధనలు దీని ద్వారా జరుగుతాయి, ఇది ప్రపంచ శోధన ఇంజిన్ మార్కెట్లో 92% వాటాను కలిగి ఉంది. ఇది ప్రపంచంలో అత్యధికంగా సందర్శించే వెబ్ సైట్ కూడా. ఇందులో వెతికిన విషయానికి గూగుల్ ద్వారా తిరిగి ఇవ్వబడ్డ శోధన ఫలితాల క్రమం, పాక్షికంగా, \"పేజ్ ర్యాంక్\"అని పిలువబడే ప్రాధాన్యతా ర్యాంక్ వ్యవస్థపై ఆధారపడి ఉంటుంది, అంతర్జాలంలో బహిరంగంగా అందుబాటులో ఉన్న పత్రాలలో వచనం (టెక్స్ట్) మాత్రమే కాక అనేక ప్రత్యేక సేవలు అందిస్తుంది. వీటిలో పర్యాయపదాలు, వాతావరణ అంచనాలు, సమయ మండలాలు, స్టాక్ కోట్స్, మ్యాప్ లు, భూకంప డేటా, మూవీ షోటైమ్స్, విమానాశ్రయాలు, గృహ జాబితాలు,, క్రీడా ఫలితాలు ఉన్నాయి. దీనిని మొదట 1997లో లారీ పేజ్, సెర్జీ బ్రిన్,, స్కాట్ హసన్ అభివృద్ధి చేశారు. దీనిపేరు అసలు ప్రణాళికాబద్ధమైన పేరు గూగోల్ googol తప్పుగా వ్రాయడం నుండి తీసుకోబడింది. 1999 మధ్యనాటికి, గూగుల్ $25 మిలియన్ రౌండ్ వెంచర్ క్యాపిటల్ ఫండింగ్ అందుకున్నప్పుడు, ఇది రోజుకు 500,000 శోధనలను ప్రాసెస్ చేస్తోంది",
"google images":[
"Google Images. వెబ్లో విస్తృతమైన చిత్ర శోధన.",
"https://images.google.com"
],
"google news":[
"Google News ద్వారా సమగ్ర తాజా వార్తల కవరేజ్, ప్రపంచవ్యాప్తంగా అన్ని వార్తల వనరుల నుండి సేకరించబడుతుంది.",
"https://news.google.com"
@ -6794,7 +6766,7 @@
],
"imdb":"ఇంటర్నెట్ మూవీ డేటాబేసు వీడియోలకి సంబంధించిన ఒక వెబ్ సైటు. ఇది సినిమాలు, TV షోలు, నటులు, సాంకేతిక నిపుణుల వివరాలతో కూడిన అతి పెద్ద ఆన్ లైన్ సమాచార నిధి (డేటాబేసు). ఇది ప్రస్తుతం Amazon.com సంస్థ ఆధ్వర్వంలో నడుస్తుంది. ఇది అందుబాటులో ఉన్న ఏకైక భాష ఆంగ్లం.",
"library of congress":"ప్రపంచంలోని అతి పెద్ద గ్రంథాలయం యునైటెడ్ స్టేట్స్ లైబ్రరీ ఆఫ్ కాంగ్రెస్, వాషింగ్టన్, డి.సి. లోని కాపిటల్ హిల్ పైన స్థాపించారు. ఇది 1800వ సంవత్సరం ఏప్రిల్ 24న స్థాపితమైంది.",
"openstreetmap":"ఓపెన్ స్ట్రీట్ మేప్ అనేది స్వేచ్ఛగా సవరించగలిగే, స్వేచ్ఛగా వాడుకొనగలిగే ప్రపంచ పటాలను రూపొందించడానికి ఒక సహకార ప్రాజెక్ట్. మ్యాప్ కంటే, ప్రాజెక్ట్ ద్వారా ఉత్పత్తి చేయబడిన డేటా ప్రాథమిక ఉత్పత్తిగా పరిగణించబడుతుంది. OSM సృష్టి, పెరుగుదల, ప్రపంచంలోని మ్యాప్ సమాచారం ఉపయోగం లేదా లభ్యతపై పరిమితులు, చవకైన వెంటతీసుకొనివెళ్లగల ఉపగ్రహ నావిగేషన్ పరికరాల (GPS) లభ్యంకావడంపై ఆధారపడింది. స్వచ్ఛంద భౌగోళిక సమాచారానికి OSM ఒక ప్రముఖ ఉదాహరణగా పరిగణించబడుతుంది.",
"openstreetmap":"ఓపెన్ స్ట్రీట్ మేప్ అనేది స్వేచ్ఛగా సవరించగలిగే, స్వేచ్ఛగా వాడుకొనగలిగే ప్రపంచ పటాలను రూపొందించడానికి ఒక సహకార ప్రాజెక్ట్. పటం కంటే, ప్రాజెక్ట్ ద్వారా ఉత్పత్తి చేయబడిన డేటా ప్రాథమిక ఉత్పత్తిగా పరిగణించబడుతుంది. OSM సృష్టి, పెరుగుదల, ప్రపంచంలోని పటం సమాచారం ఉపయోగం లేదా లభ్యతపై పరిమితులు, చవకైన వెంటతీసుకొనివెళ్లగల ఉపగ్రహ నావిగేషన్ పరికరాల (GPS) లభ్యంకావడంపై ఆధారపడింది. స్వచ్ఛంద భౌగోళిక సమాచారానికి OSM ఒక ప్రముఖ ఉదాహరణగా పరిగణించబడుతుంది.",
"pinterest":[
"ప్రయత్నించడానికి వంటకాలు, ఇంటి ఆలోచనలు, శైలి ప్రేరణ మరియు ఇతర ఆలోచనలను కనుగొనండి.",
"https://www.pinterest.com/"
@ -6804,7 +6776,7 @@
"wikicommons.images":"వికీమీడియా కామన్స్ అనేది స్వేచ్ఛా-వినియోగ చిత్రాలు, శబ్దాలు, ఇతర మీడియా, జెసన్ (JSON) ఫైళ్ళ యొక్క ఆన్‌లైన్ నిల్వ. ఇది వికీమీడియా ఫౌండేషన్ వారి ప్రాజెక్టు.",
"wikidata":"వికీడేటా అనేది వికీమీడియా ఫౌండేషన్ అందచేస్తున్న సహకారంతో సవరించగల జ్ఞాన భాండారము. ఇది ఒక సాధారణ స్వేచ్ఛా డేటా మూలం. దీనిని వికీపీడియా లాంటి వికీమీడియా ప్రాజెక్టులలో వాడతారు, ఇది ప్రజోపయోగ పరిధి షరతులతో అందుబాటులో ఉంది. మీడియా ఫైళ్ళకు నిల్వ ప్రాజెక్టు వికీమీడియా కామన్స్లాగా, ఇది అన్ని వికీమీడియా ప్రాజెక్టుల కోసం జ్ఞాన భాండాగారం. వికీడేటా సాఫ్ట్‌వేర్ ను వికీబేస్(Wikibase) గా వ్యవహరిస్తారు.",
"wikinews":"వికీన్యూస్ అనేది ఉచిత-కంటెంట్ న్యూస్ వికీ, సహకార జర్నలిజం ద్వారా పనిచేసే వికీమీడియా ఫౌండేషన్ ప్రాజెక్ట్. వికీపీడియా సహ వ్యవస్థాపకుడు జిమ్మీ వేల్స్, \"వికీన్యూస్‌లో, ప్రతి కథను ఎన్‌సైక్లోపీడియా కథనానికి విరుద్ధంగా వార్తా కథనంగా వ్రాయాలి\" అని చెప్పడం ద్వారా వికీపీడియా నుండి వికీన్యూస్‌ను వేరు చేశారు. వికీన్యూస్ యొక్క తటస్థ దృక్కోణం విధానం దీనిని ఇతర సిటిజన్ జర్నలిజం ప్రయత్నాలైన ఇండిమీడియా, ఓమీన్యూస్ నుండి వేరు చేయడం లక్ష్యంగా పెట్టుకుంది. చాలా వికీమీడియా ఫౌండేషన్ ప్రాజెక్ట్‌లకు విరుద్ధంగా, వికీన్యూస్ అసలైన పనిని ఒరిజినల్ రిపోర్టింగ్, ఇంటర్వ్యూల రూపంలో అనుమతిస్తుంది.",
"wikipedia":"వికీపీడియా, వివిధ భాషల్లో లభించే ఒక స్వేచ్ఛా విజ్ఞాన సర్వస్వం. దీన్ని లాభాపేక్ష రహిత సంస్థ వికీమీడియా ఫౌండేషన్ నిర్వహిస్తుంది. వికీ అనగా అనేక మంది సభ్యుల సమష్టి కృషితో సులభంగా వెబ్ సైటును సృష్టించగల ఒక సాంకేతిక పరిజ్ఞానం. ఎన్‌సైక్లోపీడియా అనగా సర్వ విజ్ఞాన సర్వస్వం. వికీపీడియా అనేపదం ఈ రెండు పదాల నుంచి ఉద్భవించింది. ఇది 2001లో జిమ్మీ వేల్స్, లారీ సాంగర్లచే ప్రారంభించబడింది. అప్పటి నుంచి అత్యంత వేగంగా ఎదుగుతూ, ఇంటర్నెట్లో అతి పెద్ద వెబ్ సైట్లలో ఒకటిగా ప్రాచుర్యం పొందింది.",
"wikipedia":"వికీపీడియా, వివిధ భాషల్లో లభించే ఒక స్వేచ్ఛా విజ్ఞాన సర్వస్వం. దీన్ని లాభాపేక్ష రహిత సంస్థ వికీమీడియా ఫౌండేషన్ నిర్వహిస్తుంది. వికీ అనగా అనేక మంది సభ్యుల సమష్టి కృషితో సులభంగా వెబ్ సైటును సృష్టించగల ఒక సాంకేతిక పరిజ్ఞానం. ఎన్‌సైక్లోపీడియా అనగా సర్వ విజ్ఞాన సర్వస్వం. వికీపీడియా అనేపదం ఈ రెండు పదాల నుంచి ఉద్భవించింది. ఇది 2001లో జిమ్మీ వేల్స్, లారీ సాంగర్లచే ప్రారంభించబడింది. అప్పటి నుంచి అత్యంత వేగంగా ఎదుగుతూ, ఇంటర్నెట్లో అతి పెద్ద వెబ్ సైట్లలో ఒకటిగా ప్రాచుర్యం పొందింది",
"wikiquote":"వికీకోట్ అనగా వికీవ్యాఖ్య వికీమీడియా ఫౌండేషను ఆధ్వర్యములో మీడియావికీ సాఫ్టువేరుతో నడిచే వికీ ఆధారిత ప్రాజెక్టు కుటుంబములో ఒక ప్రాజెక్టు. డేనియల్ ఆల్స్టన్ ఆలోచనను బ్రయన్ విబ్బర్ కార్యాచరణలో పెట్టగా రూపొందిన ఈ ప్రాజెక్టు లక్ష్యం సమిష్టి సమన్వయ కృషితో వివిధ ప్రముఖ వ్యక్తులు, పుస్తకాలు, సామెతలనుండి సేకరించిన వ్యాఖ్యలకు విస్తృత వనరును తయారుచేసి వాటికి సంబంధించిన వివరాలు పొందుపరచడం. అంతర్జాలంలో అనేక అన్లైన్ వ్యాఖ్యల సేకరణలు ఉన్నప్పటికీ సందర్శకులకు సేకరణ ప్రక్రియలో పాలుపంచుకొనే అవకాశము ఇస్తున్న అతికొద్ది వాటిల్లో వికీవ్యాఖ్య ఒకటిగా విశిష్ఠత సంపాదించుకొన్నది.",
"wikisource":"వికీసోర్స్ స్వేచ్ఛా నకలు హక్కుల రచనలను ప్రచురించుటకు సముదాయసభ్యులు సేకరించి, నిర్వహించుచున్న ఒక స్వేచ్ఛాయుత గ్రంథాలయము. దీనిని 2005 ఆగస్టు 19 న ప్రారంభమైంది. ప్రారంభంలో విశేషంగా కృషిచేసినవాడుకరులు అన్వేషి, రాజ్, రాజశేఖర్ (Rajasekhar1961), మల్లిన నరసింహారావు, తాడేపల్లి (Tadepally), వైఙాసత్య, రాకేశ్వర, సురేష్ (Sureshkvolam), సుజాత. అన్వేషి ఏప్రిల్ నుండి డిసెంబరు 2007 మధ్య శతకాలు, భగవద్గీత, వాల్మీకి రామాయణం మొదలగునవి వికీసోర్స్ లో చేర్చాడు. తరువాత వికీసోర్స్ కి కావలసిన మూసలు తెలుగుసేత, డాక్యుమెంటేషన్ పేజీలు తయారుచేయడం, రచనలు చేర్చడం మొదలగు మెరుగులుచేశాడు. ఫ్రూఫ్ రీడ్ ఎక్స్టెన్షన్ వాడుటకు చేసిన ప్రయత్నం మధ్యలో ఆగిపోయింది. 2012లో అది పూర్తి కావించబడింది. వైఙాసత్య దీనిలో తెలుగు నేరుగా టైపు చేసేసౌకర్యం కలిగించాడు, మొల్ల రామాయణం చేర్చటానికి కృషి చేసాడు.",
"wiktionary":"విక్షనరీ, వికీపీడియా సోదర వెబ్ సైట్. ఈ పదం వికి, డిక్షనరి పదాలను కలుపగా తయారయింది. ఇది తెలుగు పదాలను వివిధమైన వ్యాకరణ, వాడుక, నానార్ధ, వ్యతిరేఖార్థ లాంటి వివరణలతో నిక్షిప్తం చేసే మాధ్యమం (నిఘంటువు). అయితే పుస్తక రూపంలో వుండే నిఘంటువులు మహా అయితే మూడు భాషలలో వుంటాయి. దీనిలో తెలుగు-తెలుగు, ఇంగ్లీషు-తెలుగుతో పాటు ఇతర విక్షనరీలోని సమాన అర్థం గల పదాలకు లింకులుండటంవలన, మీకు ప్రపంచంలోని వికీ భాషలన్నిటిలో సమాన అర్థంగల పదాలను తెలుసుకునే వీలుండటంతో, దీనిని బహుభాష నిఘంటువుగా పేర్కొనవచ్చు. తెలుగు వికీపీడియాలో లాగా, ఇందులో ఎవరైనా తెలుగు పదాలకు పేజీలను సృష్టించవచ్చు లేక మార్పులు చేయవచ్చు.",
@ -6929,7 +6901,7 @@
"รายงานสภาพอากาศ: San Jose, California, United States",
"https://wttr.in"
],
"youtube":"ยูทูบ ตามสำเนียงอเมริกัน หรือ ยูทิวบ์ ตามสำเนียงบริเตน เป็นเว็บไซต์เผยแพร่วิดีโอโดยมีสำนักงานอยู่ที่แซนบรูโน แคลิฟอร์เนีย สหรัฐอเมริกา ผู้สร้างเว็บไซต์ดังกล่าว คือ อดีตพนักงาน 3 คนในบริษัทเพย์แพล อันประกอบด้วยแชด เฮอร์ลีย์ สตีฟ เชน และยาวีด คาริม โดยสร้างในเดือนกุมภาพันธ์ 2548 ในเดือนพฤศจิกายน 2549 กูเกิลซื้อยูทูบซื้อไปในราคา 1.65 พันล้านดอลลาร์สหรัฐ ยูทูบเป็นหนึ่งในบริษัทย่อยของกูเกิล เว็บไซต์ยังสามารถให้ผู้ใช้งานสามารถอัปโหลด ดู หรือแบ่งปันวิดีโอได้"
"youtube":"ยูทูบ ตามสำเนียงอเมริกัน หรือ ยูทิวบ์ ตามสำเนียงบริเตน เป็นเว็บไซต์เผยแพร่วิดีโอโดยมีสำนักงานอยู่ที่แซนบรูโน แคลิฟอร์เนีย สหรัฐอเมริกา ผู้สร้างเว็บไซต์ดังกล่าว คือ อดีตพนักงาน 3 คนในบริษัทเพย์แพล อันประกอบด้วยแชด เฮอร์ลีย์ สตีฟ เชน และยาวีด คาริม โดยสร้างในเดือนกุมภาพันธ์ 2548 ในเดือนพฤศจิกายน 2549 กูเกิลซื้อยูทูบซื้อไปในราคา 1.65 พันล้านดอลลาร์สหรัฐ ยูทูบเป็นหนึ่งในบริษัทย่อยของกูเกิล เว็บไซต์ยังสามารถให้ผู้ใช้งานสามารถอัปโหลด ดู หรือแบ่งปันวิดีโอได้เลย"
},
"tr":{
"1337x":"1337x, BitTorrent protokolü ile peer-to-peer dosya paylaşımı için kullanılan torrent dosyalarının ve magnet bağlantılarının dizinini sağlayan bir web sitesidir. TorrentFreak haber bloguna göre; 1337x, 2018 itibarıyla üçüncü en popüler torrent sitesidir.",
@ -6975,10 +6947,6 @@
],
"deezer":"Deezer web tabanlı bir müzik yayını servisidir. Kullanıcıların çevrimiçi veya çevrimdışı olarak çeşitli cihazlarda müzik dinlemelerini sağlar. Paris, Fransa'da oluşturulmuştur. Deezer 56 milyondan fazla lisanslı müzik parçası, 30.000'den fazla radyo kanalı ve 12 milyon aylık aktif kullanıcıya sahiptir.",
"deviantart":"DeviantART,, İsrailli Wix.com şirketinin sanat eseri, videografi ve fotoğraf yan kuruluşu olan Amerikan çevrimiçi sanat topluluğudur. Ağustos 2000'de Scott Jarkoff ve Matthew Stephens tarafından kurulmuştur. DeviantART'ın şimdiki CEO'su Angelo Sotira'dır. 23 Şubat 2017'de şirket, Wix.com tarafından 36 milyon dolarlık bir anlaşmayla satın alındığını duyurdu.",
"dictzone":[
"Çevrimiçi sözlükler: İngilizce, Almanca, Macarca... Favori sözlüğünüzü seçin!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:tr",
"ref"
@ -7142,10 +7110,6 @@
],
"deezer":"Deezer — вебсайт для прослуховування музики в потоковому форматі. Дозволяє користувачам слухати на різних пристроях онлайн чи офлайн записи найбільших лейблів, як Sony, EMI, Warner Music Group, Universal Music Group. Сайт створений у Франції 2007 року. В його бібліотеці станом на серпень 2018 року представлено понад 53 млн ліцензованих треків, понад 2 млн альбомів, понад 30 тис. радіоканалів, та понад 100 млн плейлистів. Також Deezer складає чарти найпопулярніших пісень як в світовому масштабі, так і за країнами, зокрема і в Україні. Його щомісячна аудиторія, станом на 2018 рік, сягає 14 млн користувачів і 6 млн абонентів. Має застосунки для мобільних пристроїв на iOS, Android, Windows Phone та розумних годинників Garmin.",
"deviantart":"DeviantArt — соціальна мережа для митців і комерційна онлайн-галерея. Надає можливість демонструвати свої твори, продавати їх, обговорювати чужі. DeviantArt було запущено 7 серпня 2000 року і відтоді він періодично оновлюється, додаючи нові функції. Українською сайт не перекладений, проте має україномовні спільноти. Офіційний маскот сайту — робот-кішка Фелла (Fella). DeviantArt іноді скорочують до абревіатури «dA»",
"dictzone":[
"Онлайн-словники: англійська, іспанська, німецька, французька, італійська, угорська... Виберіть свій улюблений словник!",
"https://dictzone.com/"
],
"duckduckgo":[
"currency:uk",
"ref"
@ -7392,7 +7356,7 @@
"npm":"npm là chương trình quản lý thư viện ngầm định trong môi trường Node.js. Nó bao gồm một trình gọi dòng lệnh (CLI) từ máy khách Client với tên gọi là npm, và cơ sở dữ liệu trực tuyến chứa các gói public và private còn được gọi là npm registry. npm registry được gọi từ npm client và trên web browser. Tất cả được quản lý trực tiếp từ npm, Inc.",
"openstreetmap":"OpenStreetMap là một dịch vụ bản đồ thế giới trực tuyến có nội dung mở. OpenStreetMap nhằm mục đích cung cấp dữ liệu địa lý do nhiều người cùng cộng tác với nhau trên hệ thống wiki. Nó thường được gọi \"Wikipedia của bản đồ\". Dự án OpenStreetMap được sáng lập năm 2004, chủ yếu để cạnh tranh với các công ty và cơ quan chính phủ cung cấp dữ liệu địa lý theo các điều khoản sử dụng được coi là quá chặt chẽ.",
"peertube":"PeerTube là một nền tảng chia sẻ video liên hợp, tự do và nguồn mở hoạt động với hình thức tự lưu trữ (self-hosting). Nền tảng này sử dụng giao thức ActivityPub và WebTorrent, một công nghệ P2P tiết kiệm tài nguyên cho các máy chủ cá nhân.",
"pinterest":"Pinterest là website chia sẻ ảnh theo dạng mạng xã hội, post và phân loại dưới dạng các tấm bảng dán ảnh. Người dùng tạo ra và quản lý các bộ sưu tập ảnh theo các chủ đề khác nhau, như theo các sự kiện, sở thích... Người dùng có thể xem các bộ sưu tập của người khác, repin đính vào các bộ sưu tập của mình, hoặc \"like\" ảnh. Pinterest kết nối được với Facebook và Twitter. Được thành lập ban đầu bởi Ben Silbermann, vùng West Des Moines, Iowa, Mỹ. Trang web này hiện được quản lý bởi Cold Brew Labs và được tài trợ bởi một nhóm nhỏ doanh nhân và nhà đầu tư.",
"pinterest":"Pinterest là một trang web chia sẻ hình ảnh theo kiểu mạng xã hội, nơi người dùng có thể đăng và phân loại hình ảnh dưới dạng các bảng ghim. Người dùng tạo và quản lý các bộ sưu tập hình ảnh dựa trên nhiều chủ đề như sự kiện, sở thích, và nhiều hơn nữa. Họ có thể xem bộ sưu tập của người khác, kéo các hình ảnh (repin) vào bộ sưu tập của chính mình, hoặc thích (like) chúng. Pinterest cũng có khả năng kết nối với Facebook và Twitter, được sáng lập bởi Ben Silbermann từ West Des Moines, Iowa, Hoa Kỳ. Trang web này được quản lý bởi Cold Brew Labs và nhận được sự tài trợ từ một nhóm các doanh nhân và nhà đầu tư.",
"piratebay":"The Pirate Bay là một trang web chia sẻ dữ liệu số, người dùng có thể tìm kiếm, tải dữ liệu qua Magnet link và file torrent, sử dụng giao thức BitTorrent.",
"pubmed":"MEDLINE là một cơ sở dữ liệu hỗn hợp của các ngành khoa học sự sống và y sinh học. Các lĩnh vực phục vụ của MEDLINE bào gồm y học, kỹ thuật điều dưỡng, nha khoa, thú y và tổ chức y tế. Với mục đích cung cấp lượng thông tin tối đa, các ngành liên quan như sinh học và hóa sinh học đã được đưa vào cơ sở dữ liệu, thậm chí cả một số ngành không trực tiếp phục vụ y học như tiến hóa phân tử.",
"reddit":"Reddit , hay cách điệu là reddit, là một trang web giải trí, dịch vụ giao tiếp xã hội, tin tức xã hội và tin tức trực tuyến, nơi mà cộng đồng các thành viên đã đăng ký có thể gửi lên nhiều loại nội dung, chẳng hạn như bài đăng chữ hay đường dẫn trực tiếp. Chỉ có các thành viên đăng ký sau đó mới có thể bầu chọn bằng mũi tên lên và mũi tên xuống cho những nội dung được gửi lên để sắp xếp các bài đăng và quyết định vị trí của nó trên các trang của trang web. Các mục nội dung được tổ chức theo lĩnh vực quan tâm gọi là các \"subreddit\" mà người dùng đăng ký có thể tự do tạo ra cộng đồng thảo luận của riêng mình với bất kì ngôn ngữ nào.",
@ -7474,7 +7438,7 @@
"library genesis":"創世紀圖書館 是一個影子圖書館,用戶可在此一網站上分享下載学术期刊文章、学术書籍、一般書籍、雜誌、漫畫。此一網站為用戶提供擋在付費牆背後,亦或官方沒釋出電子版本的資料。創世紀圖書館形容自身為「資訊整合連結」網站,為「互聯網上所收集及用戶上載的」資源提供可供查找的資料庫。",
"mdn":"MDN Web Docs 是一個汇集众多Mozilla基金會產品和網路技術開發文档的免费網站。",
"metacpan":"CPAN 中譯為“Perl綜合典藏網”“Perl综合档案网”或者“Perl程序库”。它包含了極多用Perl寫成的軟體和其文件。",
"naver":"NAVER韓語Naver公司旗下韩国著名入口/搜索引擎网站,其Logo为一顶草帽于1999年6月正式投入使用。它使用獨有的搜尋引擎並且在韓文搜尋服務中獨佔鰲頭。除了搜尋之外也提供入口網站的許多服務例如新聞、電子信箱、電子地圖服務含街景地圖等。在Alexa排名上是韓國國內第一大的入口網站。 据ComScore统计Naver在2007年8月收到二十亿次搜索占70以上的韩国搜索查询它是世界上排名第十五的网民最常用的搜索引擎超过25万韩国人选择Naver作为浏览器起始页。",
"naver":"NAVER韓語韩国著名入口搜索引擎网站它使用獨有的搜尋引擎並且在韓文搜尋服務中獨佔鰲頭。除了搜尋之外也提供入口網站的許多服務例如新聞、電子信箱、電子地圖服務含街景地圖等。在Alexa排名上是韓國國內第一大的入口網站。 据ComScore统计Naver在2007年8月收到二十亿次搜索占70以上的韩国搜索查询它是世界上排名第十五的网民最常用的搜索引擎超过25万韩国人选择Naver作为浏览器起始页。",
"npm":"npm 是Node.js預設的、用JavaScript編寫的軟體套件管理系統。",
"openstreetmap":"開放街圖 是一個建構自由內容之網上地圖協作計劃,目標是創造一個內容自由且能讓所有人編輯的世界地圖,並且讓一般的行動裝置有方便的導航方案。",
"piratebay":"海盜灣 是一個專門儲存、分類及搜尋Bittorrent种子文件及磁力連結的網站由瑞典的民間反版權組織海盜署於2003年成立支持35种语言。",
@ -7496,8 +7460,8 @@
"wikicommons.images":"維基共享資源 是存放自由開放的圖片、聲音及其他多媒體檔案的地方是维基媒体基金會的計劃。上載維基共享資源的檔案可在其他維基計劃中使用包括維基百科、維基教科書、維基新聞等。截至2023年4月維基共享資源擁有超過9200万個免費使用的多媒體檔案由註冊志願者管理和編輯。",
"wikinews":"維基新聞 是由一群志願者、即民間記者運營的網絡媒體。同時是一個自由內容的維基,屬維基媒體計劃項目,由維基媒體基金會負責運營。維基新聞通過協作新聞學的工作模式去運行,同時亦努力通過中性的觀點報導新聞,包括原創一手獨家報道和採訪。",
"wikipedia":"維基百科 是维基媒体基金会运营的一个多语言的線上百科全書并以创建和维护作为开放式协同合作项目特点是自由內容、自由编辑、自由版权。目前是全球網絡上最大且最受大眾歡迎的参考工具书名列全球二十大最受歡迎的網站其在搜尋引擎中排名亦較為靠前。維基百科目前由非營利組織維基媒體基金會負責營運。Wikipedia是混成詞分别取自於網站核心技術「Wiki」以及英文中百科全書之意的「encyclopedia」。截至2023年11月所有語言的维基百科有超过6200万篇條目每月超过1400万次编辑平均每秒约5.2次编辑每月有超過20億個獨立設備訪問各個語言的維基百科網站。大约26%的流量来自美国其次是日本5.9%、英国5.4%、德国5%、俄罗斯4.8%)。",
"wikivoyage":"维基导游(英語:)是基于Wiki系统由志愿者撰写的免费互联网旅游指南。项目于2006年9月由德国的同名组织Wikivoyage e.V.发起于2006年12月10日上线2012年8月加入维基媒体基金会。项目内容使用知识共享署名-相同方式共享协议授权,因此可供其他用户自由地用作商业用途。同时访客可以免费访问任何内容,并可以自由下载离线版本。对此类计划有害的商业性影响,例如来自旅游业的影响,被排斥于计划之外。",
"wiktionary":"维基词典(英語:),粵文版作維基文言版作维基尔雅是维基百科的姊妹工程旨在创建基于所有语言的自由词典。该项目于2002年12月12日启动发起人是维基人Daniel Alston。",
"wikivoyage":"维基导游(英語:),粤文版作維基遊,是基于Wiki系统由志愿者撰写的免费互联网旅游指南。项目于2006年9月由德国的同名组织Wikivoyage e.V.发起于2006年12月10日上线2012年8月加入维基媒体基金会。项目内容使用知识共享署名-相同方式共享协议授权,因此可供其他用户自由地用作商业用途。同时访客可以免费访问任何内容,并可以自由下载离线版本。对此类计划有害的商业性影响,例如来自旅游业的影响,被排斥于计划之外。",
"wiktionary":"维基词典(英語:),粵文版作維基文言版作维基尔雅是维基百科的姊妹工程旨在创建基于所有语言的自由词典。该项目于2002年12月12日启动发起人是维基人Daniel Alston。",
"wolframalpha":",是由 Wolfram Research 公司推出的一款在线自动问答系统。其特色是可以直接向用户返回答案,而不是像传统搜索引擎一样提供一系列可能含有用户所需答案的相关网页。",
"z-library":"Z-Library 是一個影子圖書館和开放获取檔案分享計劃用戶可在此一網站上下載期刊文章以及各種類型的書籍。根據Z-Library的說法截至2022年6月12日其共收錄了10,456,034本書和84,837,646篇文章。Z-Library在其電子書搜尋頁面上宣稱自己是「全球最大的數字圖書館」並在文章搜尋頁面上稱自身是「全球最大的科學文章儲存庫」。它原是创世纪图书馆的镜像网站並從該图书馆獲得大部分館藏。但它的一些館藏由用戶自行上載並且不為创世纪图书馆所收藏。該平台公開網域曾於2022年11月3日遭到美國政府封鎖。2023年2月11日用戶可以再次訪問Z-Library。"
},

View File

@ -13,29 +13,33 @@
"ext": [
"pdf",
"epub",
"fb2",
"cbr",
"mobi",
"fb2",
"cbz",
"azw3",
"djvu",
"fb2.zip"
"txt"
],
"sort": [
"",
"newest",
"oldest",
"largest",
"smallest"
"smallest",
"newest_added",
"oldest_added"
]
},
"data_type": "traits_v1",
"languages": {
"af": "af",
"ar": "ar",
"az": "az",
"be": "be",
"bg": "bg",
"bn": "bn",
"bo": "bo",
"ca": "ca",
"cs": "cs",
"cu": "cu",
@ -44,10 +48,16 @@
"de": "de",
"el": "el",
"en": "en",
"eo": "eo",
"es": "es",
"et": "et",
"fa": "fa",
"fi": "fi",
"fil": "fil",
"fr": "fr",
"ga": "ga",
"gl": "gl",
"gu": "gu",
"he": "he",
"hi": "hi",
"hr": "hr",
@ -55,21 +65,32 @@
"id": "id",
"it": "it",
"ja": "ja",
"jv": "jv",
"ka": "ka",
"kk": "kk",
"ko": "ko",
"la": "la",
"lb": "lb",
"lt": "lt",
"lv": "lv",
"ml": "ml",
"mn": "mn",
"mr": "mr",
"ms": "ms",
"nl": "nl",
"no": "no",
"pl": "pl",
"pt": "pt",
"ro": "ro",
"ru": "ru",
"rw": "rw",
"sa": "sa",
"sk": "sk",
"sl": "sl",
"sr": "sr",
"sv": "sv",
"ta": "ta",
"th": "th",
"tr": "tr",
"uk": "uk",
"ur": "ur",
@ -1735,6 +1756,7 @@
"fr-FR": "fr-fr",
"it": "it",
"ja-JP": "ja-jp",
"nl": "nl",
"pl": "pl",
"pt-BR": "pt-br",
"sq-AL": "sq-al",
@ -1809,6 +1831,7 @@
"fr-FR": "fr-fr",
"it": "it",
"ja-JP": "ja-jp",
"nl": "nl",
"pl": "pl",
"pt-BR": "pt-br",
"sq-AL": "sq-al",
@ -1883,6 +1906,7 @@
"fr-FR": "fr-fr",
"it": "it",
"ja-JP": "ja-jp",
"nl": "nl",
"pl": "pl",
"pt-BR": "pt-br",
"sq-AL": "sq-al",
@ -1957,6 +1981,7 @@
"fr-FR": "fr-fr",
"it": "it",
"ja-JP": "ja-jp",
"nl": "nl",
"pl": "pl",
"pt-BR": "pt-br",
"sq-AL": "sq-al",
@ -6207,6 +6232,7 @@
"TG",
"TH",
"TJ",
"TL",
"TM",
"TN",
"TR",
@ -6315,6 +6341,7 @@
"ne": "nepali",
"nl": "dutch",
"no": "norwegian",
"nv": "navajo",
"oc": "occitan",
"om": "oromo",
"os": "ossetian",
@ -6680,6 +6707,7 @@
"bcl",
"be",
"be-tarask",
"bew",
"bg",
"bh",
"bi",
@ -6775,6 +6803,7 @@
"id",
"ie",
"ig",
"igl",
"ik",
"ilo",
"inh",
@ -6804,6 +6833,7 @@
"ks",
"ksh",
"ku",
"kus",
"kv",
"kw",
"ky",

View File

@ -5,7 +5,7 @@
],
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
"versions": [
"124.0",
"123.0"
"125.0",
"124.0"
]
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,59 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""media.ccc.de"""
import datetime
from urllib.parse import urlencode
from dateutil import parser
about = {
'website': 'https://media.ccc.de',
'official_api_documentation': 'https://github.com/voc/voctoweb',
'use_official_api': True,
'require_api_key': False,
'results': 'JSON',
}
categories = ['videos']
paging = True
api_url = "https://api.media.ccc.de"
def request(query, params):
args = {'q': query, 'page': params['pageno']}
params['url'] = f"{api_url}/public/events/search?{urlencode(args)}"
return params
def response(resp):
results = []
for item in resp.json()['events']:
publishedDate = None
if item.get('date'):
publishedDate = parser.parse(item['date'])
iframe_src = None
for rec in item['recordings']:
if rec['mime_type'].startswith('video'):
if not iframe_src:
iframe_src = rec['recording_url']
elif rec['mime_type'] == 'video/mp4':
# prefer mp4 (minimal data rates)
iframe_src = rec['recording_url']
results.append(
{
'template': 'videos.html',
'url': item['frontend_link'],
'title': item['title'],
'content': item['description'],
'thumbnail': item['thumb_url'],
'publishedDate': publishedDate,
'length': datetime.timedelta(seconds=item['length']),
'iframe_src': iframe_src,
}
)
return results

View File

@ -13,7 +13,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['general']
categories = ['general', 'translate']
url = 'https://api-free.deepl.com/v2/translate'
api_key = None
@ -51,11 +51,6 @@ def response(resp):
infobox += "</dl>"
results.append(
{
'infobox': 'Deepl',
'content': infobox,
}
)
results.append({'answer': infobox})
return results

View File

@ -18,7 +18,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['general']
categories = ['general', 'translate']
url = 'https://dictzone.com/{from_lang}-{to_lang}-dictionary/{query}'
weight = 100

View File

@ -238,7 +238,10 @@ def unit_to_str(unit):
for prefix in WIKIDATA_PREFIX:
if unit.startswith(prefix):
wikidata_entity = unit[len(prefix) :]
return WIKIDATA_UNITS.get(wikidata_entity, unit)
real_unit = WIKIDATA_UNITS.get(wikidata_entity)
if real_unit is None:
return unit
return real_unit['symbol']
return unit

56
searx/engines/hex.py Normal file
View File

@ -0,0 +1,56 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""hex.pm"""
from urllib.parse import urlencode
from dateutil import parser
about = {
# pylint: disable=line-too-long
"website": "https://hex.pm/",
"wikidata_id": None,
"official_api_documentation": "https://github.com/hexpm/hexpm/blob/main/lib/hexpm_web/controllers/api/package_controller.ex",
"use_official_api": True,
"require_api_key": False,
"results": "JSON",
}
categories = ["it", "packages"]
# engine dependent config
paging = True
search_url = "https://hex.pm/api/packages/"
def request(query: str, params):
args = urlencode({"page": params["pageno"], "search": query})
params["url"] = f"{search_url}?{args}"
return params
def response(resp):
results = []
for package in resp.json():
meta = package["meta"]
publishedDate = package.get("inserted_at")
if publishedDate:
publishedDate = parser.parse(publishedDate)
tags = meta.get("licenses", [])
results.append(
{
"template": "packages.html",
"url": package["url"],
"title": package["name"],
"package_name": package["name"],
"content": meta.get("description", ""),
"version": meta.get("latest_version"),
"maintainer": ", ".join(meta.get("maintainers", [])),
"publishedDate": publishedDate,
"tags": tags,
"homepage": meta.get("links", {}).get("homepage"),
"source_code_url": meta.get("links", {}).get("github"),
}
)
return results

View File

@ -0,0 +1,46 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""LibreTranslate (Free and Open Source Machine Translation API)"""
import random
from json import dumps
about = {
"website": 'https://libretranslate.com',
"wikidata_id": None,
"official_api_documentation": 'https://libretranslate.com/docs/',
"use_official_api": True,
"require_api_key": False,
"results": 'JSON',
}
engine_type = 'online_dictionary'
categories = ['general', 'translate']
base_url = "https://translate.terraprint.co"
api_key = ''
def request(_query, params):
request_url = random.choice(base_url) if isinstance(base_url, list) else base_url
params['url'] = f"{request_url}/translate"
args = {'source': params['from_lang'][1], 'target': params['to_lang'][1], 'q': params['query']}
if api_key:
args['api_key'] = api_key
params['data'] = dumps(args)
params['method'] = 'POST'
params['headers'] = {'Content-Type': 'application/json'}
return params
def response(resp):
results = []
json_resp = resp.json()
text = json_resp.get('translatedText')
if text:
results.append({'answer': text})
return results

View File

@ -13,7 +13,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['general']
categories = ['general', 'translate']
url = "https://lingva.thedaviddelta.com"
search_url = "{url}/api/v1/{from_lang}/{to_lang}/{query}"

View File

@ -15,7 +15,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['general']
categories = ['general', 'translate']
base_url = "https://mozhi.aryak.me"
mozhi_engine = "google"

View File

@ -142,9 +142,6 @@ search_url = base_url + '/sp/search'
# specific xpath variables
# ads xpath //div[@id="results"]/div[@id="sponsored"]//div[@class="result"]
# not ads: div[@class="result"] are the direct childs of div[@id="results"]
results_xpath = '//div[@class="w-gl__result__main"]'
link_xpath = './/a[@class="w-gl__result-title result-link"]'
content_xpath = './/p[@class="w-gl__description"]'
search_form_xpath = '//form[@id="search"]'
"""XPath of Startpage's origin search form
@ -334,8 +331,8 @@ def _response_cat_web(dom):
results = []
# parse results
for result in eval_xpath(dom, results_xpath):
links = eval_xpath(result, link_xpath)
for result in eval_xpath(dom, '//div[@class="w-gl"]/div[contains(@class, "result")]'):
links = eval_xpath(result, './/a[contains(@class, "result-title result-link")]')
if not links:
continue
link = links[0]
@ -349,12 +346,9 @@ def _response_cat_web(dom):
if re.match(r"^http(s|)://(www\.)?startpage\.com/do/search\?.*$", url):
continue
title = extract_text(link)
if eval_xpath(result, content_xpath):
content: str = extract_text(eval_xpath(result, content_xpath)) # type: ignore
else:
content = ''
title = extract_text(eval_xpath(link, 'h2'))
content = eval_xpath(result, './/p[contains(@class, "description")]')
content = extract_text(content, allow_none=True) or ''
published_date = None

View File

@ -14,7 +14,7 @@ about = {
}
engine_type = 'online_dictionary'
categories = ['dictionaries']
categories = ['general', 'translate']
url = 'https://api.mymemory.translated.net/get?q={query}&langpair={from_lang}|{to_lang}{key}'
web_url = 'https://mymemory.translated.net/en/{from_lang}/{to_lang}/{query}'
weight = 100

View File

@ -3,6 +3,8 @@
"""
import datetime
from urllib.parse import urlencode
# about
@ -14,6 +16,8 @@ about = {
"require_api_key": False,
"results": 'JSON',
}
categories = ['images']
search_type = 'images'
base_url = "https://commons.wikimedia.org"
search_prefix = (
@ -29,17 +33,29 @@ search_prefix = (
paging = True
number_of_results = 10
search_types = {
'images': 'bitmap|drawing',
'videos': 'video',
'audio': 'audio',
'files': 'multimedia|office|archive|3d',
}
def request(query, params):
language = 'en'
if params['language'] != 'all':
language = params['language'].split('-')[0]
if search_type not in search_types:
raise ValueError(f"Unsupported search type: {search_type}")
filetype = search_types[search_type]
args = {
'uselang': language,
'gsrlimit': number_of_results,
'gsroffset': number_of_results * (params["pageno"] - 1),
'gsrsearch': "filetype:bitmap|drawing " + query,
'gsrsearch': f"filetype:{filetype} {query}",
}
params["url"] = f"{base_url}/w/api.php{search_prefix}&{urlencode(args, safe=':|')}"
@ -52,7 +68,6 @@ def response(resp):
if not json.get("query", {}).get("pages"):
return results
for item in json["query"]["pages"].values():
imageinfo = item["imageinfo"][0]
title = item["title"].replace("File:", "").rsplit('.', 1)[0]
@ -60,11 +75,28 @@ def response(resp):
'url': imageinfo["descriptionurl"],
'title': title,
'content': item["snippet"],
'img_src': imageinfo["url"],
'resolution': f'{imageinfo["width"]} x {imageinfo["height"]}',
'thumbnail_src': imageinfo["thumburl"],
'template': 'images.html',
}
if search_type == "images":
result['template'] = 'images.html'
result['img_src'] = imageinfo["url"]
result['thumbnail_src'] = imageinfo["thumburl"]
result['resolution'] = f'{imageinfo["width"]} x {imageinfo["height"]}'
else:
result['thumbnail'] = imageinfo["thumburl"]
if search_type == "videos":
result['template'] = 'videos.html'
if imageinfo.get('duration'):
result['length'] = datetime.timedelta(seconds=int(imageinfo['duration']))
result['iframe_src'] = imageinfo['url']
elif search_type == "files":
result['template'] = 'files.html'
result['metadata'] = imageinfo['mime']
result['size'] = imageinfo['size']
elif search_type == "audio":
result['iframe_src'] = imageinfo['url']
results.append(result)
return results

View File

@ -132,7 +132,8 @@ def response(resp):
continue
url = parse_url(url)
title = extract_text(result.xpath('.//h3//a/@aria-label'))
title = eval_xpath_getindex(result, './/h3//a/@aria-label', 0, default='')
title = extract_text(title)
content = eval_xpath_getindex(result, './/div[contains(@class, "compText")]', 0, default='')
content = extract_text(content, allow_none=True)

View File

@ -68,7 +68,7 @@ def response(resp):
'title': result['display']['displayName'],
'content': content,
'img_src': img_src,
'metadata': f"{gettext('Language')}: {result['locale'].split('-')[0]}",
'metadata': gettext('Language') + f": {result['locale'].split('-')[0]}",
}
)

View File

@ -0,0 +1,260 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""A plugin for converting measured values from one unit to another unit (a
unit converter).
The plugin looks up the symbols (given in the query term) in a list of
converters, each converter is one item in the list (compare
:py:obj:`ADDITIONAL_UNITS`). If the symbols are ambiguous, the matching units
of measurement are evaluated. The weighting in the evaluation results from the
sorting of the :py:obj:`list of unit converters<symbol_to_si>`.
Enable in ``settings.yml``:
.. code:: yaml
enabled_plugins:
..
- 'Unit converter plugin'
"""
import re
import babel.numbers
from flask_babel import gettext, get_locale
from searx import data
name = "Unit converter plugin"
description = gettext("Convert between units")
default_on = True
CONVERT_KEYWORDS = ["in", "to", "as"]
# inspired from https://stackoverflow.com/a/42475086
RE_MEASURE = r'''
(?P<sign>[-+]?) # +/- or nothing for positive
(\s*) # separator: white space or nothing
(?P<number>[\d\.,]*) # number: 1,000.00 (en) or 1.000,00 (de)
(?P<E>[eE][-+]?\d+)? # scientific notation: e(+/-)2 (*10^2)
(\s*) # separator: white space or nothing
(?P<unit>\S+) # unit of measure
'''
ADDITIONAL_UNITS = [
{
"si_name": "Q11579",
"symbol": "°C",
"to_si": lambda val: val + 273.15,
"from_si": lambda val: val - 273.15,
},
{
"si_name": "Q11579",
"symbol": "°F",
"to_si": lambda val: (val + 459.67) * 5 / 9,
"from_si": lambda val: (val * 9 / 5) - 459.67,
},
]
"""Additional items to convert from a measure unit to a SI unit (vice versa).
.. code:: python
{
"si_name": "Q11579", # Wikidata item ID of the SI unit (Kelvin)
"symbol": "°C", # symbol of the measure unit
"to_si": lambda val: val + 273.15, # convert measure value (val) to SI unit
"from_si": lambda val: val - 273.15, # convert SI value (val) measure unit
},
{
"si_name": "Q11573",
"symbol": "mi",
"to_si": 1609.344, # convert measure value (val) to SI unit
"from_si": 1 / 1609.344 # convert SI value (val) measure unit
},
The values of ``to_si`` and ``from_si`` can be of :py:obj:`float` (a multiplier)
or a callable_ (val in / converted value returned).
.. _callable: https://docs.python.org/3/glossary.html#term-callable
"""
ALIAS_SYMBOLS = {
'°C': ('C',),
'°F': ('F',),
'mi': ('L',),
}
"""Alias symbols for known unit of measure symbols / by example::
'°C': ('C', ...), # list of alias symbols for °C (Q69362731)
'°F': ('F', ...), # list of alias symbols for °F (Q99490479)
'mi': ('L',), # list of alias symbols for mi (Q253276)
"""
SYMBOL_TO_SI = []
def symbol_to_si():
"""Generates a list of tuples, each tuple is a measure unit and the fields
in the tuple are:
0. Symbol of the measure unit (e.g. 'mi' for measure unit 'miles' Q253276)
1. SI name of the measure unit (e.g. Q11573 for SI unit 'metre')
2. Factor to get SI value from measure unit (e.g. 1mi is equal to SI 1m
multiplied by 1609.344)
3. Factor to get measure value from from SI value (e.g. SI 100m is equal to
100mi divided by 1609.344)
The returned list is sorted, the first items are created from
``WIKIDATA_UNITS``, the second group of items is build from
:py:obj:`ADDITIONAL_UNITS` and items created from :py:obj:`ALIAS_SYMBOLS`.
If you search this list for a symbol, then a match with a symbol from
Wikidata has the highest weighting (first hit in the list), followed by the
symbols from the :py:obj:`ADDITIONAL_UNITS` and the lowest weighting is
given to the symbols resulting from the aliases :py:obj:`ALIAS_SYMBOLS`.
"""
global SYMBOL_TO_SI # pylint: disable=global-statement
if SYMBOL_TO_SI:
return SYMBOL_TO_SI
# filter out units which can't be normalized to a SI unit and filter out
# units without a symbol / arcsecond does not have a symbol
# https://www.wikidata.org/wiki/Q829073
for item in data.WIKIDATA_UNITS.values():
if item['to_si_factor'] and item['symbol']:
SYMBOL_TO_SI.append(
(
item['symbol'],
item['si_name'],
item['to_si_factor'], # from_si
1 / item['to_si_factor'], # to_si
item['symbol'],
)
)
for item in ADDITIONAL_UNITS:
SYMBOL_TO_SI.append(
(
item['symbol'],
item['si_name'],
item['from_si'],
item['to_si'],
item['symbol'],
)
)
alias_items = []
for item in SYMBOL_TO_SI:
for alias in ALIAS_SYMBOLS.get(item[0], ()):
alias_items.append(
(
alias,
item[1],
item[2], # from_si
item[3], # to_si
item[0], # origin unit
)
)
SYMBOL_TO_SI = SYMBOL_TO_SI + alias_items
return SYMBOL_TO_SI
def _parse_text_and_convert(search, from_query, to_query):
# pylint: disable=too-many-branches, too-many-locals
if not (from_query and to_query):
return
measured = re.match(RE_MEASURE, from_query, re.VERBOSE)
if not (measured and measured.group('number'), measured.group('unit')):
return
# Symbols are not unique, if there are several hits for the from-unit, then
# the correct one must be determined by comparing it with the to-unit
# https://github.com/searxng/searxng/pull/3378#issuecomment-2080974863
# first: collecting possible units
source_list, target_list = [], []
for symbol, si_name, from_si, to_si, orig_symbol in symbol_to_si():
if symbol == measured.group('unit'):
source_list.append((si_name, to_si))
if symbol == to_query:
target_list.append((si_name, from_si, orig_symbol))
if not (source_list and target_list):
return
source_to_si = target_from_si = target_symbol = None
# second: find the right unit by comparing list of from-units with list of to-units
for source in source_list:
for target in target_list:
if source[0] == target[0]: # compare si_name
source_to_si = source[1]
target_from_si = target[1]
target_symbol = target[2]
if not (source_to_si and target_from_si):
return
_locale = get_locale() or 'en_US'
value = measured.group('sign') + measured.group('number') + (measured.group('E') or '')
value = babel.numbers.parse_decimal(value, locale=_locale)
# convert value to SI unit
if isinstance(source_to_si, (float, int)):
value = float(value) * source_to_si
else:
value = source_to_si(float(value))
# convert value from SI unit to target unit
if isinstance(target_from_si, (float, int)):
value = float(value) * target_from_si
else:
value = target_from_si(float(value))
if measured.group('E'):
# when incomming notation is scientific, outgoing notation is scientific
result = babel.numbers.format_scientific(value, locale=_locale)
else:
result = babel.numbers.format_decimal(value, locale=_locale, format='#,##0.##########;-#')
search.result_container.answers['conversion'] = {'answer': f'{result} {target_symbol}'}
def post_search(_request, search):
# only convert between units on the first page
if search.search_query.pageno > 1:
return True
query = search.search_query.query
query_parts = query.split(" ")
if len(query_parts) < 3:
return True
for query_part in query_parts:
for keyword in CONVERT_KEYWORDS:
if query_part == keyword:
from_query, to_query = query.split(keyword, 1)
_parse_text_and_convert(search, from_query.strip(), to_query.strip())
return True
return True

View File

@ -12,6 +12,8 @@ __all__ = [
'CATEGORY_GROUPS',
'STYLE_NAMES',
'BRAND_CUSTOM_LINKS',
'WEATHER_TERMS',
'SOCIAL_MEDIA_TERMS',
]
CONSTANT_NAMES = {
@ -27,6 +29,8 @@ CATEGORY_NAMES = {
'SOCIAL_MEDIA': 'social media',
'IMAGES': 'images',
'VIDEOS': 'videos',
'RADIO': 'radio',
'TV': 'tv',
'IT': 'it',
'NEWS': 'news',
'MAP': 'map',
@ -57,3 +61,37 @@ BRAND_CUSTOM_LINKS = {
'UPTIME': 'Uptime',
'ABOUT': 'About',
}
WEATHER_TERMS = {
'AVERAGE TEMP.': 'Average temp.',
'CLOUD COVER': 'Cloud cover',
'CONDITION': 'Condition',
'CURRENT CONDITION': 'Current condition',
'EVENING': 'Evening',
'FEELS LIKE': 'Feels like',
'HUMIDITY': 'Humidity',
'MAX TEMP.': 'Max temp.',
'MIN TEMP.': 'Min temp.',
'MORNING': 'Morning',
'NIGHT': 'Night',
'NOON': 'Noon',
'PRESSURE': 'Pressure',
'SUNRISE': 'Sunrise',
'SUNSET': 'Sunset',
'TEMPERATURE': 'Temperature',
'UV INDEX': 'UV index',
'VISIBILITY': 'Visibility',
'WIND': 'Wind',
}
SOCIAL_MEDIA_TERMS = {
'SUBSCRIBERS': 'subscribers',
'POSTS': 'posts',
'ACTIVE USERS': 'active users',
'COMMENTS': 'comments',
'USER': 'user',
'COMMUNITY': 'community',
'POINTS': 'points',
'TITLE': 'title',
'AUTHOR': 'author',
}

View File

@ -438,32 +438,19 @@ engines:
shortcut: bt
disabled: true
- name: ccc-tv
engine: xpath
paging: false
search_url: https://media.ccc.de/search/?q={query}
url_xpath: //div[@class="caption"]/h3/a/@href
title_xpath: //div[@class="caption"]/h3/a/text()
content_xpath: //div[@class="caption"]/h4/@title
categories: videos
disabled: true
shortcut: c3tv
about:
website: https://media.ccc.de/
wikidata_id: Q80729951
official_api_documentation: https://github.com/voc/voctoweb
use_official_api: false
require_api_key: false
results: HTML
# We don't set language: de here because media.ccc.de is not just
# for a German audience. It contains many English videos and many
# German videos have English subtitles.
- name: openverse
engine: openverse
categories: images
shortcut: opv
- name: media.ccc.de
engine: ccc_media
shortcut: c3tv
# We don't set language: de here because media.ccc.de is not just
# for a German audience. It contains many English videos and many
# German videos have English subtitles.
disabled: true
- name: chefkoch
engine: chefkoch
shortcut: chef
@ -508,6 +495,7 @@ engines:
shortcut: yep
categories: general
search_type: web
timeout: 5
disabled: true
- name: yep images
@ -938,6 +926,11 @@ engines:
shortcut: hn
disabled: true
- name: hex
engine: hex
shortcut: hex
disabled: true
- name: hoogle
engine: xpath
search_url: https://hoogle.haskell.org/?hoogle={query}
@ -1060,6 +1053,16 @@ engines:
shortcut: loc
categories: images
- name: libretranslate
engine: libretranslate
# https://github.com/LibreTranslate/LibreTranslate?tab=readme-ov-file#mirrors
base_url:
- https://translate.terraprint.co
- https://trans.zillyhuhn.com
# api_key: abc123
shortcut: lt
disabled: true
- name: lingva
engine: lingva
shortcut: lv
@ -1085,25 +1088,6 @@ engines:
require_api_key: false
results: HTML
- name: azlyrics
shortcut: lyrics
engine: xpath
timeout: 4.0
disabled: true
categories: [music, lyrics]
paging: true
search_url: https://search.azlyrics.com/search.php?q={query}&w=lyrics&p={pageno}
url_xpath: //td[@class="text-left visitedlyr"]/a/@href
title_xpath: //span/b/text()
content_xpath: //td[@class="text-left visitedlyr"]/a/small
about:
website: https://azlyrics.com
wikidata_id: Q66372542
official_api_documentation:
use_official_api: false
require_api_key: false
results: HTML
- name: mastodon users
engine: mastodon
mastodon_type: accounts
@ -1553,6 +1537,20 @@ engines:
# engine: scanr_structures
# disabled: true
- name: searchmysite
engine: xpath
shortcut: sms
categories: general
paging: true
search_url: https://searchmysite.net/search/?q={query}&page={pageno}
results_xpath: //div[contains(@class,'search-result')]
url_xpath: .//a[contains(@class,'result-link')]/@href
title_xpath: .//span[contains(@class,'result-title-txt')]/text()
content_xpath: ./p[@id='result-hightlight']
disabled: true
about:
website: https://searchmysite.net
- name: sepiasearch
engine: sepiasearch
shortcut: sep
@ -1910,6 +1908,28 @@ engines:
engine: wikicommons
shortcut: wc
categories: images
search_type: images
number_of_results: 10
- name: wikicommons.videos
engine: wikicommons
shortcut: wcv
categories: videos
search_type: videos
number_of_results: 10
- name: wikicommons.audio
engine: wikicommons
shortcut: wca
categories: music
search_type: audio
number_of_results: 10
- name: wikicommons.files
engine: wikicommons
shortcut: wcf
categories: files
search_type: files
number_of_results: 10
- name: wolframalpha

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -218,7 +218,7 @@ module.exports = function (grunt) {
name: "addAttributesToSVGElement",
params: {
attributes: [
{ "aria-hidden": "true" }
{ "class": "ionicon", "aria-hidden": "true" }
]
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,22 @@
searxng.on(el, 'mouseenter', load_engine_descriptions);
}
const enableAllEngines = d.querySelectorAll(".enable-all-engines");
const disableAllEngines = d.querySelectorAll(".disable-all-engines");
const engineToggles = d.querySelectorAll('tbody input[type=checkbox][class~=checkbox-onoff]');
const toggleEngines = (enable) => {
for (const el of engineToggles) {
// check if element visible, so that only engines of the current category are modified
if (el.offsetParent !== null) el.checked = !enable;
}
};
for (const el of enableAllEngines) {
searxng.on(el, 'click', () => toggleEngines(true));
}
for (const el of disableAllEngines) {
searxng.on(el, 'click', () => toggleEngines(false));
}
const copyHashButton = d.querySelector("#copy-hash");
searxng.on(copyHashButton, 'click', (e) => {
e.preventDefault();

View File

@ -185,6 +185,11 @@ table {
}
}
#toggle-all-engines-container {
width: max-content;
margin-left: auto;
}
div.selectable_url {
pre {
width: 100%;

View File

@ -1,25 +1,25 @@
{# this file was generated by searx/static/themes/simple/gruntfile.js #}
{%- set icons = {
'warning':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M256 80c-8.66 0-16.58 7.36-16 16l8 216a8 8 0 008 8h0a8 8 0 008-8l8-216c.58-8.64-7.34-16-16-16z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="416" r="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'close':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144M368 144L144 368"/></svg>',
'chevron-up-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 328l144-144 144 144"/></svg>',
'chevron-right':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M184 112l144 144-144 144"/></svg>',
'chevron-left':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>',
'menu-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M262.29 192.31a64 64 0 1057.4 57.4 64.13 64.13 0 00-57.4-57.4zM416.39 256a154.34 154.34 0 01-1.53 20.79l45.21 35.46a10.81 10.81 0 012.45 13.75l-42.77 74a10.81 10.81 0 01-13.14 4.59l-44.9-18.08a16.11 16.11 0 00-15.17 1.75A164.48 164.48 0 01325 400.8a15.94 15.94 0 00-8.82 12.14l-6.73 47.89a11.08 11.08 0 01-10.68 9.17h-85.54a11.11 11.11 0 01-10.69-8.87l-6.72-47.82a16.07 16.07 0 00-9-12.22 155.3 155.3 0 01-21.46-12.57 16 16 0 00-15.11-1.71l-44.89 18.07a10.81 10.81 0 01-13.14-4.58l-42.77-74a10.8 10.8 0 012.45-13.75l38.21-30a16.05 16.05 0 006-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16 16 0 00-6.07-13.94l-38.19-30A10.81 10.81 0 0149.48 186l42.77-74a10.81 10.81 0 0113.14-4.59l44.9 18.08a16.11 16.11 0 0015.17-1.75A164.48 164.48 0 01187 111.2a15.94 15.94 0 008.82-12.14l6.73-47.89A11.08 11.08 0 01213.23 42h85.54a11.11 11.11 0 0110.69 8.87l6.72 47.82a16.07 16.07 0 009 12.22 155.3 155.3 0 0121.46 12.57 16 16 0 0015.11 1.71l44.89-18.07a10.81 10.81 0 0113.14 4.58l42.77 74a10.8 10.8 0 01-2.45 13.75l-38.21 30a16.05 16.05 0 00-6.05 14.08c.33 4.14.55 8.3.55 12.47z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'ellipsis-vertical-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg>',
'magnet-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M421.83 293.82A144 144 0 00218.18 90.17M353.94 225.94a48 48 0 00-67.88-67.88" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M192 464v-48M90.18 421.82l33.94-33.94M48 320h48"/><path d="M286.06 158.06L172.92 271.19a32 32 0 01-45.25 0L105 248.57a32 32 0 010-45.26L218.18 90.17M421.83 293.82L308.69 407a32 32 0 01-45.26 0l-22.62-22.63a32 32 0 010-45.26l113.13-113.17M139.6 169.98l67.88 67.89M275.36 305.75l67.89 67.88" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/></svg>',
'globe-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M117.33 117.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 394.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M256 48v416M464 256H48"/></svg>',
'search-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg>',
'image-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'play-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg>',
'newspaper-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M368 415.86V72a24.07 24.07 0 00-24-24H72a24.07 24.07 0 00-24 24v352a40.12 40.12 0 0040 40h328" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M416 464h0a48 48 0 01-48-48V128h72a24 24 0 0124 24v264a48 48 0 01-48 48z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M240 128h64M240 192h64M112 256h192M112 320h192M112 384h192"/><path d="M176 208h-64a16 16 0 01-16-16v-64a16 16 0 0116-16h64a16 16 0 0116 16v64a16 16 0 01-16 16z"/></svg>',
'location-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M256 48c-79.5 0-144 61.39-144 137 0 87 96 224.87 131.25 272.49a15.77 15.77 0 0025.5 0C304 409.89 400 272.07 400 185c0-75.61-64.5-137-144-137z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="192" r="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'musical-notes-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M192 218v-6c0-14.84 10-27 24.24-30.59l174.59-46.68A20 20 0 01416 154v22" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M416 295.94v80c0 13.91-8.93 25.59-22 30l-22 8c-25.9 8.72-52-10.42-52-38h0a33.37 33.37 0 0123-32l51-18.15c13.07-4.4 22-15.94 22-29.85V58a10 10 0 00-12.6-9.61L204 102a16.48 16.48 0 00-12 16v226c0 13.91-8.93 25.6-22 30l-52 18c-13.88 4.68-22 17.22-22 32h0c0 27.58 26.52 46.55 52 38l22-8c13.07-4.4 22-16.08 22-30v-80" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'layers-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M434.8 137.65l-149.36-68.1c-16.19-7.4-42.69-7.4-58.88 0L77.3 137.65c-17.6 8-17.6 21.09 0 29.09l148 67.5c16.89 7.7 44.69 7.7 61.58 0l148-67.5c17.52-8 17.52-21.1-.08-29.09zM160 308.52l-82.7 37.11c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.89 7.69 44.69 7.69 61.58 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-79.94-38.47" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M160 204.48l-82.8 37.16c-17.6 8-17.6 21.1 0 29.1l148 67.49c16.89 7.7 44.69 7.7 61.58 0l148-67.49c17.7-8 17.7-21.1.1-29.1L352 204.48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'school-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M32 192L256 64l224 128-224 128L32 192z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/></svg>',
'file-tray-full-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0048 48h320a48.14 48.14 0 0048-48V272l-32-152c-5-27-23-40-48-40z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144M320 272h144M192 272a64 64 0 00128 0M144 144h224M128 208h256"/></svg>',
'people-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/></svg>',
'heart-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M352.92 80C288 80 256 144 256 144s-32-64-96.92-64c-52.76 0-94.54 44.14-95.08 96.81-1.1 109.33 86.73 187.08 183 252.42a16 16 0 0018 0c96.26-65.34 184.09-143.09 183-252.42-.54-52.67-42.32-96.81-95.08-96.81z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'warning':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M256 80c-8.66 0-16.58 7.36-16 16l8 216a8 8 0 008 8h0a8 8 0 008-8l8-216c.58-8.64-7.34-16-16-16z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="416" r="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'close':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144M368 144L144 368"/></svg>',
'chevron-up-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 328l144-144 144 144"/></svg>',
'chevron-right':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M184 112l144 144-144 144"/></svg>',
'chevron-left':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>',
'menu-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M262.29 192.31a64 64 0 1057.4 57.4 64.13 64.13 0 00-57.4-57.4zM416.39 256a154.34 154.34 0 01-1.53 20.79l45.21 35.46a10.81 10.81 0 012.45 13.75l-42.77 74a10.81 10.81 0 01-13.14 4.59l-44.9-18.08a16.11 16.11 0 00-15.17 1.75A164.48 164.48 0 01325 400.8a15.94 15.94 0 00-8.82 12.14l-6.73 47.89a11.08 11.08 0 01-10.68 9.17h-85.54a11.11 11.11 0 01-10.69-8.87l-6.72-47.82a16.07 16.07 0 00-9-12.22 155.3 155.3 0 01-21.46-12.57 16 16 0 00-15.11-1.71l-44.89 18.07a10.81 10.81 0 01-13.14-4.58l-42.77-74a10.8 10.8 0 012.45-13.75l38.21-30a16.05 16.05 0 006-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16 16 0 00-6.07-13.94l-38.19-30A10.81 10.81 0 0149.48 186l42.77-74a10.81 10.81 0 0113.14-4.59l44.9 18.08a16.11 16.11 0 0015.17-1.75A164.48 164.48 0 01187 111.2a15.94 15.94 0 008.82-12.14l6.73-47.89A11.08 11.08 0 01213.23 42h85.54a11.11 11.11 0 0110.69 8.87l6.72 47.82a16.07 16.07 0 009 12.22 155.3 155.3 0 0121.46 12.57 16 16 0 0015.11 1.71l44.89-18.07a10.81 10.81 0 0113.14 4.58l42.77 74a10.8 10.8 0 01-2.45 13.75l-38.21 30a16.05 16.05 0 00-6.05 14.08c.33 4.14.55 8.3.55 12.47z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'ellipsis-vertical-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg>',
'magnet-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M421.83 293.82A144 144 0 00218.18 90.17M353.94 225.94a48 48 0 00-67.88-67.88" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M192 464v-48M90.18 421.82l33.94-33.94M48 320h48"/><path d="M286.06 158.06L172.92 271.19a32 32 0 01-45.25 0L105 248.57a32 32 0 010-45.26L218.18 90.17M421.83 293.82L308.69 407a32 32 0 01-45.26 0l-22.62-22.63a32 32 0 010-45.26l113.13-113.17M139.6 169.98l67.88 67.89M275.36 305.75l67.89 67.88" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/></svg>',
'globe-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M117.33 117.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 394.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M256 48v416M464 256H48"/></svg>',
'search-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg>',
'image-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'play-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg>',
'newspaper-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M368 415.86V72a24.07 24.07 0 00-24-24H72a24.07 24.07 0 00-24 24v352a40.12 40.12 0 0040 40h328" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M416 464h0a48 48 0 01-48-48V128h72a24 24 0 0124 24v264a48 48 0 01-48 48z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M240 128h64M240 192h64M112 256h192M112 320h192M112 384h192"/><path d="M176 208h-64a16 16 0 01-16-16v-64a16 16 0 0116-16h64a16 16 0 0116 16v64a16 16 0 01-16 16z"/></svg>',
'location-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M256 48c-79.5 0-144 61.39-144 137 0 87 96 224.87 131.25 272.49a15.77 15.77 0 0025.5 0C304 409.89 400 272.07 400 185c0-75.61-64.5-137-144-137z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="192" r="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'musical-notes-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M192 218v-6c0-14.84 10-27 24.24-30.59l174.59-46.68A20 20 0 01416 154v22" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M416 295.94v80c0 13.91-8.93 25.59-22 30l-22 8c-25.9 8.72-52-10.42-52-38h0a33.37 33.37 0 0123-32l51-18.15c13.07-4.4 22-15.94 22-29.85V58a10 10 0 00-12.6-9.61L204 102a16.48 16.48 0 00-12 16v226c0 13.91-8.93 25.6-22 30l-52 18c-13.88 4.68-22 17.22-22 32h0c0 27.58 26.52 46.55 52 38l22-8c13.07-4.4 22-16.08 22-30v-80" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'layers-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M434.8 137.65l-149.36-68.1c-16.19-7.4-42.69-7.4-58.88 0L77.3 137.65c-17.6 8-17.6 21.09 0 29.09l148 67.5c16.89 7.7 44.69 7.7 61.58 0l148-67.5c17.52-8 17.52-21.1-.08-29.09zM160 308.52l-82.7 37.11c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.89 7.69 44.69 7.69 61.58 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-79.94-38.47" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M160 204.48l-82.8 37.16c-17.6 8-17.6 21.1 0 29.1l148 67.49c16.89 7.7 44.69 7.7 61.58 0l148-67.49c17.7-8 17.7-21.1.1-29.1L352 204.48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'school-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M32 192L256 64l224 128-224 128L32 192z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/></svg>',
'file-tray-full-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0048 48h320a48.14 48.14 0 0048-48V272l-32-152c-5-27-23-40-48-40z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144M320 272h144M192 272a64 64 0 00128 0M144 144h224M128 208h256"/></svg>',
'people-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/></svg>',
'heart-outline':'<svg viewBox="0 0 512 512" class="ionicon" aria-hidden="true"><path d="M352.92 80C288 80 256 144 256 144s-32-64-96.92-64c-52.76 0-94.54 44.14-95.08 96.81-1.1 109.33 86.73 187.08 183 252.42a16 16 0 0018 0c96.26-65.34 184.09-143.09 183-252.42-.54-52.67-42.32-96.81-95.08-96.81z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg>',
'information-circle-outline':'<svg class="ionicon" viewBox="0 0 512 512" aria-hidden="true"><path d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M220 220h32v116"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M208 340h88"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z"/></svg>',
}

View File

@ -63,7 +63,7 @@ or manually by executing the searx/webapp.py file? -->
<input type="checkbox" id="step1">
<label for="step1">{{ _('Start submiting a new issue on GitHub') }}</label>
<div class="step1 step_content">
<p><a href="{{ get_setting('brand.issue_url') }}?q=is%3Aissue+Bug:%20{{ engine_name }}" target="_blank" rel="noreferrer noreferrer">{{ _('Please check for existing bugs about this engine on GitHub') }}</a></p>
<p><a href="{{ get_setting('brand.issue_url') }}?q=is%3Aissue+Bug:%20{{ engine_name }} {{ technical_report }}" target="_blank" rel="noreferrer noreferrer">{{ _('Please check for existing bugs about this engine on GitHub') }}</a></p>
</div>
<input class="step1 step1_delay" type="checkbox" id="step2">
<label class="step1 step1_delay" for="step2" >{{ _('I confirm there is no existing bug about the issue I encounter') }}</label>

View File

@ -10,6 +10,12 @@
{{- ' ' -}}<a href="{{ url_for('info', pagename='search-syntax') }}">&#9432;</a>
</p>
{%- endif -%}
<div class="hide_if_nojs" id="toggle-all-engines-container">
<button type="button" class="button enable-all-engines">{{ _("Enable all") }}</button>
<button type="button" class="button disable-all-engines">{{ _("Disable all") }}</button>
</div>
<div class="scrollx">{{- '' -}}
<table class="striped table_engines">{{- '' -}}

View File

@ -24,8 +24,12 @@
{%- for answer in answers.values() -%}
<div class="answer">
<span>{{ answer.answer }}</span>
{% if answer.url -%}
<a href="{{ answer.url }}" class="answer-url">{{ urlparse(answer.url).hostname }}</a>
{%- if answer.url -%}
<a href="{{ answer.url }}" class="answer-url"
{%- if results_on_new_tab %} target="_blank" rel="noopener noreferrer"
{%- else -%} rel="noreferrer"
{%- endif -%}
>{{ urlparse(answer.url).hostname }}</a>
{% endif -%}
</div>
{%- endfor -%}

View File

@ -13,17 +13,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Afrikaans <https://translate.codeberg.org/projects/searxng/"
"searxng/af/>\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n"
"Language: af\n"
"Language-Team: Afrikaans "
"<https://translate.codeberg.org/projects/searxng/searxng/af/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -66,6 +66,16 @@ msgstr "prente"
msgid "videos"
msgstr "video's"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "draadloos"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -157,116 +167,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Aangaande"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "aand"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Oggend"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nag"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Middag"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Geen item gevind"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Bron"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Fout met die laai van die volgende bladsy"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Ongeldige opstellings, redigeer asb jou voorkeure"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Ongeldige opstellings"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "soekfout"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "tydsverloop"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "ontledingsfout"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP protokol fout"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "netwerk fout"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL vout: Kon nie sertifikaat verifieer nie"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "onverwagse breek"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP fout"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP koppelingsfout"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proksie fout"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "te veel versoeke"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "toegang geweier"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "bediener API fout"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Opgehef"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} minute terug"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} ure, {minutes} minute terug"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Ewekansige getal genereerder"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Genereer verskillende ewekansige waardes"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistiese funksies"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Verwerk {functions} van die argumente"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Kry aanwysings"
@ -278,31 +428,28 @@ msgstr "{title} (VEROUDERD)"
msgid "This entry has been superseded by"
msgstr "Hierdie inskrywing was vervang deur"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanaal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "draadloos"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bitsnelheid"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "stemme"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klikke"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Taal"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -310,7 +457,7 @@ msgstr ""
"{numCitations} aanhalings vanaf die jaar {firstCitationVelocityYear} tot "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -320,7 +467,7 @@ msgstr ""
"wat nie ondersteun is nie. TinEye ondersteun slegs prente wat JPEG, PNG, "
"GIF, BMP, TIFF of WebP is."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -329,57 +476,41 @@ msgstr ""
"basiese vlak van visuele detail om suksesvol ooreenkomste te "
"identifiseer."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Die prent kon nie afgelaai word nie."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Oggend"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Middag"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "aand"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nag"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "boekgradering"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Lêer kwaliteit"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Skakel snare om na verskillende hash digests."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "vervang Gasheernaam"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Herskryf resultaatgasheername of verwyder resultate op grond van die "
"gasheernaam"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "oop toegang DOI oorskryf"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -387,11 +518,11 @@ msgstr ""
"Vermy betaalmure deur na ope-toegang weergawes van publikasies te herlei "
"wanneer beskikbaar"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Self-inligting"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -399,11 +530,11 @@ msgstr ""
"Vertoon jou IP indien die navraag \"ip\" is en jou gebruiker agent indien"
" die navraag \"user agent\" bevat."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor toets inprop"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -412,7 +543,7 @@ msgstr ""
"uitgang nodus is en stel die gebruiker in kennis indien wel, soos "
"check.torproject.org maar vanaf SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -420,7 +551,7 @@ msgstr ""
"Kon nie die lys van Tor-uitgangsnodes aflaai vanaf: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -428,20 +559,24 @@ msgstr ""
"Jy maak gebruik van Tor en dit lys as of jy hierdie eksterne IP-adres het"
" :{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"Jy maak gebruik van Tor en dit lys as of jy hierdie eksterne IP-adres het"
" :{ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Spoorsnyer URL verwyderaar"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Bladsy nie gevind"
@ -455,45 +590,45 @@ msgstr "Gaan na %(search_page)s."
msgid "search page"
msgstr "soekblad"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Skenk"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Voorkeure"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Aangedryf deur"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "'n oop metasoekenjin wat privaatheid respekteer"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Bronkode"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Uitgawe spoorsnyer"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Enjin statistieke"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Openbare instansies"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Privaatheidsbeleid"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontak instansie onderhouer"
@ -666,7 +801,7 @@ msgstr "soek"
msgid "There is currently no data available. "
msgstr "Daar is tans geen data beskikbaar nie."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Enjin naam"
@ -679,12 +814,12 @@ msgstr "Tellings"
msgid "Result count"
msgstr "Resultaattelling"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Reaksietyd"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Betroubaarheid"
@ -803,7 +938,7 @@ msgstr "Outo-bespeur"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "VeiligeSoek"
@ -824,7 +959,7 @@ msgid "None"
msgstr "Geen"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Tydreeks"
@ -893,7 +1028,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Gaan terug na die vorige bladsy deur die vorige bladsy-knoppie te gebruik."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Laat toe"
@ -1010,19 +1145,27 @@ msgstr ""
"Hierdie oortjie bestaan nie in die gebruikerskoppelvlak nie, maar jy kan "
"in hierdie enjins soek volgens sy !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Ondersteun gekose taal"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Gewig"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Maks tyd"
@ -1512,3 +1655,4 @@ msgstr "versteek video"
#~ "use another query or search in "
#~ "more categories."
#~ msgstr ""

View File

@ -18,21 +18,20 @@
# Yahya-Lando <Yahya-Lando@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-25 23:18+0000\n"
"Last-Translator: Yahya-Lando <Yahya-Lando@users.noreply.translate.codeberg."
"org>\n"
"Language-Team: Arabic <https://translate.codeberg.org/projects/searxng/"
"searxng/ar/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-21 16:49+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n"
"Language: ar\n"
"Language-Team: Arabic "
"<https://translate.codeberg.org/projects/searxng/searxng/ar/>\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -75,6 +74,16 @@ msgstr "صور"
msgid "videos"
msgstr "ڤيديوهات"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "راديو"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -163,119 +172,259 @@ msgstr "مظلم"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "فترة التشغيل"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "حَول"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "مساء"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "صباحا"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "ليلا"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "ظهيرة"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "تعذر العثور على عناصر"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "المصدر"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "حدث خلل أثناء تحميل الصفحة التالية"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "إعدادات غير صالحة"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "خطأ في البحث"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "نفذ الوقت"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "خطأ تحليل"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "خطأ في بروتوكول HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "خطأ في الشبكة"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "خطأ SSL: فشل التحقق من صحة الشهادة"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "تعطل غير متوقع"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "خطأ HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "خطأ في اتصال HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "خطأ في وكيل البروكسي"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "أسئلة التحقق"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "الكثير من الطلبات"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "الدخول مرفوض"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "خطأ في API الخادم"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "معلق"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "قبل دقائق"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "قبل {hours} ساعات، {minutes} دقائق"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "مولّد قيمة عشوائية"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "توليد قِيم عشوائية مختلفة"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "الدالات الإحصائية"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "حوسبة معطيات ال{functions}"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "احصل على الاتجاهات"
@ -287,31 +436,28 @@ msgstr "{title} (قديما)"
msgid "This entry has been superseded by"
msgstr "هذا الإدخال تم استبداله بـ"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "القناة"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "راديو"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "معدل البت"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "تصويتات"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "نقرات"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "اللغة"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -319,7 +465,7 @@ msgstr ""
"{numCitation}استجلاب من العام {firstCitationVelocityYear} إلى "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -328,7 +474,7 @@ msgstr ""
"تعذر قراءة عنوان url للصورة. قد يكون هذا بسبب تنسيق ملف غير مدعوم. تدعم "
"TinEye فقط الصور بتنسيق JPEG أو PNG أو GIF أو BMP أو TIFF أو WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -336,55 +482,39 @@ msgstr ""
"الصورة أبسط من أن تجد مطابقات. يتطلب TinEye مستوى أساسيًا من التفاصيل "
"المرئية لتحديد التطابقات بنجاح."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "لا يمكن تنزيل الصورة."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "صباحا"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "ظهيرة"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "مساء"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "ليلا"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "تقييم الكتاب"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "جودة الملف"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "يحول السلسلة إلى ملخص التجزئة."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "ملخص التجزئة"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "استبدال اسم المضيف"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "أعد كتابة أسماء مضيفي النتائج أو أزل النتائج بناءً على اسم المضيف"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "فتح الوصول معرف الكائن الرقمي إعادة كتابة"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -392,11 +522,11 @@ msgstr ""
"تجنب جدران الدفع عن طريق إعادة التوجيه إلى إصدارات الوصول المفتوح من "
"المنشورات عند توفرها"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "نشرة المعلومات"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -404,11 +534,11 @@ msgstr ""
"يعرض IP إذا كان الاستعلام \"ip\" و وكيل المستخدم الخاص بك إذا كان "
"الاستعلام يحتوي على\"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "فحص المكون الإضافي ل Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -416,7 +546,7 @@ msgstr ""
"يتحقق هذا المكون الإضافي مما إذا كان عنوان الطلب هو عقدة خروج TOR ، ويبلغ"
" المستخدم إذا كان كذلك ، مثل check.torproject.org ولكن من SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -424,26 +554,30 @@ msgstr ""
"لم يمكن تنزيل قائمة Tor exit-nodes من عناوين: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "انت تستعمل Tor ويبدو انه لديك هذا الIP: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "أنت لا تستعمل Tor حالياً وهذا هو عنوان الـIP الخاص بك: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "مزيل روابط التعقّب"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr ""
"إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من "
"محدد موقع الموارد الموحد الذي تم إرجاعه"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "تعذر العثور على الصفحة"
@ -457,45 +591,45 @@ msgstr "إذهب إلى %(search_page)s."
msgid "search page"
msgstr "صفحة البحث"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "تبرُّع"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "التفضيلات"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "مدعوم بواسطة"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "الخصوصية ذو الاعتبار, محرك البحث عميق عُموميا"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "شيفرة مصدرية"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "تعقب القضايا"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "إحصائيات المحرك"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "نماذج الخوادم العمومية"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "سياسة الخصوصية"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "اتصال بالمشرف المخدم النموذجي"
@ -666,7 +800,7 @@ msgstr "بحث"
msgid "There is currently no data available. "
msgstr "لم يتم العثور على أية بيانات في الوقت الحالي. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "إسم المحرك"
@ -679,12 +813,12 @@ msgstr "نتائج"
msgid "Result count"
msgstr "نتيجة العد"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "مدة الإستجابة"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "إمكانية الإشتغال"
@ -803,7 +937,7 @@ msgstr "الاكتشاف التلقائي"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "البحث المؤمَّن"
@ -824,7 +958,7 @@ msgid "None"
msgstr "لا شيء"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "الفترة"
@ -893,7 +1027,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "إرجع إلى الصفحة السابقة باستخدام زر العودة."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "تمكين"
@ -1010,19 +1144,27 @@ msgstr ""
"علامة التبويب هذه غير موجودة في واجهة المستخدم ، ولكن يمكنك البحث في هذه "
"المحركات من خلال !bangs"
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "يدعم اللغة المختارة"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "وَزن"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "أقصى مدّة"
@ -1767,3 +1909,4 @@ msgstr "إخفاء الفيديو"
#~ "لم نتوصل إلى العثور على أية نتيجة."
#~ " الرجاء إعادة صياغة طلب البحث أو "
#~ "إبحث مع تحديد أكثر من فئة."

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Bulgarian <https://translate.codeberg.org/projects/searxng/"
"searxng/bg/>\n"
@ -25,7 +25,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -68,6 +68,16 @@ msgstr "изображения"
msgid "videos"
msgstr "видео"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "радио"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "телевизия"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -159,116 +169,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Относно"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Вечер"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Усеща се като"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Влажност"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Сутрин"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Нощ"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Обяд"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Налягане"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Изгрев"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Залез"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Температура"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "UV индекс"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Видимост"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Вятър"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "Абонати"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "Публикации"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "Коментари"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "Потребител"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "Точки"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "Заглавие"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "Автор"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Не е намерен артикул"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Източник"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Грешка при зареждането на следващата страница"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Неправилни настройки, моля проверете предпочитанията си"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Невалидни настройки"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "Грешка при търсенето"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "изчакване"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "грешка при анализа"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "Грешка в протокола HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "мрежова грешка"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL грешка: проверката на сертификата е неуспешна"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "неочакван срив"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP грешка"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP грешка във връзката"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "прокси грешка"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "Кепча"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "твърде много искания"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "отказан достъп"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "грешка в API на сървъра"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "преустановен"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "преди {minutes} минута(минути)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "преди {hours} час(ове), {minutes} минута(минути)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Генератор на произволни стойности"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Генерирайте различни произволни стойности"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Функции за статистика"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Изчислете {functions} на аргументите"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Вземете упътвания"
@ -280,31 +430,28 @@ msgstr "{title} (ОСТАРЯЛО)"
msgid "This entry has been superseded by"
msgstr "Този запис е заменен от"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Канал"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "радио"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "Скорост"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "Гласове"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "клика"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Език"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -312,7 +459,7 @@ msgstr ""
"{numCitations} цитати от годината {firstCitationVelocityYear} до "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -322,7 +469,7 @@ msgstr ""
"дължи на неподдържан файлов формат. TinEye поддържа само изображения, "
"които са JPEG, PNG, GIF, BMP, TIFF или WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -331,57 +478,41 @@ msgstr ""
"основно ниво на визуална детайлност за успешно идентифициране на "
"съвпадения."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Снимката не може да бъде смъкната."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Сутрин"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Обяд"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Вечер"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Нощ"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Рейтинг на книги"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Качество на файл"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Преобразува низове в различни хаш-извлечение."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "хеш извлечение"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Замяна на името на хоста"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Пренапишете имената на хостове на резултатите или премахнете резултатите "
"въз основа на името на хоста"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Отворен достъп DOI пренаписване"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -389,21 +520,21 @@ msgstr ""
"Избягвайте заплатите, като пренасочвате към версии с отворен достъп на "
"публикации, когато са налични"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr "Показва IP-то ви и др. инфо, ако търсенето е \"ip\" или \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Проверка на Tor приставката"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -411,7 +542,7 @@ msgstr ""
"Тази добавка проверява дали адресът на заявката е изходен възел на TOR и "
"осведомява потребителя ако е - като check.torproject.org, но от SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -419,24 +550,28 @@ msgstr ""
"Не можe да се изтегли списъка с mаршрутизатори/рутери на Tor от: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "В момента използваш Tor и твоят IP адрес е: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "В момента не използваш Tor и твоят IP адрес е: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Премахвач на URL тракери"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Премахни следящите аргументи от върнатия URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Страницата не е намерена"
@ -450,45 +585,45 @@ msgstr "Отиди на %(search_page)s."
msgid "search page"
msgstr "търси страница"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Дарете"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Предпочитания"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "С подкрепата на"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "отворена метатърсачка, уважаваща поверителността на потребителя"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Код на SearXNG"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Търсачка на проблеми"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Статистика на търсачката"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Публични сървъри"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Политика за поверителност"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Контакт за връзка с поддържащия публичния сървър"
@ -663,7 +798,7 @@ msgstr "търси"
msgid "There is currently no data available. "
msgstr "Няма налична достъпна информация."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Име на търсачка"
@ -676,12 +811,12 @@ msgstr "Резултати"
msgid "Result count"
msgstr "Брой резултати"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Време за отговор"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Надеждност"
@ -800,7 +935,7 @@ msgstr "Автоматично разпознаване"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Безопасно търсене"
@ -821,7 +956,7 @@ msgid "None"
msgstr "Нищо"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Времева зона"
@ -890,7 +1025,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Позволи"
@ -1010,19 +1145,27 @@ msgstr ""
"Този раздел несъществува в потребителския интерфейс, но може да търсиш "
"със следните търсачки по !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Поддържка на избраният език"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Тегло"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Максимално време"

View File

@ -15,18 +15,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-16 19:53+0000\n"
"Last-Translator: MonsoonRain <MonsoonRain@users.noreply.translate.codeberg."
"org>\n"
"Language-Team: Bengali <https://translate.codeberg.org/projects/searxng/"
"searxng/bn/>\n"
"Last-Translator: MonsoonRain "
"<MonsoonRain@users.noreply.translate.codeberg.org>\n"
"Language: bn\n"
"Language-Team: Bengali "
"<https://translate.codeberg.org/projects/searxng/searxng/bn/>\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -69,6 +68,16 @@ msgstr "ছবি"
msgid "videos"
msgstr "ভিডিও"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "বেতার"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -160,116 +169,256 @@ msgid "Uptime"
msgstr "চলনকাল"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "সম্বন্ধে"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "সন্ধ্যা"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "সকাল"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "রাত"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "দুপুর"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "কোন আইটেম পাওয়া যায়নি"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "উৎস"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "পরবর্তী পৃষ্ঠাটি লোড করায় ত্রুটি দেখা যাচ্ছে"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "অকেজো সেটিংস, অনুগ্রহ করে আপনার পছন্দগুলি সম্পাদনা করুন"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "অকেজো সেটিংস"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "সার্চ ত্রুটি"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "সময় শেষ"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "পার্স ত্রুটি"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP প্রোটোকল ত্রুটি"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "নেটওয়ার্ক ত্রুটি"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL ত্রুটি: সার্টিফিকেট বৈধতা ব্যর্থ হয়েছে৷"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "অপ্রত্যাশিত ক্র্যাশ"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP ত্রুটি"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP সংযোগ ত্রুটি"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "প্রক্সি ত্রুটি"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "ক্যাপচা"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "অনেক বেশি অনুরোধ"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "প্রবেশ অগ্রাহ্য করা হল"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "সার্ভার API ত্রুটি"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "স্থগিত"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} মিনিট আগে"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} ঘণ্টা, {minutes} মিনিট আগে"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "এলোমেলো মান জেনারেটর"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "বিভিন্ন এলোমেলো মান তৈরি করুন"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "পরিসংখ্যান কার্যাবলী"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "আর্গুমেন্টগুলির {functions} গণনা করুন৷"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "দিকনির্দেশ পান"
@ -281,31 +430,28 @@ msgstr "{title} (অচল)"
msgid "This entry has been superseded by"
msgstr "এই এনট্রিটি দ্বারা বাতিল করা হয়েছে৷"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "চ্যানেল"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "বেতার"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "বিটরেট"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "ভোট"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "ক্লিক সংখ্যা"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "ভাষা"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -313,7 +459,7 @@ msgstr ""
"{numCitations} উদ্ধৃতি সাল {firstCitationVelocityYear} থেকে "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -323,7 +469,7 @@ msgstr ""
"পারার জন্যে। TinEye কেবল JPEG, PNG, GIF, BMP, TIFF আর WebP ফরম্যাট কে "
"পড়তে পারে।"
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -331,55 +477,39 @@ msgstr ""
"এই ছবিটি খুবই সাধারণ হওয়ায় কোন মিল পাওয়া যাচ্ছে না। TinEye এর একটু "
"চাক্ষুষ বিস্তর প্রয়োজন সফল ভাবে মিল পাওয়ার জন্যে ।"
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "ছবিটি ডাউনলোড করা যায়নি ।"
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "সকাল"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "দুপুর"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "সন্ধ্যা"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "রাত"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "বই পর্যালোচনা"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "নথি মান"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "স্ট্রিংগুলিকে বিভিন্ন হ্যাশ ডাইজেস্টে রূপান্তর করে।"
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "হ্যাশ ডাইজেস্ট"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "হোস্টনাম প্রতিস্থাপন"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "ফলাফল হোস্টনাম পুনরায় লিখুন বা হোস্টনামের উপর ভিত্তি করে ফলাফল মুছে ফেলুন"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "পুনর্লিখিত DOI উন্মুক্ত প্রবেশ"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -387,11 +517,11 @@ msgstr ""
"Paywall এড়িয়ে চলতে প্রকাশন গুলির open-access সংস্করণে রিডাইরেক্ট করুন "
"উপলব্ধ থাকলে"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "নিজ তথ্য"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -399,11 +529,11 @@ msgstr ""
"ক্যোয়ারীটি \"ip\" হলে আপনার আইপি এবং যদি ক্যোয়ারীতে \"ব্যবহারকারী "
"এজেন্ট\" থাকে তাহলে আপনার ব্যবহারকারী এজেন্ট প্রদর্শন করে।"
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "টর চেক প্লাগইন"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -412,13 +542,13 @@ msgstr ""
"ব্যবহারকারীকে জানিয়ে দেয় যে এটি কিনা, যেমন check.torproject.org কিন্তু "
"SearXNG থেকে।"
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr "টর exit-node থেকে লিস্ট ডাউনলোড করা যায়নি"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -426,20 +556,24 @@ msgstr ""
"আপনি টর ব্যবহার করছেন এবং মনে হচ্ছে এটি আপনার বাহ্যিক আইপি অ্যাড্রেসঃ "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"আপনি টর ব্যবহার করছেন না এবং মনে হচ্ছে এটি আপনার বাহ্যিক আইপি অ্যাড্রেসঃ "
"{ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "ট্র্যাকার URL রিমুভার"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "পৃষ্ঠা খুঁজে পাওয়া যায়নি"
@ -453,45 +587,45 @@ msgstr "%(search_page)s এ যান৷"
msgid "search page"
msgstr "অনুসন্ধান পৃষ্ঠা"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "দান করুন"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "পছন্দসমূহ"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "দ্বারা চালিত"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "একটি গোপনীয়তা-সম্মানকারী, খোলা মেটাসার্চ ইঞ্জিন"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "সোর্স কোড"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "সমস্যা অনুসরণ"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "ইঞ্জিন পরিসংখ্যান"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "পাবলিক ইন্সট্যান্স"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "গোপনীয়তা নীতি"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "ইন্সট্যান্স রক্ষণাবেক্ষণকারীর সাথে যোগাযোগ করুন"
@ -666,7 +800,7 @@ msgstr "অনুসন্ধান"
msgid "There is currently no data available. "
msgstr "বর্তমানে কোন তথ্য পাওয়া যায়নি."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "ইঞ্জিনের নাম"
@ -679,12 +813,12 @@ msgstr "স্কোর"
msgid "Result count"
msgstr "ফলাফল গণনা"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "প্রতিক্রিয়া সময়"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "নির্ভরযোগ্যতা"
@ -803,7 +937,7 @@ msgstr "স্বয়ং সনাক্ত"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "নিরাপদ সার্চ"
@ -824,7 +958,7 @@ msgid "None"
msgstr "নেই"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "সময়সীমা"
@ -893,7 +1027,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "আগের পাতায় ফিরত যেতে পিছনে যাওয়ার বোতামে টিপ দাও।"
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "অনুমোদন"
@ -1008,19 +1142,27 @@ msgstr ""
"এই ট্যাবটি ইউজার ইন্টারফেসে নেই, কিন্তু আপনি এই ইঞ্জিনের !bangs ব্যবহার "
"করে সার্চ করতে পারেন।"
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "নির্বাচিত ভাষা সমর্থন করে"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "ওজন"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "সর্বোচ্চ সময়"
@ -1065,8 +1207,8 @@ msgid ""
"Navigate search results with hotkeys (JavaScript required). Press \"h\" "
"key on main or result page to get help."
msgstr ""
"অনুসন্ধানের ফলাফল হটকি দিয়ে পরিভ্রমণ করো (জাভাস্ক্রিপ্ট প্রয়োজন)। মূল পাতায় "
"বা ফলাফল পাতায় \"h\" টিপ দাও সাহায্যের জন্য।"
"অনুসন্ধানের ফলাফল হটকি দিয়ে পরিভ্রমণ করো (জাভাস্ক্রিপ্ট প্রয়োজন)। মূল "
"পাতায় বা ফলাফল পাতায় \"h\" টিপ দাও সাহায্যের জন্য।"
#: searx/templates/simple/preferences/image_proxy.html:2
msgid "Image proxy"
@ -1523,3 +1665,4 @@ msgstr "ভিডিও লুকিয়ে ফেলুন"
#~ "আমরা কোন ফলাফল খুঁজে পাইনি. অনুগ্রহ "
#~ "করে অন্য কোনো প্রশ্ন ব্যবহার করুন "
#~ "বা আরও বিভাগে অনুসন্ধান করুন।"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2023-06-02 07:07+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: bo\n"
@ -62,6 +62,16 @@ msgstr "པར་རིས།"
msgid "videos"
msgstr "བརྙན་ཟློས།"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr ""
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -153,116 +163,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr ""
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr ""
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr ""
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr ""
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr ""
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "རྣམ་གྲངས་གང་ཡང་རྙེད་རྒྱུ་མ་བྱུང་།"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr ""
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr ""
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།ཁྱེད་ཀྱིས་གདམ་ཀ་ལ་བཅོས་སྒྲིག་གཏོང་རོགས།"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "འཚོལ་བཤེར་ལ་ནོར་འཁྲུལ་བྱུང་།"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr ""
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr ""
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr ""
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr ""
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr ""
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr ""
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr ""
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr ""
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr ""
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr ""
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr ""
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr ""
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr ""
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "སྐར་མ་ {minutes} སྔོན་ལ།"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "ཆུ་ཚོད་ {hours} དང་སྐར་མ {minutes} སྔོན་ལ།"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "ངེས་མེད་གྲངས་ཀ་མཁོ་སྤྲོད།"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "ངེས་མེད་གྲངས་ཀ་ཁ་ཤས་ཐོབ་པར་བྱེད།"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "སྡོམ་བརྩིས་ཀྱི་བྱེད་ནུས།"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "{functions} གཞི་གྲངས་གྲངས་རྩིས།"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr ""
@ -274,147 +424,132 @@ msgstr ""
msgid "This entry has been superseded by"
msgstr "འཚོལ་བྱང་འདི་གཞན་གྱིས་ཚབ་བྱེད་འདུག"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr ""
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr ""
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr ""
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr ""
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr ""
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
msgstr ""
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr ""
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
msgstr ""
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr ""
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Night"
msgstr ""
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr ""
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr ""
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr ""
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr ""
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr ""
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr ""
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr ""
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr ""
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "དྲ་གནས་རྗེས་འདེད་སྤོ་འབུད།"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr ""
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "དྲ་ངོས་རྙེད་རྒྱུ་མ་བྱུང་།"
@ -428,45 +563,45 @@ msgstr "%(search_page)s ལ་བསྐྱོད།"
msgid "search page"
msgstr "འཚོལ་བཤེར་དྲ་ངོས།"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr ""
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "སྒྲིག་བཀོད།"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "བཟོ་སྐུན་པ་ནི"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr ""
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr ""
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr ""
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "སྒུལ་བྱེད་ཀྱི་སྡོམ་རྩིས།"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr ""
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr ""
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr ""
@ -637,7 +772,7 @@ msgstr ""
msgid "There is currently no data available. "
msgstr "ཉེ་བར་ཐོབ་རུང་བའི་ཡིག་ཆ་གང་ཡང་མེད།"
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "སྒུལ་བྱེད་ཀྱི་མིང་།"
@ -650,12 +785,12 @@ msgstr "ཐོབ་སྐར།"
msgid "Result count"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr ""
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr ""
@ -774,7 +909,7 @@ msgstr ""
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "བདེ་འཇགས་འཚོལ་བཤེར།"
@ -795,7 +930,7 @@ msgid "None"
msgstr "གང་ཡང་མེད།"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "དུས་ཀྱི་ཁྱབ་ཁོངས།"
@ -864,7 +999,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "ཆོག་མཆན།"
@ -973,19 +1108,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "རྒྱབ་སྐྱོར་ཐོབ་པའི་སྐད་རིགས་གདམ་གསེས།"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "མང་མཐའི་དུས་ཚོད།"

View File

@ -16,21 +16,21 @@
# quenty_occitania <quentinantonin@free.fr>, 2023.
# akwceles <abadcopovisamuel@gmail.com>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# sserra <sserra@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Catalan <https://translate.codeberg.org/projects/searxng/"
"searxng/ca/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-06 00:18+0000\n"
"Last-Translator: sserra <sserra@users.noreply.translate.codeberg.org>\n"
"Language: ca\n"
"Language-Team: Catalan "
"<https://translate.codeberg.org/projects/searxng/searxng/ca/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -73,6 +73,16 @@ msgstr "imatges"
msgid "videos"
msgstr "vídeos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -164,116 +174,256 @@ msgid "Uptime"
msgstr "Temps actiu"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Quant a"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Vespre"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Matí"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nit"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Migdia"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "No s'ha trobat cap element"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Origen"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "S'ha produït un error en carregar la següent pàgina"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "La configuració no és vàlida, editeu-la"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "La configuració no és vàlida"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "error de cerca"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "expirat"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "error de processament"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "error del protocol HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "error de xarxa"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "error de SSL: la validació del certificat ha fallat"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "error inesperat"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "error de HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "error de connexió HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "error del servidor intermediari"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "masses peticions"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "accés denegat"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "error en l'API del servidor"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspès"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "fa {minutes} minut(s)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "fa {hours} hores i {minutes} minut(s)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generador de valors aleatoris"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Genera diferents valors aleatoris"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Funcions estadístiques"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Calcula {functions} dels arguments"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Obtén indicacions"
@ -285,31 +435,28 @@ msgstr "{title} (OBSOLET)"
msgid "This entry has been superseded by"
msgstr "Aquesta entrada ha estat substituïda per"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Canal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "tasa de bits"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "vots"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "clics"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Llengua"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -317,7 +464,7 @@ msgstr ""
"{numCitations} cites des de l'any {firstCitationVelocityYear} fins a "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -327,7 +474,7 @@ msgstr ""
" de fitxer no compatible. TinEye només admet imatges en format JPEG, PNG,"
" GIF, BMP, TIFF o WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -335,55 +482,39 @@ msgstr ""
"La imatge és massa senzilla per trobar coincidències. TinEye requereix un"
" mínim de complexitat visual per identificar amb èxit les coincidències."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "No s'ha pogut baixar la imatge."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Matí"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Migdia"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Vespre"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nit"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Valoració de llibre"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Qualitat del fitxer"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Converteix cadenes en diferents empremtes de hash."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "resum del hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Substitució del nom de l'amfitrió"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Reescriu o suprimeix resultats basant-se en els noms d'amfitrió"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Reescriptura de l'Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -391,11 +522,11 @@ msgstr ""
"Evita els llocs de pagament redirigint a versions d'accés obert de les "
"publicacions quan estiguin disponibles"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informació pròpia"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -403,11 +534,11 @@ msgstr ""
"Mostra la vostra IP si la consulta és «ip» i el valor «user agent» del "
"navegador si la consulta conté «user agent»."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin de comprovació de Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -416,7 +547,7 @@ msgstr ""
"sortida TOR i informa a l'usuari si ho és, com check.torproject.org però "
"des de SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -424,24 +555,28 @@ msgstr ""
"No s'ha pogut descarregar la llista de nodes de sortida de Tor des de: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Estàs usant Tor i sembla que tens aquesta adreça IP: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "No estàs usant Tor i tens aquesta adreça IP: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Suprimeix l'URL de rastreig"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Suprimeix els arguments de rastreig dels URL retornats"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "No s'ha trobat la pàgina"
@ -455,45 +590,45 @@ msgstr "Ves a %(search_page)s."
msgid "search page"
msgstr "pàgina de cerca"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donar"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Preferències"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Funciona amb"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "metacercador obert, que respecta la privacitat"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Codi font"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Gestor d'incidències"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Estadístiques del cercador"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instàncies públiques"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Política de privacitat"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Contacteu amb el mantenidor de la instància"
@ -668,7 +803,7 @@ msgstr "cerca"
msgid "There is currently no data available. "
msgstr "Actualment no hi ha dades disponibles. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nom del cercador"
@ -681,12 +816,12 @@ msgstr "Valoració"
msgid "Result count"
msgstr "Resultats"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Temps de resposta"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fiabilitat"
@ -805,7 +940,7 @@ msgstr "Detecció automàtica"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Cerca segura"
@ -826,7 +961,7 @@ msgid "None"
msgstr "Desactivat"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Interval de temps"
@ -888,16 +1023,16 @@ msgstr "Canvia a una altra instància:"
#: searx/templates/simple/messages/no_results.html:24
msgid "Search for another query or select another category."
msgstr ""
msgstr "Realitza una altra consulta o selecciona una altra categoria."
#: searx/templates/simple/messages/no_results.html:25
msgid "Go back to the previous page using the previous page button."
msgstr ""
msgstr "Torna a la pàgina anterior usant el botó de pàgina anterior."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Permet"
msgstr "Permetre"
#: searx/templates/simple/preferences/answerers.html:5
msgid "Keywords"
@ -987,15 +1122,15 @@ msgstr ""
#: searx/templates/simple/preferences/cookies.html:46
msgid "Copy preferences hash"
msgstr ""
msgstr "Copiar el hash de preferències"
#: searx/templates/simple/preferences/cookies.html:57
msgid "Insert copied preferences hash (without URL) to restore"
msgstr ""
msgstr "Inserta el hash de preferències copiat (sense URL) per restaurar"
#: searx/templates/simple/preferences/cookies.html:59
msgid "Preferences hash"
msgstr ""
msgstr "Hash de preferències"
#: searx/templates/simple/preferences/doi_resolver.html:2
msgid "Open Access DOI resolver"
@ -1013,19 +1148,27 @@ msgstr ""
"Aquesta pestanya no existeix en la interfície d'usuari, però pots buscar "
"en aquests motors de cerca mitjançant els seus !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Suporta la llengua seleccionada"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Pes"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Temps màxim"
@ -1284,7 +1427,7 @@ msgstr "Etiquetes"
#: searx/templates/simple/result_templates/packages.html:36
msgid "Popularity"
msgstr ""
msgstr "Popularitat"
#: searx/templates/simple/result_templates/packages.html:42
msgid "License"
@ -1292,11 +1435,11 @@ msgstr "Llicència"
#: searx/templates/simple/result_templates/packages.html:52
msgid "Project"
msgstr ""
msgstr "Projecte"
#: searx/templates/simple/result_templates/packages.html:55
msgid "Project homepage"
msgstr ""
msgstr "Pàgina principal del projecte"
#: searx/templates/simple/result_templates/paper.html:5
msgid "Published date"
@ -1789,3 +1932,4 @@ msgstr "oculta el vídeo"
#~ "no hem trobat cap resultat. Feu "
#~ "una consulta diferent o cerqueu en "
#~ "més categories."

View File

@ -13,13 +13,14 @@
# zenobit <zen@osowoso.xyz>, 2023.
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# Fjuro <ifjuro@proton.me>, 2023, 2024.
# Fjuro <fjuro@alius.cz>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-02-26 16:56+0000\n"
"Last-Translator: Fjuro <ifjuro@proton.me>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n"
"Last-Translator: Fjuro <fjuro@alius.cz>\n"
"Language-Team: Czech <https://translate.codeberg.org/projects/searxng/"
"searxng/cs/>\n"
"Language: cs\n"
@ -28,7 +29,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Weblate 5.4\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -71,6 +72,16 @@ msgstr "obrázky"
msgid "videos"
msgstr "videa"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "rádio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -162,116 +173,256 @@ msgid "Uptime"
msgstr "Spolehlivost"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "O SearXNG"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Prům. teplota"
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Pokrytí mraky"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Stav"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Aktuální stav"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Večer"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Pocitová teplota"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Vlhkost"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Max. teplota"
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Min. teplota"
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Ráno"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Noc"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Poledne"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Tlak"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Východ slunce"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Západ slunce"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Teplota"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "UV index"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Viditelnost"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Vítr"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "odběratelé"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "příspěvky"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "aktivní uživatelé"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "komentáře"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "uživatel"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "komunita"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "body"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "název"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "autor"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Nic nenalezeno"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "zdroj"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Chyba při načítání další stránky"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Neplatné nastavení, upravte své předvolby"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Neplatné nastavení"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "chyba vyhledávání"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "čas vypršel"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "chyba parsování"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "chyba HTTP protokolu"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "síťová chyba"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "chyba SSL: ověření certifikátu selhalo"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "nečekaná chyba"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "chyba HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "Chyba spojení HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "chyba proxy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "příliš mnoho požadavků"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "přístup odepřen"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "chyba API serveru"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Pozastaveno"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "před {minutes} minutami"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "před {hours} hodinami, {minutes} minutami"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generátor náhodných hodnot"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generování náhodných hodnot"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistické funkce"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Výpočet funkcí {functions} pro daný argument"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Získat pokyny"
@ -283,31 +434,28 @@ msgstr "{title} (ZASTARALÉ)"
msgid "This entry has been superseded by"
msgstr "Tato položka byla nahrazena položkou"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanál"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "rádio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "datový tok"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "hlasy"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "kliknutí"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Jazyk"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -315,7 +463,7 @@ msgstr ""
"{numCitations} citace z roku {firstCitationVelocityYear} do "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -325,7 +473,7 @@ msgstr ""
"souboru. TinEye podporuje pouze obrázky ve formátu JPEG, PNG, GIF, BMP, "
"TIFF nebo WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -333,55 +481,39 @@ msgstr ""
"Obrázek je příliš jednoduchý na to, aby bylo možné najít shody. TinEye "
"vyžaduje základní úroveň vizuálních detailů pro úspěšnou identifikaci."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Obrázek se nepodařilo stáhnout."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Ráno"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Poledne"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Večer"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Noc"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Hodnocení knih"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Množství souborů"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Převádí řetězce na různé hash hodnoty."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash hodnota"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Nahrazení adresy serveru"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Přepsat adresy serverů nebo odstranit výsledky podle adresy"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Přesměrování na Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -389,11 +521,11 @@ msgstr ""
"Automaticky přesměrovat na volně přístupné verze publikací místo "
"placených, pokud je to možné"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informace o sobě"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -401,11 +533,11 @@ msgstr ""
"Umožňuje hledat informace o sobě: \"ip\" zobrazí vaši IP adresu a \"user "
"agent\" zobrazí identifikátor prohlížeče."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin kontroly TORu"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -414,7 +546,7 @@ msgstr ""
"informuje uživatele, pokud tomu tak je; jako check.torproject.org, ale od"
" SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -422,24 +554,28 @@ msgstr ""
"Nelze stáhnout seznam výstupních uzlů Tor z: https://check.torproject.org"
"/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Používáte Tor a vypadá to, že máte tuto externí IP adresu: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Nepoužíváte Tor a máte tuto externí IP adresu: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Odstraňovač sledovacích URL"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Odstranit sledovací parametry z načtených URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr "Převod mezi jednotkami"
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Stránka nenalezena"
@ -453,45 +589,45 @@ msgstr "Přejít na %(search_page)s."
msgid "search page"
msgstr "stránka vyhledávání"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Dar"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Nastavení"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Poháněno softwarem"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "otevřený, metavyhledávající engine, respektující soukromí"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Zdrojový kód"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Hlášení chyb"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statistiky vyhledávače"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Veřejné instance"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Zásady soukromí"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontaktujte správce instance"
@ -664,7 +800,7 @@ msgstr "vyhledat"
msgid "There is currently no data available. "
msgstr "Aktuálně nejsou k dispozici žádná data. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Jméno vyhledávače"
@ -677,12 +813,12 @@ msgstr "Skóre"
msgid "Result count"
msgstr "Počet výsledků"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Čas odpovědi"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Spolehlivost"
@ -801,7 +937,7 @@ msgstr "Automatická detekce"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Bezpečné vyhledávání"
@ -822,7 +958,7 @@ msgid "None"
msgstr "Vypnuto"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Čásový interval"
@ -891,7 +1027,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Vrátit se zpět na předchozí stranu."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Povolit"
@ -1008,19 +1144,27 @@ msgstr ""
"Tato karta v uživatelském rozhraní neexistuje, ale můžete v těchto "
"vyhledávačích vyhledávat podle jejích !bang."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr "Povolit vše"
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr "Zakázat vše"
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Podporuje vybraný jazyk"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Váha"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Max. čas"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2023-11-23 06:13+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: cy\n"
@ -65,6 +65,16 @@ msgstr "delweddau"
msgid "videos"
msgstr "fideos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -156,116 +166,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Ynghylch"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Noswaith"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Bore"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nos"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Canol Dydd"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Ni chanfuwyd eitem"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Ffynhonnell"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Gwall wrth lwytho'r dudalen nesaf"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Gosodiadau annilys, golygu eich dewisiadau"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Gosodiadau annilys"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "gwall chwilio"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "amser allan"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "gwall dosrannu"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "Gwall protocol HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "gwall rhwydwaith"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Gwall SSL: dilysu tystysgrif wedi methu"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "damwain annisgwyl"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "gwall http"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "gwall cysylltiad http"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "gwall dirprwy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "gormod o geisiadau"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "mynediad wedi ei wrthod"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "gwall API gweinydd"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Atal"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} munud yn ôl"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} awr, {minutes} munud yn ôl"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generadur gwerth ar hap"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Cynhyrchu gwahanol werthoedd ar hap"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Swyddogaethau ystadegau"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Compute {functions} o'r dadleuon"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Cael cyfarwyddiadau"
@ -277,31 +427,28 @@ msgstr "{title} (OBSOLETE)"
msgid "This entry has been superseded by"
msgstr "Mae'r cofnod hwn wedi ei ddisodli gan"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Sianel"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "cyfradd didau"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr ""
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Iaith"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -309,7 +456,7 @@ msgstr ""
"{numCitations} dyfyniadau o'r flwyddyn {firstCitationVelocityYear} i "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -319,7 +466,7 @@ msgstr ""
"ffeil heb gymorth. Mae TinEye yn cefnogi delweddau yn unig sy'n JPEG, "
"PNG, GIF, BMP, TIFF neu WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -327,104 +474,92 @@ msgstr ""
"Mae'r ddelwedd yn rhy syml i ddod o hyd i gemau. Mae TinEye angen lefel "
"sylfaenol o fanylion gweledol i adnabod gemau yn llwyddiannus."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Doedd dim modd lawrlwytho'r ddelwedd."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Bore"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Canol Dydd"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Noswaith"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nos"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Gradd llyfr"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr ""
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Trosi llinynnau i wahanol dreuliadau hash."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "Digon o hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr ""
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr ""
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr ""
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr ""
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr ""
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr ""
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr ""
@ -438,45 +573,45 @@ msgstr "Mynd i %(search_page)s."
msgid "search page"
msgstr "tudalen chwilio"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Rhoddi"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Dewisiadau"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Pwerwyd gan"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr ""
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Cod ffynhonnell"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr ""
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr ""
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr ""
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr ""
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr ""
@ -647,7 +782,7 @@ msgstr "chwilio"
msgid "There is currently no data available. "
msgstr "Does dim data ar gael ar hyn o bryd."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr ""
@ -660,12 +795,12 @@ msgstr "Sgoriau"
msgid "Result count"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr ""
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr ""
@ -784,7 +919,7 @@ msgstr ""
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr ""
@ -805,7 +940,7 @@ msgid "None"
msgstr "Dim"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Cyfnod amser"
@ -874,7 +1009,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Caniatáu"
@ -983,19 +1118,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Cefnogir yr iaith a ddewiswyd"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr ""

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Danish <https://translate.codeberg.org/projects/searxng/"
"searxng/da/>\n"
@ -22,7 +22,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -65,6 +65,16 @@ msgstr "billeder"
msgid "videos"
msgstr "videoer"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "Radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -153,119 +163,259 @@ msgstr "mørk"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "Oppetid"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Om"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Aften"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Morgen"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nat"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Middag"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Intet fundet"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Kilde"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Fejl ved indlæsning af den næste side"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Ugyldige indstillinger, redigér venligst dine valg"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Ugyldig indstilling"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "søgefejl"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "udløbstid"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "fortolkningsfejl"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP-protokolfejl"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "netværksfejl"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL-fejl: certifikatvalidering mislykkedes"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "uventet nedbrud"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP-fejl"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP-tilkoblingsfejl"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proxyfejl"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "for mange forespørgsler"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "adgang nægtet"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "server-API-fejl"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspenderet"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "for {minutes} minut(ter) siden"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "for {hours} time(r) og {minutes} minut(ter) siden"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generator af tilfældig værdi"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generér forskellige tilfældige værdier"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistiske funktioner"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Beregn {functions} af parametrene"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Få rutevejledning"
@ -277,31 +427,28 @@ msgstr "{title} (FORÆLDET)"
msgid "This entry has been superseded by"
msgstr "Denne værdi er blevet overskrevet af"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr ""
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "Bitrate"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "Stemmer"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
msgstr "Klik"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Sprog"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -309,7 +456,7 @@ msgstr ""
"{numCitations} citater fra år {firstCitationVelocityYear} til "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -319,7 +466,7 @@ msgstr ""
"understøttet filformat. TinEye understøtter kun billeder, der er i JPEG, "
"PNG, GIF, BMP, TIFF eller WebP format."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -328,57 +475,41 @@ msgstr ""
"grundlæggende niveau af visuelle detaljer for at kunne identificere "
"matchene billeder."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Dette billede kunne ikke downloades."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Morgen"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Middag"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Aften"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nat"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Bogbedømmelse"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Filkvalitet"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Konverterer strenge til forskellige hash-digests."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash-digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Værtsnavn erstat"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Omskriv resultatets værtsnavne eller fjerne resultater baseret på "
"værtsnavnet"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Open Access DOI-omskrivning"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -386,11 +517,11 @@ msgstr ""
"Undgå betalingsmure ved at viderestille til en åbent tilgængelig version,"
" hvis en sådan findes"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Selv information"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -398,11 +529,11 @@ msgstr ""
"Viser din IP adresse hvis søgningen er \"ip\" og din user-agent i "
"søgningen indeholder \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor undersøg plugin"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -411,7 +542,7 @@ msgstr ""
"informerer brugeren, hvis den er, som check.torproject.org, men fra "
"SearXNG i stedet."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -419,24 +550,28 @@ msgstr ""
"Kunne ikke downloade liste af Tor exit-nodes fra: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Du bruger Tor og du har denne eksterne IP adresse: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Du bruger ikke Tor og du har denne eksterne IP adresse: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Fjernelse af tracker URL"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Fjern trackeres parametre fra den returnerede URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Side ikke fundet"
@ -450,45 +585,45 @@ msgstr "Gå til 1%(search_page)s."
msgid "search page"
msgstr "søgeside"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donere"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Indstillinger"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Leveret af"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "en åben metasøgemaskine, der respekterer privatlivet"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Kildekode"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Problemsporer"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Søgemaskine-statistik"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Offentlige instanser"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Privatlivspolitik"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontakt tilbyderen af instansen"
@ -663,7 +798,7 @@ msgstr "søg"
msgid "There is currently no data available. "
msgstr "Der er pt. ingen tilgængelige data. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Søgemaskinenavn"
@ -676,12 +811,12 @@ msgstr "Vægtninger"
msgid "Result count"
msgstr "Antal resultater"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Svartid"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Driftsikkerhed"
@ -800,7 +935,7 @@ msgstr "Automatisk registrering"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Sikker Søgning"
@ -821,7 +956,7 @@ msgid "None"
msgstr "Ingen"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Tidsinterval"
@ -863,7 +998,7 @@ msgstr "Ingen resultater fundet. Du kan prøve at:"
#: searx/templates/simple/messages/no_results.html:14
msgid "There are no more results. You can try to:"
msgstr ""
msgstr "Der er ikke flere resultater. Prøv:"
#: searx/templates/simple/messages/no_results.html:19
msgid "Refresh the page."
@ -883,14 +1018,14 @@ msgstr "Skift til en anden instans:"
#: searx/templates/simple/messages/no_results.html:24
msgid "Search for another query or select another category."
msgstr ""
msgstr "Brug en anden søgestreng eller vælg en anden kategori."
#: searx/templates/simple/messages/no_results.html:25
msgid "Go back to the previous page using the previous page button."
msgstr ""
msgstr "Gå til den forrige side med Forrige-side-knappen."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Tillad"
@ -982,11 +1117,11 @@ msgstr ""
#: searx/templates/simple/preferences/cookies.html:46
msgid "Copy preferences hash"
msgstr ""
msgstr "Kopier indstillinger-hash"
#: searx/templates/simple/preferences/cookies.html:57
msgid "Insert copied preferences hash (without URL) to restore"
msgstr ""
msgstr "Indsæt kopieret indstillinger-hash (uden URL) for at gendanne"
#: searx/templates/simple/preferences/cookies.html:59
msgid "Preferences hash"
@ -1008,19 +1143,27 @@ msgstr ""
"Denne fane eksisterer ikke i brugergrænsefladen, men du kan søge i disse "
"søgemaskiner via dens !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Understøtter valgte sprog"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Vægt"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Maks-tid"

View File

@ -20,13 +20,14 @@
# Markus Heiser <markus.heiser@darmarit.de>, 2022.
# Peter Martin <weblate@pe7er.com>, 2022.
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-02-26 16:56+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/searxng/"
"searxng/de/>\n"
"Language: de\n"
@ -34,7 +35,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -77,6 +78,16 @@ msgstr "Bilder"
msgid "videos"
msgstr "Videos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "Radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "TV"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -168,116 +179,256 @@ msgid "Uptime"
msgstr "Laufzeit"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Über"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Mittlere Temp."
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Bewölkung"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Bedingung"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Aktuelle Bedingung"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Abends"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Gefühlt wie"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Luftfeuchtigkeit"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Max."
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Min."
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Morgens"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nachts"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Mittags"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Luftdruck"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Sonnenaufgang"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Sonnenuntergang"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Temperatur"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "UV-Index"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Sichtweite"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Wind"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "Abonnenten"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "Beiträge"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "aktive Nutzer"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "Kommentare"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "Benutzer"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "Community"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "Punkte"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "Titel"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "Autor/-in"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Keine Einträge gefunden"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Quelle"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Fehler beim Laden der nächsten Seite"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Ungültige Einstellungen, bitte Einstellungen ändern"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Ungültige Einstellungen"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "Suchfehler"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "Timeout"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "Fehler beim Parsen"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP-Protokollfehler"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "Netzwerkfehler"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL Fehler: Zertifikatsprüfung ist fehlgeschlagen"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "unerwarteter Absturz"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP-Fehler"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP-Verbindungsfehler"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "Proxy-Fehler"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "zu viele Anfragen"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "Zugriff verweigert"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "Server-API-Fehler"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Ausgesetzt"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "vor {minutes} Minute(n)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "vor {hours} Stunde(n), {minutes} Minute(n)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Zufallswertgenerator"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Erzeugt diverse Zufallswerte"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistikfunktionen"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "{functions} der Argumente berechnen"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Richtung holen"
@ -289,31 +440,28 @@ msgstr "{title} (OBSOLET)"
msgid "This entry has been superseded by"
msgstr "Dieser Eintrag wurde überschrieben von"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "Radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "Bitrate"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "Stimmen"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "Clicks"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Sprache"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -321,7 +469,7 @@ msgstr ""
"{numCitations} Zitierungen in den Jahren {firstCitationVelocityYear} bis "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -331,7 +479,7 @@ msgstr ""
" unterstütztes Dateiformat zurückzuführen sein. TinEye unterstützt nur "
"Bilder im Format JPEG, PNG, GIF, BMP, TIFF oder WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -340,57 +488,41 @@ msgstr ""
"ein grundlegendes Maß an visuellen Details, um erfolgreich "
"Übereinstimmungen zu erkennen."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Das Bild konnte nicht heruntergeladen werden."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Morgens"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Mittags"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Abends"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nachts"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Buchbewertung"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Dateiqualität"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Konvertiert Zeichenketten in verschiedene Hashwerte."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "Hashwert"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Hostnamen ändern"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Umschreiben des Hostnamen oder sperren von Hostnamen in den Such-"
"Ergebnissen"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Open-Access-DOI umschreiben"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -398,11 +530,11 @@ msgstr ""
"Bezahlbeschränkungen durch die Weiterleitung zu der verfügbaren Open-"
"Access-Version vermeiden"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Selbstauskunft"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -410,11 +542,11 @@ msgstr ""
"Zeigt deine IP-Adresse an, wenn die Suchabfrage \"ip\" lautet, und deinen"
" User-Agent, wenn deine Suchabfrage \"user agent\" beinhaltet."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor Prüf-Plugin"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -423,7 +555,7 @@ msgstr ""
"und informiert den Benutzer, wenn dies der Fall ist; wie "
"check.torproject.org, aber von SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -431,7 +563,7 @@ msgstr ""
"Die Liste der Tor-Exit-Nodes konnte nicht heruntergeladen werden von: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -439,20 +571,24 @@ msgstr ""
"Du benutzt Tor und es sieht so aus, als hättest du diese externe IP-"
"Adresse: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"Du benutzt Tor und es sieht so aus, als hättest du diese externe IP-"
"Adresse: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Tracker-URL-Entferner"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Tracker-Argumente von den zurückgegebenen URLs entfernen"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr "Einheiten umrechnen"
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Seite nicht gefunden"
@ -466,45 +602,45 @@ msgstr "Gehe zu %(search_page)s."
msgid "search page"
msgstr "Suchseite"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Spenden"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Einstellungen"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Betrieben mit"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "Eine privatsphären-respektierende, offene Metasuchmaschine"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Quellcode"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Bugtracker"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Suchmaschinenstatistiken"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Öffentliche Instanzen"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Datenschutzerklärung"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontakt zum Betreuer der Instanz"
@ -681,7 +817,7 @@ msgstr "suchen"
msgid "There is currently no data available. "
msgstr "Es sind derzeit keine Daten vorhanden. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Suchmaschinenname"
@ -694,12 +830,12 @@ msgstr "Punkte"
msgid "Result count"
msgstr "Ergebnisanzahl"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Antwortzeit"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Zuverlässigkeit"
@ -818,7 +954,7 @@ msgstr "Spracherkennung"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Sichere Suche"
@ -839,7 +975,7 @@ msgid "None"
msgstr "Keine"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Zeitbereich"
@ -908,7 +1044,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Zurück zur vorherigen Seite über unten stehenden Button."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Erlauben"
@ -1026,19 +1162,27 @@ msgstr ""
"Diese Registerkarte ist in der Benutzeroberfläche nicht vorhanden, aber "
"in Suchmaschinen kann mittels !bang gesucht werden."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr "Alle aktivieren"
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr "Alle deaktivieren"
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Sprachen"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Gewichtung"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "max. Zeit"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2022-11-04 07:18+0000\n"
"Last-Translator: Landhoo School Students "
"<landhooschoolstudents@gmail.com>\n"
@ -60,6 +60,16 @@ msgstr "ފޮޓޯ"
msgid "videos"
msgstr "ވީޑިޔޯތައް"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr ""
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -151,116 +161,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr ""
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr ""
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr ""
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr ""
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr ""
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr ""
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr ""
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr ""
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr ""
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr ""
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr ""
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr ""
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr ""
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr ""
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr ""
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr ""
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr ""
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr ""
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr ""
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr ""
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr ""
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr ""
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr ""
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr ""
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr ""
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr ""
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr ""
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr ""
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr ""
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr ""
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr ""
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr ""
@ -272,147 +422,132 @@ msgstr ""
msgid "This entry has been superseded by"
msgstr ""
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr ""
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr ""
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr ""
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr ""
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr ""
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
msgstr ""
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr ""
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
msgstr ""
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr ""
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Night"
msgstr ""
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr ""
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr ""
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr ""
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr ""
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr ""
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr ""
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr ""
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr ""
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr ""
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr ""
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr ""
@ -426,45 +561,45 @@ msgstr ""
msgid "search page"
msgstr ""
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr ""
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr ""
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr ""
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr ""
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr ""
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr ""
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr ""
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr ""
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr ""
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr ""
@ -635,7 +770,7 @@ msgstr ""
msgid "There is currently no data available. "
msgstr ""
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr ""
@ -648,12 +783,12 @@ msgstr ""
msgid "Result count"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr ""
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr ""
@ -772,7 +907,7 @@ msgstr ""
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr ""
@ -793,7 +928,7 @@ msgid "None"
msgstr ""
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr ""
@ -862,7 +997,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr ""
@ -971,19 +1106,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr ""
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr ""

View File

@ -14,19 +14,19 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Greek <https://translate.codeberg.org/projects/searxng/"
"searxng/el/>\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n"
"Language: el_GR\n"
"Language-Team: Greek "
"<https://translate.codeberg.org/projects/searxng/searxng/el/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -69,6 +69,16 @@ msgstr "εικόνες"
msgid "videos"
msgstr "Βίντεο"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "ράδιο"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -160,116 +170,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Σχετικά με το SearXNG"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Βράδι"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Πρωί"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Βράδι"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Μεσημέρι"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Δεν βρέθηκαν αντικείμενα"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Πηγή"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Σφάλμα φόρτωσης της επόμενης σελίδας"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Μη έγκυρες ρυθμίσεις, παρακαλούμε ελέγξτε τις προτιμήσεις σας"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Μη έγκυρες ρυθμίσεις"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "σφάλμα αναζήτησης"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "Λήξη χρόνου"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "σφάλμα ανάλυσης"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "Σφάλμα πρωτοκόλλου HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "Σφάλμα δικτύου"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Σφάλμα SSL: η επικύρωση του πιστοποιητικού απέτυχε"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "Απροσδόκητο σφάλμα"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "Σφάλμα HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "Σφάλμα σύνδεσης HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "Σφάλμα διακομιστή μεσολάβησης"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "υπέρβαση ορίου αιτημάτων"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "Άρνηση πρόσβασης"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "Σφάλμα API διακομιστή"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Σε αναστολή"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} λεπτά πριν"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} ώρα(-ες), {minutes} λεπτό(-ά) πριν"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Γεννήτρια τυχαίων τιμών"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Δημιουργία διαφορετικών τυχαίων τιμών"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Λειτουργίες στατιστικής"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Υπολογισμός {functions} των παραμέτρων"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Πάρτε οδηγίες"
@ -281,31 +431,28 @@ msgstr "{title} (ΠΑΡΩΧΗΜΕΝΟΣ)"
msgid "This entry has been superseded by"
msgstr "Αυτή η καταχώριση έχει αντικατασταθεί από"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Κανάλι"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "ράδιο"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "ρυθμός μετάδοσης"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "ψήφους"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "κλικ"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Γλώσσα"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -313,7 +460,7 @@ msgstr ""
"{numCitations} αναφορές απο τα έτη {firstCitationVelocityYear} εώς "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -323,7 +470,7 @@ msgstr ""
" μη υποστηριζόμενη μορφή αρχείου. Το TinEye υποστηρίζει μόνο εικόνες που "
"είναι JPEG, PNG, GIF, BMP, TIFF ή WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -332,57 +479,41 @@ msgstr ""
"ένα στοιχειώδης επίπεδο λεπτομέρειας για τον επιτυχή εντοπισμό "
"αντιστοιχιών."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Αποτυχία μεταφόρτωσης εικόνας."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Πρωί"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Μεσημέρι"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Βράδι"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Βράδι"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Βαθμολογία βιβλίου"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Ποιότητα αρχείου"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Μετατρέπει κείμενο σε διαφορετικές συναρτήσεις κατατεμαχισμού."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "συνάρτηση κατατεμαχισμού"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Αντικατάσταση hostname"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Αντικατάσταση hostname των αποτελεσμάτων ή αφαίρεση των αποτελεσμάτων με "
"βάση το hostname"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Αντικατάσταση με DOI ανοιχτής πρόσβασης"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -390,11 +521,11 @@ msgstr ""
"Αποφυγή τοίχων πληρωμής με ανακατεύθυνση σε ανοικτές εκδόσεις των "
"δημοσιεύσεων όταν είναι διαθέσιμες"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Αυτοπληροφορίες"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -402,11 +533,11 @@ msgstr ""
"Προβολή της IP διεύθυνσης αν η αναζήτηση είναι \"ip\" και το user agent "
"αν η αναζήτηση περιέχει \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Πρόσθετο ελέγχου Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -415,7 +546,7 @@ msgstr ""
"εξόδου του δικτύου Tor και ενημερώνει τον χρήστη εάν είναι έτσι. Όπως στο"
" check.torproject.org, αλλά από το SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -423,7 +554,7 @@ msgstr ""
"Δεν ήταν δυνατή η λήψη της λίστας διευθύνσεων εξόδου του δικτύου Tor από "
"το: https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -431,20 +562,24 @@ msgstr ""
"Χρησιμοποιείτε το δίκτυο Tor και φαίνεται πως η εξωτερική σας διεύθυνση "
"είναι η: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"Δεν χρησιμοποιείτε το δίκτυο Tor. Η εξωτερική σας διεύθυνση είναι: "
"{ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Αφαίρεση ιχνηλατών από συνδέσμους"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Η σελίδα δεν βρέθηκε"
@ -458,45 +593,45 @@ msgstr "Μετάβαση στο %(search_page)s."
msgid "search page"
msgstr "σελίδα αναζήτησης"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Κάνε δωρεά"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Προτιμήσεις"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Με την υποστήριξη του"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "μια ανοικτή μηχανή μετα-αναζήτησης που σέβεται την ιδιωτικότητα"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Πηγαίος κώδικας"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Παρακολούθηση ζητημάτων"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Στατιστικά μηχανής"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Δημόσιες εκφάνσεις"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Πολιτική απορρήτου"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Επικοινωνήστε με τον συντηρητή αυτής της σελίδας"
@ -673,7 +808,7 @@ msgstr "αναζήτηση"
msgid "There is currently no data available. "
msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Όνομα μηχανής"
@ -686,12 +821,12 @@ msgstr "Βαθμολογίες"
msgid "Result count"
msgstr "Αριθμός αποτελεσμάτων"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Χρόνος απόκρισης"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Αξιοπιστία"
@ -810,7 +945,7 @@ msgstr "Αυτόματη αναγνώριση της γλώσσας"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Ασφαλής Αναζήτηση"
@ -831,7 +966,7 @@ msgid "None"
msgstr "Κανένα"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Εύρος χρόνου"
@ -900,7 +1035,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Επέτρεψε"
@ -1019,19 +1154,27 @@ msgstr ""
"Αυτή η καρτέλα δεν υπάρχει για την ιστοσελίδα, αλλά μπορείτε να "
"αναζητήσετε απ' τις !bangs της."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Υποστηρίζει την επιλεγμένη γλώσσα"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Βάρος"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Μέγιστος χρόνος"
@ -1783,3 +1926,4 @@ msgstr "απόκρυψη βίντεο"
#~ "δε βρέθηκαν αποτελέσματα. Παρακαλούμε "
#~ "χρησιμοποιήστε άλλη αναζήτηση ή ψάξτε σε"
#~ " περισσότερες κατηγορίες."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2014-01-30 15:22+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -58,6 +58,16 @@ msgstr ""
msgid "videos"
msgstr ""
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr ""
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -149,116 +159,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr ""
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr ""
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr ""
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr ""
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr ""
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr ""
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr ""
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr ""
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr ""
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr ""
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr ""
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr ""
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr ""
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr ""
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr ""
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr ""
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr ""
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr ""
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr ""
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr ""
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr ""
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr ""
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr ""
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr ""
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr ""
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr ""
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr ""
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr ""
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr ""
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr ""
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr ""
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr ""
@ -270,147 +420,132 @@ msgstr ""
msgid "This entry has been superseded by"
msgstr ""
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr ""
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr ""
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr ""
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr ""
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr ""
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
msgstr ""
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr ""
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
msgstr ""
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr ""
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Night"
msgstr ""
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr ""
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr ""
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr ""
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr ""
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr ""
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr ""
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr ""
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr ""
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr ""
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr ""
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr ""
@ -424,45 +559,45 @@ msgstr ""
msgid "search page"
msgstr ""
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr ""
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr ""
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr ""
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr ""
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr ""
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr ""
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr ""
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr ""
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr ""
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr ""
@ -633,7 +768,7 @@ msgstr ""
msgid "There is currently no data available. "
msgstr ""
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr ""
@ -646,12 +781,12 @@ msgstr ""
msgid "Result count"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr ""
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr ""
@ -770,7 +905,7 @@ msgstr ""
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr ""
@ -791,7 +926,7 @@ msgid "None"
msgstr ""
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr ""
@ -860,7 +995,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr ""
@ -969,19 +1104,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr ""
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr ""

View File

@ -15,19 +15,19 @@
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Esperanto <https://translate.codeberg.org/projects/searxng/"
"searxng/eo/>\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n"
"Language: eo\n"
"Language-Team: Esperanto "
"<https://translate.codeberg.org/projects/searxng/searxng/eo/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -70,6 +70,16 @@ msgstr "bildoj"
msgid "videos"
msgstr "videoj"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -161,116 +171,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Pri"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Vespero"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Mateno"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nokto"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Tagmezo"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Nenio trovita"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Fonto"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Eraro dum la ŝarĝado de la sekvan paĝon"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Nevalidaj agordoj, bonvolu redaktu viajn agordojn"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Nevalidaj agordoj"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "serĉa eraro"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "eltempiĝo"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "analiza eraro"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP-protokolo-eraro"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "reta eraro"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL-eraro: atestila validigo malsukcesis"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "neatendita kraŝo"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP-eraro"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP-konekto-eraro"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "prokurilo-eraro"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "tro da petoj"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "aliro rifuzita"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "servilo-API-eraro"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspendigita"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "antaŭ {minutes} minuto(j)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "antaŭ {hours} horo(j), {minutes} minuto(j)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Hazardvalora generilo"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generi diversajn hazardajn valorojn"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistikaj funkcioj"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Kalkuli {functions} de la argumentoj"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Akiri direktojn"
@ -282,31 +432,28 @@ msgstr "{title} (MALAKTUALA)"
msgid "This entry has been superseded by"
msgstr "Tiu ĉi enigo estis anstataŭigita per"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanalo"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bito-rapido"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "voĉoj"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klakoj"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Lingvo"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -314,7 +461,7 @@ msgstr ""
"{numCitations} citaĵoj de la {firstCitationVelocityYear}-a jaro ĝis la "
"{lastCitationVelocityYear}-a jaro"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -324,7 +471,7 @@ msgstr ""
"dosierformo. TineEye nur subtenas bildojn, kiuj estas JPEG, PNG, GIF, "
"BMP, TIFF aŭ WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -332,57 +479,41 @@ msgstr ""
"La bildo estas tro simpla por trovi kongruojn. TinEye bezonas bazan "
"levelon de detalo por sukcese identigi kongruojn."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "La bildo ne eblis elŝuti."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Mateno"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Tagmezo"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Vespero"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nokto"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Taksado de libro"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Dosiera kvalito"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Konvertas ĉenojn al malsamaj hash-digestoj."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "haketa mesaĝaro"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Gastnomo anstataŭigas"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Reskribi rezultajn gastigajn nomojn aŭ forigi rezultojn bazitajn sur la "
"gastiga nomo"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Malfermalira COI-ŝanĝo"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -390,11 +521,11 @@ msgstr ""
"Eviti pagomurojn per direkto al malfermaliraj versioj de eldonaĵoj, se "
"eblas"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Meminformoj"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -402,11 +533,11 @@ msgstr ""
"Montras vian IP-adreson se la serĉofrazo estas \"ip\" kaj vian klientan "
"aplikaĵon se la serĉofrazo enhavas \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor-kontrolo kromprogramo"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -415,7 +546,7 @@ msgstr ""
" informas la uzanton ĉu ĝi estas; kiel check.torproject.org, sed de "
"SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -423,7 +554,7 @@ msgstr ""
"Ne eblis elŝuti liston de Tor elirnodoj de: https://check.torproject.org"
"/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -431,18 +562,22 @@ msgstr ""
"Vi uzas Tor kaj ŝajnas, ke vi havas ĉi tiun eksteran IP-adreson: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Vi ne uzas Tor kaj vi havas ĉi tiun eksteran IP-adreson: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Forigilo de URL-spuriloj"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Forviŝi spurajn argumentojn el la ricevita URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Paĝo ne trovita"
@ -456,45 +591,45 @@ msgstr "Iri al %(search_page)s."
msgid "search page"
msgstr "Serĉopaĝo"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donacu"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Agordoj"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Funkciigita per"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "privateco-respektanta, libera metaserĉilo"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Fontaĵo"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Spurilo de problemoj"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statistikoj pri la motoro"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Publikaj instancoj"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Regularo pri privateco"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontaktu instancon prizorganto"
@ -665,7 +800,7 @@ msgstr "serĉi"
msgid "There is currently no data available. "
msgstr "Nun ne estas datumoj disponeblaj."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nomo de serĉilo"
@ -678,12 +813,12 @@ msgstr "Poentaroj"
msgid "Result count"
msgstr "Rezultkalkulo"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Tempo de respondo"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fidindeco"
@ -802,7 +937,7 @@ msgstr "Aŭtomate detekti"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "SekuraSerĉo"
@ -823,7 +958,7 @@ msgid "None"
msgstr "Neniu"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Tempa intervalo"
@ -892,7 +1027,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Reiru al la antaŭa paĝon uzata la antaŭa paĝo butono."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Permesi"
@ -1009,19 +1144,27 @@ msgstr ""
"Ĉi tiu langeto ne ekzistas en la uzantinterfaco, sed vi povas serĉi en ĉi"
" tiuj serĉiloj per siaj !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Subtenas elektitan lingvon"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Pezo"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Maksimuma tempo"
@ -1757,3 +1900,4 @@ msgstr "kaŝi videojn"
#~ "ni ne trovis rezultojn. Bonvole uzu "
#~ "alian serĉfrazon aŭ serĉu en pliaj "
#~ "kategorioj."

View File

@ -28,21 +28,23 @@
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# 1024mb <aberetta@protonmail.com>, 2023.
# pixrobot <pixrobot@users.noreply.translate.codeberg.org>, 2024.
# sserra <sserra@users.noreply.translate.codeberg.org>, 2024.
# gallegonovato <gallegonovato@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-28 15:18+0000\n"
"Last-Translator: pixrobot <pixrobot@users.noreply.translate.codeberg.org>\n"
"Language-Team: Spanish <https://translate.codeberg.org/projects/searxng/"
"searxng/es/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-27 16:14+0000\n"
"Last-Translator: gallegonovato "
"<gallegonovato@users.noreply.translate.codeberg.org>\n"
"Language: es\n"
"Language-Team: Spanish "
"<https://translate.codeberg.org/projects/searxng/searxng/es/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -85,6 +87,16 @@ msgstr "imágenes"
msgid "videos"
msgstr "vídeos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -176,116 +188,256 @@ msgid "Uptime"
msgstr "Tiempo de actividad"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Acerca de"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Temperatura promedio"
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Cubierto de nubes"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Condición"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Condición actual"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Tarde"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Sensación"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Humedad"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Temperatura máxima"
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Temperatura mínima"
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Mañana"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Noche"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Mediodía"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Presión"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Amanecer"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Atardecer"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Temperatura"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "Índice UV"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Visibilidad"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Viento"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "suscriptores"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "publicaciones"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "usuarios activos"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "comentarios"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "usuario"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "comunidad"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "puntos"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "título"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "autor"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Ningún artículo encontrado"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Fuente"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Error al cargar la siguiente página"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Ajustes inválidos, por favor, cambia tus preferencias"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Ajustes inválidos"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "error en la búsqueda"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "expirado"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "error de análisis"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "Error de protocolo HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "error de red"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Error SSL: la validación del certificado ha fallado"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "cierre inesperado"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "Error de HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "Error de conexión HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "error de proxy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "demasiadas peticiones"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "acceso denegado"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "error en la API del servidor"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspendido"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "hace {minutes} minuto(s)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "hace {hours} hora(s) y {minutes} minuto(s)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generador de valores aleatorios"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generar varios valores aleatorios"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Funciones de estadística"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Calcular las funciones {functions} de parámetros dados"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Obtener indicaciones"
@ -297,31 +449,28 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by"
msgstr "Esta entrada ha sido sustituida por"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Canal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "Tasa de bits"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "votos"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "clics"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Idioma"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -329,7 +478,7 @@ msgstr ""
"{numCitations} citas desde el año {firstCitationVelocityYear} hasta "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -339,7 +488,7 @@ msgstr ""
"archivo no compatible. TinEye solo admite imágenes que son JPEG, PNG, "
"GIF, BMP, TIFF o WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -348,57 +497,41 @@ msgstr ""
"requiere un nivel básico de detalle visual para identificar con éxito las"
" coincidencias."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "No se pudo descargar la imagen."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Mañana"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Mediodía"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Tarde"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Noche"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Valoración del libro"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Calidad de los archivos"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Convierte cadenas de texto a diferentes resúmenes hash."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "resumen de hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Sustituir el nombre de host"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Reescribir los nombres de host de los resultados o eliminar los "
"resultados en función del nombre de host"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Reescribir DOI (Identificador de objeto digital) de Open Access"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -406,11 +539,11 @@ msgstr ""
"Evitar barreras de pago redireccionando a las versiones de acceso libre "
"de las publicaciones cuando estén disponibles"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Información propia"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -418,11 +551,11 @@ msgstr ""
"Muestra tu dirección IP si la consulta es \"ip\" y tu Agente de Usuario "
"si la consulta contiene \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin de comprobación de Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -431,7 +564,7 @@ msgstr ""
"salida de Tor, e informa al usuario si lo es; como check.torproject.org, "
"pero desde SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -439,7 +572,7 @@ msgstr ""
"No se pudo descargar la lista de nodos de salida de Tor desde: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -447,18 +580,22 @@ msgstr ""
"Estás usando Tor y parece que tienes esta dirección IP externa: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "No estás usando Tor y tienes esta dirección IP externa: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Removedor de URL rastreadora"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Remueve los argumentos de rastreadores de la URL devuelta"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Página no encontrada"
@ -472,45 +609,45 @@ msgstr "Ir a %(search_page)s."
msgid "search page"
msgstr "página de búsqueda"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donar"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Preferencias"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Desarrollado por"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "Un metabuscador de código abierto que respeta la privacidad"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Código fuente"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Rastreador de problemas"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Estadísticas del motor de búsqueda"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instancias públicas"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Politica de privacidad"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Contactar al mantenedor de la instancia"
@ -683,7 +820,7 @@ msgstr "buscar"
msgid "There is currently no data available. "
msgstr "Actualmente no hay datos disponibles. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nombre del motor de búsqueda"
@ -696,12 +833,12 @@ msgstr "Puntuaciones"
msgid "Result count"
msgstr "Resultados"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Tiempo de respuesta"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fiabilidad"
@ -820,7 +957,7 @@ msgstr "Detección automática"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Búsqueda segura"
@ -841,7 +978,7 @@ msgid "None"
msgstr "Ninguno"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Rango de tiempo"
@ -910,13 +1047,13 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Vuelve a la página anterior usando el botón de página anterior."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Permitir"
#: searx/templates/simple/preferences/answerers.html:5
msgid "Keywords"
msgstr "Plabras clave"
msgstr "Palabras clave"
#: searx/templates/simple/preferences/answerers.html:6
#: searx/templates/simple/result_templates/packages.html:7
@ -1028,19 +1165,27 @@ msgstr ""
"Esta pestaña no existe en la interfaz de usuario, pero puedes buscar en "
"estos motores por sus !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Soporta el idioma seleccionado"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Peso"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Tiempo máximo"
@ -1807,3 +1952,4 @@ msgstr "ocultar video"
#~ "No encontramos ningún resultado. Por "
#~ "favor, formule su búsqueda de otra "
#~ "forma o busque en más categorías."

View File

@ -12,19 +12,19 @@
# pixrobot <pixrobot@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-25 23:18+0000\n"
"Last-Translator: pixrobot <pixrobot@users.noreply.translate.codeberg.org>\n"
"Language-Team: Estonian <https://translate.codeberg.org/projects/searxng/"
"searxng/et/>\n"
"Last-Translator: pixrobot <pixrobot@users.noreply.translate.codeberg.org>"
"\n"
"Language: et\n"
"Language-Team: Estonian "
"<https://translate.codeberg.org/projects/searxng/searxng/et/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -67,6 +67,16 @@ msgstr "pildid"
msgid "videos"
msgstr "videod"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "raadio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -158,116 +168,256 @@ msgid "Uptime"
msgstr "Kasutusaeg"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Teave"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Õhtu"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Hommik"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Öö"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Keskpäev"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Üksust ei leitud"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Allikas"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Viga järgmise lehekülje laadimisel"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Sobimatud seaded, palun muuda oma eelistusi"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Sobimatud seaded"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "otsingu viga"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "aeg maha"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "parsimise viga"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP-protokolli viga"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "võrguviga"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL viga: sertifikaadi valideerimine ebaõnnestus"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "ootamatu krahh"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP-viga"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP-ühenduse viga"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proxy viga"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "liiga palju taotlusi"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "ligipääs keelatud"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "serveri API viga"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Peatatud"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} minut(it) tagasi"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} tund(i), {minutes} minut(it) tagasi"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Juhusliku väärtuse generaator"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Genereeri erinevaid juhuslikke väärtusi"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistikafunktsioonid"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Arvuta argumentide {functions}"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Hangi juhised"
@ -279,31 +429,28 @@ msgstr "{title} (VANANENUD)"
msgid "This entry has been superseded by"
msgstr "See üksus on asendatud"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "raadio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bitikiirus"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "hääled"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klikid"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Keel"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -311,7 +458,7 @@ msgstr ""
"{numCitations} aasta tsitaadid {firstCitationVelocityYear} kuni "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -321,7 +468,7 @@ msgstr ""
"TinEye ainult lubab ainult järgmisi formaate: JPEG, PNG, GIF, BMP, TIFF "
"või WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -329,57 +476,41 @@ msgstr ""
"Pilt on liiga lihtne, et leida vasteid. TinEye nõuab vastete edukaks "
"tuvastamiseks elementaarseid visuaalseid üksikasju."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Pilti ei saanud alla laadida."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Hommik"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Keskpäev"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Õhtu"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Öö"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Raamatu hinnang"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Faili kvaliteet"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Teisendab stringid erinevateks hash-digestideks."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash-digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Hostnime asendamine"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Tulemuste hostinimede ümberkirjutamine või tulemuste eemaldamine "
"hostinime alusel"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Avatud juurdepääsu DOI ümberkirjutamine"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -387,11 +518,11 @@ msgstr ""
"Väldi maksumüüre, suunates võimalusel väljaannete avatud ligipääsuga "
"versioonidele"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Eneseteave"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -399,19 +530,20 @@ msgstr ""
"Kuvab sinu IP'd, kui päringuks on \"ip\" ning kasutajaagenti, kui "
"päringuks on \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor kontrollplugin"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
"See plugin kontrollib, kas päringu aadress on Tor'i väljumissõlm ja teavitab "
"kasutajat, kui see on nii: nagu check.torproject.org, aga alates SearXNG."
"See plugin kontrollib, kas päringu aadress on Tor'i väljumissõlm ja "
"teavitab kasutajat, kui see on nii: nagu check.torproject.org, aga alates"
" SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -419,25 +551,30 @@ msgstr ""
"Ei saanud alla laadida Tori väljumissõlmede nimekiri aadressilt: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
"Te kasutate Tor'i ja tundub, et teil on see väline IP-aadress: {ip_address}"
"Te kasutate Tor'i ja tundub, et teil on see väline IP-aadress: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Te ei kasuta Tor'i ja teil on see väline IP-aadress: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Jälitajate eemaldus URList"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Eemaldab jälitavad argumendid tagastatud URList"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Lehte ei leitud"
@ -451,45 +588,45 @@ msgstr "Mine %(search_page)s."
msgid "search page"
msgstr "otsinguleht"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Anneta"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Eelistused"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Põhineb tarkvaral"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "üks privaatsust austav, vaba metaotsingumootor"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Lähtekood"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Vigade loetelu"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Mootori statistika"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Avalikud eksemplarid"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Privaatsus poliitika"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Võtke ühendust instantsi hooldajaga"
@ -527,8 +664,8 @@ msgstr "Palun uurige olemasolevate selle otsingumootori tõrgete kohta GitHubist
#: searx/templates/simple/new_issue.html:69
msgid "I confirm there is no existing bug about the issue I encounter"
msgstr ""
"Ma kinnitan et mul ei ole olemasolevat viga probleemi kohta millega ma kokku "
"puutun"
"Ma kinnitan et mul ei ole olemasolevat viga probleemi kohta millega ma "
"kokku puutun"
#: searx/templates/simple/new_issue.html:71
msgid "If this is a public instance, please specify the URL in the bug report"
@ -662,7 +799,7 @@ msgstr "otsing"
msgid "There is currently no data available. "
msgstr "Hetkel andmed puuduvad."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Mootori nimi"
@ -675,12 +812,12 @@ msgstr "Skoorid"
msgid "Result count"
msgstr "Tulemuste arv"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Reageerimisaeg"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Usaldusväärsus"
@ -799,7 +936,7 @@ msgstr "Automaatne-tuvastamine"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Ohutuotsing"
@ -820,7 +957,7 @@ msgid "None"
msgstr "Puudub"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Ajavahemik"
@ -889,7 +1026,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Mine tagasi eelmisele lehele, kasutades nuppu eelmine lehekülg."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Luba"
@ -1003,22 +1140,30 @@ msgid ""
"This tab does not exists in the user interface, but you can search in "
"these engines by its !bangs."
msgstr ""
"Seda vahekaarti ei ole kasutajaliideses olemas, kuid te saate otsida neis "
"mootorites selle !bang järgi."
"Seda vahekaarti ei ole kasutajaliideses olemas, kuid te saate otsida neis"
" mootorites selle !bang järgi."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Toetab valitud keelt"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Kaal"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Maksimaalne aeg"
@ -1063,8 +1208,8 @@ msgid ""
"Navigate search results with hotkeys (JavaScript required). Press \"h\" "
"key on main or result page to get help."
msgstr ""
"Otsingutulemustes navigeerimine kiirklahvide abil (Vajalik JavaScript). Abi "
"saamiseks vajutage põhi või tulemuslehel klahvi \"h\"."
"Otsingutulemustes navigeerimine kiirklahvide abil (Vajalik JavaScript). "
"Abi saamiseks vajutage põhi või tulemuslehel klahvi \"h\"."
#: searx/templates/simple/preferences/image_proxy.html:2
msgid "Image proxy"
@ -1131,8 +1276,8 @@ msgid ""
"Perform search immediately if a category selected. Disable to select "
"multiple categories"
msgstr ""
"Teostage otsing kohe kui kategooria on valitud. Mitme kategooria valimiseks "
"keelake"
"Teostage otsing kohe kui kategooria on valitud. Mitme kategooria "
"valimiseks keelake"
#: searx/templates/simple/preferences/theme.html:2
msgid "Theme"
@ -1751,3 +1896,4 @@ msgstr "peida video"
#~ "me ei leidnud ühtegi tulemust. Palun "
#~ "kasuta teist päringut või otsi "
#~ "rohkematest kategooriatest."

View File

@ -11,13 +11,14 @@
# Markus Heiser <markus.heiser@darmarit.de>, 2023.
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# alexgabi <alexgabi@disroot.org>, 2023, 2024.
# alexgabi <alexgabi@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-11 04:54+0000\n"
"Last-Translator: alexgabi <alexgabi@disroot.org>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-05-02 12:18+0000\n"
"Last-Translator: alexgabi <alexgabi@users.noreply.translate.codeberg.org>\n"
"Language-Team: Basque <https://translate.codeberg.org/projects/searxng/"
"searxng/eu/>\n"
"Language: eu\n"
@ -25,7 +26,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -68,6 +69,16 @@ msgstr "irudiak"
msgid "videos"
msgstr "bideoak"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "irratia"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tb"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -159,116 +170,256 @@ msgid "Uptime"
msgstr "Epea"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Honi buruz"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Batez besteko tenp."
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Lainotua"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Baldintza"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Uneko baldintza"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Arratsaldean"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Gustura sentitzen da"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Hezetasuna"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Gehienezko tenp."
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Gutxienezko tenp."
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Goizean"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Gauean"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Eguerdian"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Presioa"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Egunsentia"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Ilunabarra"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Tenperatura"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "UV indizea"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Ikusgarritasuna"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Haizea"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "harpidedunak"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "mezuak"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "erabiltzaile aktiboak"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "iruzkinak"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "erabiltzailea"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "komunitatea"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "puntuak"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "izenburua"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "egilea"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Ez da elementurik aurkitu"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Iturria"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Errorea hurrengo orrialdea kargatzean"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Ezarpen baliogabeak, editatu zure hobespenak"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Ezarpen baliogabeak"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "bilaketa akatsa"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "itxarote-denbora"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "analizatze errorea"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP protokoloaren errorea"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "sareko errorea"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL errorea: ziurtagiria baliozkotzeak huts egin du"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "ustekabeko kraskatzea"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP errorea"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP konexioaren errorea"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proxy-aren errorea"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "eskaera gehiegi"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "sarbidea ukatua"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "API zerbitzariaren errorea"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Etenda"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "duela {minutes} minutu"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "duela {hours} ordu eta {minutes} minutu"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Ausazko balio sortzailea"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Ausazko balio ezberdinak sortu"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Funtzio estatistikoak"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Kalkulatu argumentuen {funtzioak}"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Lortu jarraibideak"
@ -280,31 +431,28 @@ msgstr "{title} (ZAHARKITUA)"
msgid "This entry has been superseded by"
msgstr "Sarrera hau hurrengoarekin ordezkatu da"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanala"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "irratia"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bit emaria"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "botoak"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klikak"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Hizkuntza"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -312,7 +460,7 @@ msgstr ""
"{numCitations} aipamen {firstCitationVelocityYear} urtetik "
"{lastCitationVelocityYear} bitartekoak"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -322,7 +470,7 @@ msgstr ""
"fitxategi-formatu baten ondorioz izatea. TinEye-k JPEG, PNG, GIF, BMP, "
"TIFF edo WebP diren irudiak soilik onartzen ditu."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -330,57 +478,41 @@ msgstr ""
"Irudia sinpleegia da antzekoak aurkitzeko. TinEye-k oinarrizko xehetasun "
"bisual bat behar du antzekoak ongi identifikatzeko."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Ezin izan da deskargatu irudia."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Goizean"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Eguerdian"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Arratsaldean"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Gauean"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Liburuaren balorazioa"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Fitxategiaren kalitatea"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Kateak traola laburpen desberdinetara bihurtzen ditu."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "traola laburpena"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Ostalariaren izena ordezkatu"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Berridatzi emaitzen ostalari-izenak edo kendu emaitzak ostalari-izenaren "
"arabera"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Berridatzi Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -388,11 +520,11 @@ msgstr ""
"Saihestu ordain-hormak argitalpenen sarbide irekiko bertsioetara "
"birbideratuz, ahal denean"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Norberaren informazioa"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -400,11 +532,11 @@ msgstr ""
"Zure IPa bistaratzen du kontsulta \"ip\" bada eta zure erabiltzaile-"
"agentea kontsultak \"erabiltzaile-agentea\" badu."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor check plugina"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -413,7 +545,7 @@ msgstr ""
" du eta hala ote den jakinarazten dio erabiltzaileari; "
"check.torproject.org bezala, baina SearXNG-tik."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -421,7 +553,7 @@ msgstr ""
"Ezin izan da Tor irteera-nodoen zerrenda deskargatu: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -429,18 +561,22 @@ msgstr ""
"Tor erabiltzen ari zara eta kanpoko IP helbide hau duzula dirudi: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Ez zara Tor erabiltzen ari eta kanpoko IP helbide hau duzu: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "URL aztarnariak kendu"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Aztarnarien argumentuak kendu itzulitako URLtik"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr "Bihurtu unitateak"
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Orria ez da aurkitu"
@ -454,45 +590,45 @@ msgstr "%(search_page)s(e)ra joan."
msgid "search page"
msgstr "bilaketa orria"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Lagundu diruz"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Hobespenak"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Garatzailea"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "pribatutasuna errespetatzen duen metabilatzaile irekia"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Iturburu-kodea"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Arazoen jarraipena"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Bilatzaileen estatistikak"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instantzia publikoak"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Pribatutasun politika"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Instantziaren mantentzailearekin harremanetan jarri"
@ -663,7 +799,7 @@ msgstr "bilatu"
msgid "There is currently no data available. "
msgstr "Une honetan ez dago daturik eskuragarri."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Bilatzailearen izena"
@ -676,12 +812,12 @@ msgstr "Balorazioak"
msgid "Result count"
msgstr "Emaitzen zenbaketa"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Erantzuteko denbora"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fidagarritasuna"
@ -800,7 +936,7 @@ msgstr "Auto-detektatu"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Bilaketa segurua"
@ -821,7 +957,7 @@ msgid "None"
msgstr "Bat ere ez"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Denbora tartea"
@ -890,7 +1026,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Itzuli aurreko orrialdera aurreko orrialdeko botoia erabiliz."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Baimendu"
@ -1007,19 +1143,27 @@ msgstr ""
"Fitxa hau ez dago erabiltzailearen interfazean, baina motor hauetan "
"bilatu dezakezu bere !bang-en arabera."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr "Gaitu dena"
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr "Desgaitu dena"
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Hautatutako hizkuntza onartzen du"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Pisua"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Gehienezko denbora"

View File

@ -14,21 +14,21 @@
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# arashe22 <arashe22@proton.me>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# tegcope <tegcope@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Persian <https://translate.codeberg.org/projects/searxng/"
"searxng/fa/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-06 00:18+0000\n"
"Last-Translator: tegcope <tegcope@users.noreply.translate.codeberg.org>\n"
"Language: fa_IR\n"
"Language-Team: Persian "
"<https://translate.codeberg.org/projects/searxng/searxng/fa/>\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -71,6 +71,16 @@ msgstr "تصاویر"
msgid "videos"
msgstr "ویدیوها"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "رادیو"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -159,119 +169,259 @@ msgstr "تاریک"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "زمان به کار سرور"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "درباره"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "عصر"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "صبح"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "شب"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "ظهر"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "چیزی پیدا نشد"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "منبع"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "خطا در بارگزاری صفحه جدید"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "تنظیمات نادرست است، لطفا تنظیمات جستجو را تغییر دهید"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "تنظیمات نادرست"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "خطای جست‌وجو"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "مهلت پاسخ‌دهی به پایان رسید"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "خطای تجزیه"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "خطای پروتکل HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "خطای شبکه"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "ارور SSL:اعتبار سنجی گواهی امنیتی SSL ناموفق بود"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "مشکل غیرمنتظره"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "خطای HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "خطای اتصال HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "خطای پروکسی"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "کپچا"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "درخواست‌های زیاد"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "دسترسی مجاز نیست"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "خطای API سرور"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "تعلیق‌شده"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} دقیقه پیش"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} ساعت و {minutes} دقیقه پیش"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "ایجادگر مقدار تصادفی"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "ایجاد مقادیر تصادفی متفاوت"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "توابع آماری"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "پردازش {functions} از آرگومان ها"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "دستورهای دریافت"
@ -283,31 +433,28 @@ msgstr "{title} (منسوخ شده)"
msgid "This entry has been superseded by"
msgstr "این ورودی معلق شده است، توسط"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "کانال"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "رادیو"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "بیت ریت"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "رای ها"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "کلیک ها"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "زبان"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -315,17 +462,17 @@ msgstr ""
"{numCitations} نقل قول از سال {firstCitationVelocityYear} تا "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr ""
"نمی‌توان آدرسِ تصویر را خواند. این ممکن است به دلیل فرمت فایل پشتیبانی "
"نشده باشد. TinEye فقط تصویر های با فرمت JPEG، PNG، GIF، BMP، TIFF یا WebP"
" را پشتیبانی می‌کند."
"نمی‌توان آدرسِ URL تصویر را خواند. این ممکن است به دلیل فرمت فایل "
"پشتیبانی نشده ای باشد. TinEye فقط تصویر های با فرمت JPEG، PNG، GIF، BMP، "
"TIFF یا WebP را پشتیبانی می‌کند."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -333,55 +480,39 @@ msgstr ""
"تصویر برای یافتن موارد منطبق بسیار ساده است. TinEye برای شناسایی موفق به "
"سطح اولیه جزئیات بصری نیاز دارد."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "تصویر نمیتواند دانلود شود."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "صبح"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "ظهر"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "عصر"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "شب"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "رتبه بندی کتاب"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "کیفیت فایل"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "رشته‌ها را به چکیده‌های هش تبدیل می‌کند."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "چکیدهٔ هش"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "جایگزینی نام میزبان"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "نام میزبان نتایج را بازنویسی کنید یا نتایج را بر اساس نام میزبان حذف کنید"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "بازنویسی DOI Access را باز کنید"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -389,11 +520,11 @@ msgstr ""
"با هدایت مجدد به نسخه‌های دسترسی آزاد انتشارات در صورت وجود، از دیوارهای "
"پرداخت اجتناب کنید"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "اطلاعات شخصی"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -401,11 +532,11 @@ msgstr ""
"اگر پرس و جو \"ip\" باشد IP شما و اگر پرس و جو حاوی \"عامل کاربر\" باشد، "
"عامل کاربری شما را نشان می دهد."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "افزونه بررسی Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -414,7 +545,7 @@ msgstr ""
"و در صورت وجود آن به کاربر اطلاع می دهد. مانند check.torproject.org، اما "
"از SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -422,7 +553,7 @@ msgstr ""
"نمی توان لیست گره های خروج Tor را از: https://check.torproject.org/exit-"
"addresses دانلود کرد"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -430,18 +561,22 @@ msgstr ""
"شما از Tor استفاده می کنید و به نظر می رسد این آدرس IP خارجی را دارید: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "شما از Tor استفاده نمی کنید و این آدرس IP خارجی را دارید: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "حذف کننده URL ردیاب"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "صفحه پیدا نشد"
@ -449,53 +584,53 @@ msgstr "صفحه پیدا نشد"
#: searx/templates/simple/404.html:6
#, python-format
msgid "Go to %(search_page)s."
msgstr "برو به %(search_page)s."
msgstr "برو به %(search_page)s."
#: searx/templates/simple/404.html:6
msgid "search page"
msgstr "صفحهٔ جست‌وجو"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "اهداء کردن"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "پیش‌فرض‌ها"
msgstr "تنظیمات"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "قدرت گرفته از<br>"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "یک موتور فراجستجوی آزاد که به حریم خصوصی احترام می گذارد"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "کد منبع"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "ردیاب مشکل"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "آمار موتور"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "نمونه‌های عمومی"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "سیاست حفظ حریم خصوصی"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "تماس با نگهدارنده نمونه"
msgstr "تماس با مسئول‌نگهداری نمونه"
#: searx/templates/simple/categories.html:26
msgid "Click on the magnifier to perform search"
@ -666,7 +801,7 @@ msgstr "جست‌وجو"
msgid "There is currently no data available. "
msgstr "در حال حاضر هیچ داده‌ای در دسترس نیست."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "نام موتور"
@ -679,12 +814,12 @@ msgstr "نمره‌ها"
msgid "Result count"
msgstr "تعداد نتیجه ها"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "زمان پاسخ‌دهی"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "اعتمادپذیری"
@ -773,7 +908,7 @@ msgstr "URL جست‌وجو"
#: searx/templates/simple/elements/search_url.html:4
#: searx/templates/simple/preferences/cookies.html:54
msgid "Copied"
msgstr "رونوشت"
msgstr "کپی شد"
#: searx/templates/simple/elements/search_url.html:4
#: searx/templates/simple/preferences/cookies.html:54
@ -803,7 +938,7 @@ msgstr "انتخاب خودکار"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "جست‌وجوی امن"
@ -824,7 +959,7 @@ msgid "None"
msgstr "هیچ"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "بازهٔ زمانی"
@ -874,7 +1009,7 @@ msgstr "صفحه را تازه کنید."
#: searx/templates/simple/messages/no_results.html:20
msgid "Search for another query or select another category (above)."
msgstr ""
msgstr "جست‌وجو برای ورودی دیگر یا انتخاب دسته بندی دیگر(در بالا)."
#: searx/templates/simple/messages/no_results.html:21
msgid "Change the search engine used in the preferences:"
@ -882,18 +1017,18 @@ msgstr "موتور جست‌وجو رو در تنظیمات تغییر دهید:
#: searx/templates/simple/messages/no_results.html:22
msgid "Switch to another instance:"
msgstr ""
msgstr "تغییر به نمونه ای دیگر:"
#: searx/templates/simple/messages/no_results.html:24
msgid "Search for another query or select another category."
msgstr ""
msgstr "جست‌وجو برای ورودی دیگر یا انتخاب دسته بندی دیگر."
#: searx/templates/simple/messages/no_results.html:25
msgid "Go back to the previous page using the previous page button."
msgstr ""
msgstr "برو به سفحه قبل، با استفاده از کلید رفتن به صفحه قبل."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "اجازه"
@ -958,7 +1093,7 @@ msgstr "مقدار"
#: searx/templates/simple/preferences/cookies.html:23
msgid "Search URL of the currently saved preferences"
msgstr "URL جست‌وجوی پیش‌فرض‌های ذخیره‌شدهٔ کنونی"
msgstr "URL جست‌وجوی تنظیمات ذخیره‌شدهٔ کنونی"
#: searx/templates/simple/preferences/cookies.html:32
msgid ""
@ -982,15 +1117,15 @@ msgstr ""
#: searx/templates/simple/preferences/cookies.html:46
msgid "Copy preferences hash"
msgstr ""
msgstr "کپی هش تنظیمات"
#: searx/templates/simple/preferences/cookies.html:57
msgid "Insert copied preferences hash (without URL) to restore"
msgstr ""
msgstr "هش تنظیمات کپی شده را وارد کنید(بدون URL) برای بازیابی"
#: searx/templates/simple/preferences/cookies.html:59
msgid "Preferences hash"
msgstr ""
msgstr "هش تنظیمات"
#: searx/templates/simple/preferences/doi_resolver.html:2
msgid "Open Access DOI resolver"
@ -1008,19 +1143,27 @@ msgstr ""
"این تب در رابط کاربری وجود ندارد، اما می توانید در این موتورها با !بنگ "
"های آن جستجو کنید."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!بنگ"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "پشتیبانی از زبان انتخاب شده"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "وزن"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "زمان بیشینه"
@ -1054,17 +1197,19 @@ msgstr "بازگشت"
#: searx/templates/simple/preferences/hotkeys.html:2
msgid "Hotkeys"
msgstr ""
msgstr "کلید های میانبر"
#: searx/templates/simple/preferences/hotkeys.html:13
msgid "Vim-like"
msgstr ""
msgstr "مانند-Vim"
#: searx/templates/simple/preferences/hotkeys.html:18
msgid ""
"Navigate search results with hotkeys (JavaScript required). Press \"h\" "
"key on main or result page to get help."
msgstr ""
"هدایت نتایج جست‌وجو با کلید های میانبر (نیازمند JavaScript). برای "
"راهنمایی، کلید «h» را در صفحه اصلی یا صفحه نتایج فشار دهید."
#: searx/templates/simple/preferences/image_proxy.html:2
msgid "Image proxy"
@ -1124,13 +1269,15 @@ msgstr "فیلتر کردن محتوا"
#: searx/templates/simple/preferences/search_on_category_select.html:2
msgid "Search on category select"
msgstr "جست‌وجو در دستهٔ انتخابی"
msgstr "جست‌وجو در انتخاب دسته بندی"
#: searx/templates/simple/preferences/search_on_category_select.html:14
msgid ""
"Perform search immediately if a category selected. Disable to select "
"multiple categories"
msgstr ""
"انجام دادن جست‌وجو درجا درصورت انتخاب یک دسته بندی. برای انتخاب بیش از یک"
" دسته بندی غیر فعال کنید"
#: searx/templates/simple/preferences/theme.html:2
msgid "Theme"
@ -1258,7 +1405,7 @@ msgstr "ورژن"
#: searx/templates/simple/result_templates/packages.html:18
msgid "Maintainer"
msgstr ""
msgstr "مسئول‌نگهداری"
#: searx/templates/simple/result_templates/packages.html:24
msgid "Updated at"
@ -1271,7 +1418,7 @@ msgstr "تگ ها"
#: searx/templates/simple/result_templates/packages.html:36
msgid "Popularity"
msgstr ""
msgstr "محبوبیت"
#: searx/templates/simple/result_templates/packages.html:42
msgid "License"
@ -1766,3 +1913,4 @@ msgstr "پنهان‌سازی ویدئو"
#~ "چیزی پیدا نشد. لطفاً ورودی دیگری "
#~ "را بیازمایید یا در دسته‌‌های بیش‌تری "
#~ "جست‌وجو کنید."

View File

@ -9,12 +9,13 @@
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# artnay <jiri.gronroos@iki.fi>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# Implosion <Implosion@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Finnish <https://translate.codeberg.org/projects/searxng/"
"searxng/fi/>\n"
@ -23,7 +24,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -34,7 +35,7 @@ msgstr "Ilman lisäryhmitystä"
#. CONSTANT_NAMES['DEFAULT_CATEGORY']
#: searx/searxng.msg
msgid "other"
msgstr "toinen"
msgstr "muut"
#. CATEGORY_NAMES['FILES']
#: searx/searxng.msg
@ -66,6 +67,16 @@ msgstr "kuvat"
msgid "videos"
msgstr "videot"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -154,119 +165,259 @@ msgstr "tumma"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "Käytettävyysaika"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Tietoa SearXNG:stä"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Keskilämpötila."
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Pilvipeite"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Tilanne"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Tämän hetkinen tilanne"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Ilta"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Tuntuu kuin"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Kosteus"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Maksimi lämpötila."
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Minimi lämpötila."
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Aamu"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Yö"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Päivä"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Ilmanpaine"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Auringonnousu"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Auringonlasku"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Lämpötila"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "UV indeksi"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Näkyvyys"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Tuuli"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "tilaajat"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "postaukset"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "aktiiviset käyttäjät"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "kommentit"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "käyttäjä"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "yhteisö"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "pisteet"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "Otsikko"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "tekijä"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Tietuetta ei löytynyt"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Lähde"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Virhe ladattaessa seuraavaa sivua"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Virheelliset asetukset, muokkaa siis asetuksia"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Virheelliset asetukset"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "hakuvirhe"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "aikakatkaistu"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "jäsentämisvirhe"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP-protokollavirhe"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "verkkovirhe"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL-virhe: sertifikaatin vahvistus epäonnistui"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "odottamaton kaatuminen"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP-virhe"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP-yhteysvirhe"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proxy-virhe"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "liian monta pyyntöä"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "pääsy kielletty"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "palvelimen API-virhe"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Keskeytetty"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} minuutti(a) sitten"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} tunti(a), {minutes} minuutti(a) sitten"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Satunnaisluvun generaattori"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generoi satunnaislukuja"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Tilastolliset funktiot"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Laske argumenttien {functions}"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Reittiohjeet"
@ -278,31 +429,28 @@ msgstr "{title} (VANHENTUNUT)"
msgid "This entry has been superseded by"
msgstr "Tämän kohdan on korvannut"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanava"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bittinopeus"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "ääntä"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klikkaukset"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Kieli"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -310,7 +458,7 @@ msgstr ""
"{numCitations} Sitaatit vuodesta {firstCitationVelocityYear} vuoteen "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -320,7 +468,7 @@ msgstr ""
" jota ei tueta. TinEye tukee vain kuvia, jotka ovat JPEG, PNG, GIF, BMP, "
"TIFF tai WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -328,57 +476,41 @@ msgstr ""
"Kuva on liian yksinkertainen löytääkseen osumia. TinEye vaatii "
"visuaalisen tarkkuuden perustason, jotta osumien tunnistaminen onnistuu."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Tätä kuvaa ei voida ladata."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Aamu"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Päivä"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Ilta"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Yö"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Kirjan arvostelu"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Tiedoston laatu"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Muuntaa merkkijonot erilaisiksi hash-digesteiksi."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash-digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Isäntänimen korvaus"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Kirjoita tuloksien isäntänimiä uudelleen tai poista tulokset isäntänimen "
"perusteella"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Open Access DOI -uudelleenkirjoitus"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -386,11 +518,11 @@ msgstr ""
"Vältä maksumuureja ohjaamalla julkaisujen avoimiin versioihin jos "
"mahdollista"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Tietojasi"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -398,11 +530,11 @@ msgstr ""
"Näyttää IP-osoitteesi jos hakuehtosi on \"ip\" ja selaimen tunnistetiedot"
" jos hakuehtosi sisältää sanat \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor-verkon tarkistus lisäosa"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -411,7 +543,7 @@ msgstr ""
"käyttäjälle, jos se on, samalla tavalla kuin check.torproject.org, mutta "
"SearXNGista."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -419,7 +551,7 @@ msgstr ""
"Lopetuspisteiden luettelo Tor-verkon poistumisreiteistä ei voitu ladata "
"osoitteesta: https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -427,18 +559,22 @@ msgstr ""
"Käytät Tor-verkkoa ja vaikuttaa siltä, että sinulla on tämä ulkoinen IP-"
"osoite: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Et käytä Tor-verkkoa ja sinulla on tämä ulkoinen IP-osoite: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Seurantapalvelimen osoitteen poistaja"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Sivua ei löytynyt"
@ -452,45 +588,45 @@ msgstr "Siirry %(search_page)s."
msgid "search page"
msgstr "hakusivulle"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Lahjoita"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Asetukset"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Taustavoimana"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "yksityisyyttä kunnioittava, avoin metahakukone"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Lähdekoodi"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Ongelmien seuranta"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Hakukoneen tilastot"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Julkiset palvelimet"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Tietosuojakäytäntö"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Ota yhteyttä palvelun ylläpitäjään"
@ -663,7 +799,7 @@ msgstr "haku"
msgid "There is currently no data available. "
msgstr "Tietoja ei ole juuri nyt saatavilla. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Hakukoneen nimi"
@ -676,12 +812,12 @@ msgstr "Pisteet"
msgid "Result count"
msgstr "Tulosten määrä"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Vastausaika"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Luotettavuus"
@ -800,7 +936,7 @@ msgstr "Havaitse automaattisesti"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Turvahaku"
@ -821,7 +957,7 @@ msgid "None"
msgstr "Ei mitään"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Aikaväli"
@ -890,7 +1026,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Palaa edelliselle sivulle käyttäen edellinen sivu-nappia."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Salli"
@ -1008,19 +1144,27 @@ msgstr ""
"Tätä välilehteä ei ole käyttöliittymässä, mutta voit tehdä haun näillä "
"moottoreilla käyttämällä niiden erikoismerkkejä (!bangs)."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Tukee valittua kieltä"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Paino"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Enimmäisaika"

View File

@ -10,22 +10,22 @@
# johnmartzbuntia <johnmartibuntia@jmtb.xyz>, 2024.
# hankskyjames777 <iamjuanz30312@gmail.com>, 2024.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# Kita Ikuyo <searinminecraft@courvix.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Filipino <https://translate.codeberg.org/projects/searxng/"
"searxng/fil/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-03 13:28+0000\n"
"Last-Translator: Kita Ikuyo <searinminecraft@courvix.com>\n"
"Language: fil\n"
"Language-Team: Filipino "
"<https://translate.codeberg.org/projects/searxng/searxng/fil/>\n"
"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4"
" || n % 10 != 6 || n % 10 != 9);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4 || "
"n % 10 != 6 || n % 10 != 9);\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -68,6 +68,16 @@ msgstr "larawan"
msgid "videos"
msgstr "mga bidyo"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radyo"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -159,116 +169,256 @@ msgid "Uptime"
msgstr "\"uptime\""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Tungkol"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Hapon"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Umaga"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Gabi"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Tanghali"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Walang nakita na aytem"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Pinagmulan"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Error sa paglo-load ng susunod na pahina"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Di-wastong mga setting, pakibago ang iyong mga kagustuhan"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Di-wastong mga setting"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "nagkaproblema sa paghahanap ng mga resulta"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "panandaliang pagtigil"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "error sa pag-parse ng mga resulta"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "Error sa HTTPS protokol"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "Network Error"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL error: Nabigo ang pagpapatunay ng sertipiko"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "Hindi inaasahang pagbagsak"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP error"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "Error sa koneksyong HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "Proxy Error"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "masyadong maraming mga kahilingan"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "tinanggihan ang access"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "pagkakamali sa server API"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspendido"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} na minuto ang nakalipas"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} oras at {minutes} na minto ang nakalipas"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Random na generator ng halaga"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Maglabas ng iba't ibang halaga"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Estatistika ng mga tungkulin"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Tuusin ang {functions} ng pangangatuwiran"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Kumuha ng direksyon"
@ -280,31 +430,28 @@ msgstr "{title} (Luma)"
msgid "This entry has been superseded by"
msgstr "Ang tala na ito ay ipinagpaliban ng"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Tyanel"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radyo"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bitrate"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "mga boto"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "mga click"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Wika"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -312,7 +459,7 @@ msgstr ""
"{numCitations} mga sipi mula sa taon {firstCitationVelocityYear} at "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -321,7 +468,7 @@ msgstr ""
"Hindi mabasa ang url ng imahe. Baka ang format ay hindi suportado. JPEG, "
"PNG, GIF, BMP, TIFF o WebP lamang ang tinatanggap ng TinEye."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -329,55 +476,39 @@ msgstr ""
"Masyadong payak ang imahe. Gusto ni TinEye ng higit pang detalye para "
"makahanap ng katugma."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Hindi ma-download ang imahe na ito."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Umaga"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Tanghali"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Hapon"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Gabi"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "rating ng libro"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Kalidad ng file"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Isinasalin ang string sa iba't ibang hash digests."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "Hash digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Palitan ang hostname"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Palitan ang resulta ng hostname o tanggalin ang resulta base sa hostname"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Malayang akses sa muling pagsulat ng DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -385,11 +516,11 @@ msgstr ""
"Iwasan ang paywall sa pag-redirect sa open-access na bersyon ng "
"pahahayagan kapagmakukuha"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Pansariling impormasyon"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -397,11 +528,11 @@ msgstr ""
"Ipapakita ang iyong IP kapag ang tanong ay \"ip\" at ang iyong user agent"
" kapag ang sa tanong ay naglalaman ng \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor check plugin"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -410,7 +541,7 @@ msgstr ""
" exit node, at i-iinform ang user kung oo, gaya ng check.torproject.org "
"ngunit SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -418,7 +549,7 @@ msgstr ""
"Hindi ma-download ang listahan ng mga Tor exit-node mula sa: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -426,20 +557,24 @@ msgstr ""
"Ginagamit mo ang Tor at mukang ito ang iyong external IP address: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"Hindi mo ginagamit ang Tor at ito ang iyong external IP address: "
"{ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Alisin ang URL tracker"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Alisin ang tracker sa ibabalik na URL"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Hindi natagpuan ang pahina"
@ -453,45 +588,45 @@ msgstr "Pumunta sa %(search_page)s."
msgid "search page"
msgstr "ang pahina ng paghahanap"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Magbigay"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Mga Kagustuhan"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Pinapatakbo ng"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "isang nagrerespeto sa privacy, at open na metasearch engine"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "sors kowd"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Tagasubaybay ng isyu"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Engine stats"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Pampublikong instances"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Polisiyang pampribado"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontakin ang iyong instance maintainer"
@ -666,7 +801,7 @@ msgstr "maghanap"
msgid "There is currently no data available. "
msgstr "Wala pa sa ngayon na makitang datos."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Pangalan ng engine"
@ -679,12 +814,12 @@ msgstr "Iskor"
msgid "Result count"
msgstr "bilang ng mga resulta"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Oras ng pagtugon"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "pagiging maaasahan"
@ -803,7 +938,7 @@ msgstr "awtomatikong pangdedetekta"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Ligtas na Paghahanap"
@ -824,7 +959,7 @@ msgid "None"
msgstr "Wala"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Agwat ng oras"
@ -893,7 +1028,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Bumalik sa nakaraang pahina gamit ang button ng nakaraang pahina."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Payagan"
@ -1014,19 +1149,27 @@ msgstr ""
"Ang tab na ito ay hindi umiiral sa interface ng gumagamit, ngunit maaari "
"kang maghanap sa mga engine na ito sa pamamagitan ng kanilang !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Suportado ang pinili na wika"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Timbang"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Ang max na oras"
@ -1241,7 +1384,7 @@ msgstr "Uri"
#: searx/templates/simple/result_templates/images.html:20
msgid "Resolution"
msgstr ""
msgstr "Resolusyon"
#: searx/templates/simple/result_templates/images.html:21
msgid "Format"
@ -1269,7 +1412,7 @@ msgstr "itago ang mapa"
#: searx/templates/simple/result_templates/packages.html:12
msgid "Version"
msgstr ""
msgstr "Bersyon"
#: searx/templates/simple/result_templates/packages.html:18
msgid "Maintainer"
@ -1783,3 +1926,4 @@ msgstr "itago ang video"
#~ "wala kaming nakita na resulta. Pakiusap"
#~ " na ibahin ang tanong o maghanap "
#~ "sa maraming uri."

View File

@ -19,14 +19,14 @@
# microsoftocsharp <kottiberyu@gmail.com>, 2023.
# quenty_occitania <quentinantonin@free.fr>, 2023.
# GeoffreyGx <GeoffreyGx@users.noreply.translate.codeberg.org>, 2024.
# Heyian <Heyian@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-12 17:28+0000\n"
"Last-Translator: GeoffreyGx <GeoffreyGx@users.noreply.translate.codeberg.org>"
"\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-30 09:18+0000\n"
"Last-Translator: Heyian <Heyian@users.noreply.translate.codeberg.org>\n"
"Language-Team: French <https://translate.codeberg.org/projects/searxng/"
"searxng/fr/>\n"
"Language: fr\n"
@ -34,7 +34,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.4.2\n"
"X-Generator: Weblate 5.5.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -77,6 +77,16 @@ msgstr "images"
msgid "videos"
msgstr "vidéos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -168,116 +178,256 @@ msgid "Uptime"
msgstr "Temps de fonctionnement"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "À propos"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Temp. moyenne"
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Couvert nuageux"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Condition"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Soir"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Matin"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Nuit"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Midi"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Pas d'élément trouvé"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Source"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Erreur lors du chargement de la page suivante"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Paramètres non valides, veuillez éditer vos préférences"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Paramètres non valides"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "erreur de recherche"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "délai dépassé"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "erreur d'analyse"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "erreur de protocole HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "Erreur de réseau"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Erreur SSL : La vérification du certificat a échoué"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "erreur inattendue"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "erreur HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "erreur de connexion HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "Erreur proxy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "trop de requêtes"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "accès refusé"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "erreur API du serveur"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspendu"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "il y a {minutes} minute(s)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "il y a {hours} heure(s), {minutes} minute(s)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Générateur de valeur aléatoire"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Crée des valeurs aléatoires différentes"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Fonctions statistiques"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Calcule les {functions} des arguments"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Obtenir l'itinéraire"
@ -289,31 +439,28 @@ msgstr "{title} (OBSOLÈTE)"
msgid "This entry has been superseded by"
msgstr "Cet item a été remplacé par"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Chaîne"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "débit"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "voix"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "clics"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Langue"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -321,7 +468,7 @@ msgstr ""
"{numCitations} citations de l'année {firstCitationVelocityYear} à "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -331,7 +478,7 @@ msgstr ""
"fichier non pris en charge. TinEye ne prend en charge que les images au "
"format JPEG, PNG, GIF, BMP, TIFF ou WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -340,55 +487,39 @@ msgstr ""
" d'un niveau de détail visuel minimum pour réussir à identifier les "
"correspondances."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "L'image n'a pas pu être téléchargée."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Matin"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Midi"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Soir"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Nuit"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Évaluation du livre"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Qualité du fichier"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Convertit les chaînes de caractères en différents condensés de hachage."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Remplacer les noms de domaine"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Réécrit ou supprime les résultats en se basant sur les noms de domaine"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Utiliser Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -396,11 +527,11 @@ msgstr ""
"Contourne les verrous payants de certaines publications scientifiques en "
"redirigeant vers la version ouverte de ces papiers si elle est disponible"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informations sur le navigateur"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -408,11 +539,11 @@ msgstr ""
"Affiche votre adresse IP si la requête est \"ip\", et affiche votre user-"
"agent si la requête contient \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin de vérification de Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -421,7 +552,7 @@ msgstr ""
"et informe lutilisateur si cen est un; par exemple "
"check.torproject.org, mais depuis SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -429,24 +560,28 @@ msgstr ""
"Erreur lors du téléchargement des noeuds de sortie Tor depuis : "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Vous utilisez Tor et votre adresse IP externe semble être : {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Vous n'utilisez pas Tor et votre adresse IP externe est : {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Nettoyeur d'URL de suivis"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Retire les arguments utilisés pour vous pister des URL retournées"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Page non trouvée"
@ -460,45 +595,45 @@ msgstr "Aller à %(search_page)s."
msgid "search page"
msgstr "la page d'accueil"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Faire un don"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Préférences"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Propulsé par"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "un métamoteur ouvert et respectueux de la vie privée"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Code source"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Suivi des problèmes"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statistiques des moteurs"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instances publiques"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Politique de confidentialité"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Contacter le responsable de l'instance"
@ -673,7 +808,7 @@ msgstr "chercher"
msgid "There is currently no data available. "
msgstr "Aucune donnée disponible pour l'instant. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nom du moteur"
@ -686,12 +821,12 @@ msgstr "Score"
msgid "Result count"
msgstr "Nombre de résultats"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Temps de réponse"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fiabilité"
@ -810,7 +945,7 @@ msgstr "Détection automatique"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Recherche sécurisée"
@ -831,7 +966,7 @@ msgid "None"
msgstr "Désactivé"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Intervalle de temps"
@ -900,7 +1035,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Retour à la page précédente en utilisant le bouton de page précédente."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Autoriser"
@ -1018,19 +1153,27 @@ msgstr ""
"Cet onglet n'existe pas dans l'interface utilisateur, mais vous pouvez "
"effectuer des recherches dans ces moteurs grâce à ses !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Supporte la langue sélectionnée"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Poids"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Temps max"

View File

@ -7,13 +7,14 @@
# Xosé M. <correo@xmgz.eu>, 2018-2019, 2022.
# ghose <correo@xmgz.eu>, 2023, 2024.
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# ghose <ghose@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-02-26 16:56+0000\n"
"Last-Translator: ghose <correo@xmgz.eu>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: ghose <ghose@users.noreply.translate.codeberg.org>\n"
"Language-Team: Galician <https://translate.codeberg.org/projects/searxng/"
"searxng/gl/>\n"
"Language: gl\n"
@ -21,7 +22,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -64,6 +65,16 @@ msgstr "imaxes"
msgid "videos"
msgstr "vídeos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -155,116 +166,256 @@ msgid "Uptime"
msgstr "Activo fai"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Acerca de"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Temp. media"
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Cuberto"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Situación"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Estado actual"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Tarde"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Sensación"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Humidade"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Temp. Máx."
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Temp. Mín."
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Mañán"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Noite"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Mediodía"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Presión"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Abrente"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Solpor"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Temperatura"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "Índice UV"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Visibilidade"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Vento"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "subscritoras"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "publicacións"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "usuarias activas"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "comentarios"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "usuaria"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "comunidade"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "puntos"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "título"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "autoría"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Non se atoparon elementos"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Fonte"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Erro ao cargar a páxina seguinte"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Axustes non válidos, por favor edita a configuración"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Axustes non válidos"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "fallo na busca"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "tempo máximo"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "erro sintáctico"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "erro de protocolo HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "erro de conexión"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Erro SSL: fallou a validación do certificado"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "erro non agardado"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "Erro HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "Erro da conexión HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "erro do proxy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "demasiadas solicitudes"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "acceso denegado"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "erro na API do servidor"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Suspendido"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "fai {minutes} minuto(s)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "fai {hours} hora(s), {minutes} minuto(s)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Xerador de valor aleatorio"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Xerar diferentes valores aleatorios"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Funcións de estatística"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Calcula {functions} dos argumentos"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Obter direccións"
@ -276,31 +427,28 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by"
msgstr "Esta entrada foi proporcionada por"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Canle"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "taxa de bits"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "votos"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "clicks"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Idioma"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -308,7 +456,7 @@ msgstr ""
"{numCitations} citas desde o ano {firstCitationVelocityYear} ao "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -318,7 +466,7 @@ msgstr ""
"ficheiro non soportado. TinEye só soporta imaxes tipo JPEG, PNG, GIF, "
"BMP, TIFF ou WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -326,57 +474,41 @@ msgstr ""
"A imaxe é demasiado simple para atopar coincidencias. TinEyes require un "
"nivel de detalle básico para poder atopar coincidencias."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Non se puido descargar a imaxe."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Mañán"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Mediodía"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Tarde"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Noite"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Valoración do libro"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Calidade do ficheiro"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Converte o escrito usando diferentes funcións hash."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "función hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Substituír servidor"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Reescribir o nome do servidor ou eliminar resultado en función do nome do"
" servidor"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Reescritura Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -384,11 +516,11 @@ msgstr ""
"Evitar valados de pago redireccionando a versións públicas das "
"publicacións cando estén dispoñibles"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Información propia"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -396,11 +528,11 @@ msgstr ""
"Mostra o teu IP se a consulta é \"ip\" e o teu Use Agent se a consulta "
"contén \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Complemento para comprobar Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -409,7 +541,7 @@ msgstr ""
"Tor, e informate de se o é; como check.torproject.org, pero desde "
"SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -417,24 +549,28 @@ msgstr ""
"Non se puido descargar a lista de nodos de saída a Tor desde: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Estás usando Tor e semella que tes este enderezo IP externo: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Non estás usando Tor e tes este endero IP externo: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Eliminador de rastrexadores na URL"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Elimina os elementos de rastrexo da URL devolta"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr "Converter unidades"
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Páxina non atopada"
@ -448,45 +584,45 @@ msgstr "Ir a %(search_page)s."
msgid "search page"
msgstr "páxina de busca"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Doar"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Axustes"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Proporcionado por"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "metabuscador aberto que respecta a privacidade"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Código fonte"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Seguimento de problemas"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Estatísticas do buscador"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instancias públicas"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Política de privacidade"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Contactar coa administración"
@ -657,7 +793,7 @@ msgstr "buscar"
msgid "There is currently no data available. "
msgstr "Non hai datos dispoñibles. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nome do motor"
@ -670,12 +806,12 @@ msgstr "Puntuacións"
msgid "Result count"
msgstr "Número de resultados"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Tempo de resposta"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Fiabilidade"
@ -794,7 +930,7 @@ msgstr "Autodetectar"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Busca segura"
@ -815,7 +951,7 @@ msgid "None"
msgstr "Ningunha"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Marco temporal"
@ -884,7 +1020,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Volver á páxina anterior usando o botón de páxina anterior."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Permitir"
@ -1003,19 +1139,27 @@ msgstr ""
"Esta pestana non existe na interface de usuaria, mais podes buscar nestos"
" buscadores grazas aos seus !bangs."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr "Activar todo"
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr "Desactivar todo"
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Soporta o idioma seleccionado"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Peso"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Tempo máx"

View File

@ -13,13 +13,15 @@
# Shopimisrel <shopisrael12@gmail.com>, 2022.
# return42 <markus.heiser@darmarit.de>, 2023, 2024.
# shoko <nickskorohod@outlook.com>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-02-13 11:56+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-18 13:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>"
"\n"
"Language: he\n"
"Language-Team: Hebrew "
"<https://translate.codeberg.org/projects/searxng/searxng/he/>\n"
@ -70,6 +72,16 @@ msgstr "תמונות"
msgid "videos"
msgstr "וידאו"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "רדיו"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -158,119 +170,259 @@ msgstr "כהה"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "זמינות"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "אודות"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "ערב"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "בוקר"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "לילה"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "צהריים"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "לא נמצא פריט"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "מקור"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "שגיאה בטעינת העמוד הבא"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "הגדרות לא תקינות, עליך לתקן את ההעדפות שלך"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "הגדרות לא תקינות"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "שגיאת חיפוש"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "פקיעת זמן"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "שגיאת ניתוח"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "שגיאת פרוטוקול HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "שגיאת רשת תקשורת"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "שגיאת SSL: אימות התעודה נכשל"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "קריסה לא צפויה"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "שגיאת HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "שגיאת חיבור HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "שגיאת פרוקסי"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "יותר מדי בקשות"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "הגישה נדחתה"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "שגיאת API שרת"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "מושהה"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "לפני {minutes} דקות"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "לפני {hours} שעות, {minutes} דקות"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "מפיק ערך אקראי"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "מייצרת ערכים אקראיים שונים"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "פונקציות סטטיסטיקה"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "מחשבת {functions} של הארגומנטים"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "קבל כיוונים"
@ -282,31 +434,28 @@ msgstr "{title} (OBSOLETE)"
msgid "This entry has been superseded by"
msgstr "רשומה זו הוחלפה על ידי"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "ערוץ"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "רדיו"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "קצב נתונים"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "הצבעות"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "לחיצות"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "שפה"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -314,7 +463,7 @@ msgstr ""
"{numCitations} אזכורים מ {firstCitationVelocityYear} עד "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -324,7 +473,7 @@ msgstr ""
"קובץ שאינו נתמך. TinEye תומך רק בתמונות שהן JPEG, PNG, GIF, BMP, TIFF או "
"WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -332,55 +481,39 @@ msgstr ""
"התמונה הזו הינה יותר מידי פשוטה מכדי למצוא התאמות. TinEye צריך רמה בסיסית"
" של פרטים חזותיים כדי להצליח למצוא התאמות."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "אי אפשר להוריד את תמונה זו."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "בוקר"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "צהריים"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "ערב"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "לילה"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "דירוג ספרים"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "איכות קובץ"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "ממיר מחרוזות לתוך hash digests (לקט גיבוב) שונים."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "hash digest"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "החלפת Hostname"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "שכתב hostname של תוצאות או הסר תוצאות בהתבסס על hostname"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "שכתוב Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -388,11 +521,11 @@ msgstr ""
"הימנע מגרסאות paywall על ידי הכוונה מחודשת לגרסאות כניסה-חופשית של "
"כתבי-עת כאשר ישנן"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "מידע עצמי"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -400,11 +533,11 @@ msgstr ""
"מציגה כתובת IP המשוייכת לך אם השאילתא היא \"ip\" וגם סוכן משתמש אם "
"השאילתא מכילה \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "טור בודק תוסף"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -412,7 +545,7 @@ msgstr ""
"תוסף זה בודק אם הכתובת של הבקשה היא צומת יציאה של TOR, ומודיע למשתמש אם "
"כן, כמו check.torproject.org אבל מ-SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -420,24 +553,28 @@ msgstr ""
"לא ניתן להוריד את רשימת צמתי היציאה של טור מ: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "אתה משתמש בטור וזה נראה שיש לך את הIP הזה: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "אינך משתמש/ת ב Tor וזוהי כתובתך: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "הסרת Tracker URL"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "הסר ארגומנטי איתור מתוך URL מוחזר"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "עמוד לא נמצא"
@ -451,45 +588,45 @@ msgstr "המשך לעמוד %(search_page)s."
msgid "search page"
msgstr "עמוד חיפוש"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "תרומות"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "העדפות"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "מופעל באמצעות"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "מנוע מטא-חיפוש בקוד חופשי המכבד את פרטיותך"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "קוד מקור"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "דווח על בעיה"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "סטטיסטיקת מנוע חיפוש"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "שרתים מקבילים"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "פוליסת פרטיות"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "צור קשר עם מפעיל השירת"
@ -660,7 +797,7 @@ msgstr "חפש"
msgid "There is currently no data available. "
msgstr "אין כעת מידע זמין. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "שם מנוע"
@ -673,12 +810,12 @@ msgstr "דירוג"
msgid "Result count"
msgstr "ספירת תוצאות"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "זמן תגובה"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "מהימנות"
@ -797,7 +934,7 @@ msgstr "זיהוי אוטומטי"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "חיפוש בטוח"
@ -818,7 +955,7 @@ msgid "None"
msgstr "כבוי"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "טווח זמן"
@ -856,11 +993,11 @@ msgstr "סליחה!"
#: searx/templates/simple/messages/no_results.html:12
msgid "No results were found. You can try to:"
msgstr ""
msgstr "אין תוצאות לחיפוש. שווה לנסות את הצעד הבא:"
#: searx/templates/simple/messages/no_results.html:14
msgid "There are no more results. You can try to:"
msgstr ""
msgstr "אין תוצאות נוספות. שווה לנסות את הדבר הבא:"
#: searx/templates/simple/messages/no_results.html:19
msgid "Refresh the page."
@ -868,7 +1005,7 @@ msgstr "טעינת הדף מחדש"
#: searx/templates/simple/messages/no_results.html:20
msgid "Search for another query or select another category (above)."
msgstr ""
msgstr "שווה לנסות שאילתה או קטגוריה אחרת (למעלה)."
#: searx/templates/simple/messages/no_results.html:21
msgid "Change the search engine used in the preferences:"
@ -887,7 +1024,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "הפעל"
@ -1000,19 +1137,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "תומך בשפה נבחרת"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "זמן מירבי"

View File

@ -12,22 +12,22 @@
# ptomljanovic <phill2605@gmail.com>, 2022.
# return42 <markus.heiser@darmarit.de>, 2023.
# return42 <return42@users.noreply.translate.codeberg.org>, 2024.
# Uzakmo <Uzakmo@users.noreply.translate.codeberg.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Croatian <https://translate.codeberg.org/projects/searxng/"
"searxng/hr/>\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-07 07:18+0000\n"
"Last-Translator: Uzakmo <Uzakmo@users.noreply.translate.codeberg.org>\n"
"Language: hr\n"
"Language-Team: Croatian "
"<https://translate.codeberg.org/projects/searxng/searxng/hr/>\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.4.2\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -70,6 +70,16 @@ msgstr "slike"
msgid "videos"
msgstr "video zapisi"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -88,7 +98,7 @@ msgstr "karta"
#. CATEGORY_NAMES['ONIONS']
#: searx/searxng.msg
msgid "onions"
msgstr "vamata"
msgstr "kapule"
#. CATEGORY_NAMES['SCIENCE']
#: searx/searxng.msg
@ -108,7 +118,7 @@ msgstr "rječnici"
#. CATEGORY_GROUPS['LYRICS']
#: searx/searxng.msg
msgid "lyrics"
msgstr "tekst"
msgstr "tekstovi"
#. CATEGORY_GROUPS['PACKAGES']
#: searx/searxng.msg
@ -158,121 +168,261 @@ msgstr "tamno"
#. BRAND_CUSTOM_LINKS['UPTIME']
#: searx/searxng.msg
msgid "Uptime"
msgstr ""
msgstr "Vrijeme rada"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "O nama"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Večer"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Jutro"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Noć"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Podne"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Nije pronađena nijedna stavka"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Izvor"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Greška u učitavnju sljedeće stranice"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Nevažeće postavke, molimo uredite svoje postavke"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Nevažeće postavke"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "greška u pretraživanju"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "pauza"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "pogreška pri raščlanjivanju"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "greška HTTP protokola"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "greška u mreži"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL pogreška: provjera valjanosti certifikata nije uspjela"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "neočekivano rušenje"
msgstr "neočekivani prekid"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP greška"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "greška HTTP veze"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "proxy greška"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "previše upita"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "pristup odbijen"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "server API greška"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Zaustavljeno"
msgstr "Suspendirano"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "prije {minutes} minut(u,e,a)"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "prije {hours} sat(i) i {minutes} minut(u,e,a)"
msgstr "prije {hours} sat(i,a) i {minutes} minut(u,e,a)"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generator vrijednosti nasumice"
msgstr "Nasumični generator vrijednosti"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generirajte različite slučajne vrijednosti"
#: searx/answerers/statistics/answerer.py:47
msgid "Statistics functions"
msgstr "Funkcije statistike"
msgstr "Generirajte različite nasumične vrijednosti"
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Statistične funkcije"
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Izračunajte {functions} argumenata"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Uzmi upute za smjer"
msgstr "Dobij upute"
#: searx/engines/pdbe.py:96
msgid "{title} (OBSOLETE)"
@ -282,31 +432,28 @@ msgstr "{title} (ZASTARJELO)"
msgid "This entry has been superseded by"
msgstr "Ovaj je unos zamijenio"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Kanal"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "bitrata"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "glasovi"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klikovi"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Jezik"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -314,7 +461,7 @@ msgstr ""
"{numCitations} citati iz godine {firstCitationVelocityYear} do "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -324,7 +471,7 @@ msgstr ""
"format dokumenta. TinEye samo podržava slike JPEG, PNG, GIF, BMP, TIFF i "
"WebP formata."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -332,65 +479,51 @@ msgstr ""
"Slika je previše jednostavna da bi se pronašla sličnost. TinEye zahtjeva "
"osnovnu razinu detalja za pronalaženje sličnosti."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Sliku nije moguće preuzeti."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Jutro"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Podne"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Večer"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Noć"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Ocjena knjige"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Kvaliteta datoteke"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Pretvara niz u drukčije hash mješavine."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "Izlaz h funkcije"
msgstr "Izlaz hash funkcije"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Lokalnoime zamijeniti"
msgstr "Zamjena lokalnog imena"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Ponovo upišite rezultat hostnameova ili maknite rezultate"
msgstr ""
"Ispravite (prepišite) rezultat hostnameova ili maknite rezultate bazirane"
" na hostname"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Otvoreni pristup DOI prijepisa"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr "Izbjegnite plaćanje u slučaju dostupnosti besplatne objave"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informacije o sebi"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -398,11 +531,11 @@ msgstr ""
"Prikazuje vašu IP adresu ako je upit \"ip\" i vaš korisnički agent ako "
"upit sadrži \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor plugin za provjeru"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -411,7 +544,7 @@ msgstr ""
"šalje obavijest korisniku, kao check.torproject.org ali od strane "
"SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -419,24 +552,28 @@ msgstr ""
"Nije moguće preuzeti popis Tor izlaznih čvorova s: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "Vi koristite Tor i izgleda da imate ovu vanjsku IP adresu: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Vi ne koristite Tor i imate ovu vanjsku IP adresu: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Ukloni praćenje URL-ova"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Stranica nije pronađena"
@ -450,45 +587,45 @@ msgstr "Idi na %(search_page)s."
msgid "search page"
msgstr "pretraži stranicu"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donirajte"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Postavke"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Pokreće"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "otvoreni metapretraživač koji poštuje privatnost"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Izvorni kod"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Tragač problema"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Podaci o tražilici"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Javne instance"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Politika privatnosti"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Kontaktirajte održavatelja instance"
@ -659,7 +796,7 @@ msgstr "traži"
msgid "There is currently no data available. "
msgstr "Trenutačno nema dostupnih podataka."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Naziv tražilice"
@ -672,12 +809,12 @@ msgstr "Pogodci"
msgid "Result count"
msgstr "Broj rezultata"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Vrijeme odziva"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Pouzdanost"
@ -796,7 +933,7 @@ msgstr "Automatski otkrij"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Sigurno pretraživanje"
@ -817,7 +954,7 @@ msgid "None"
msgstr "Ništa"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Vremenski raspon"
@ -886,7 +1023,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Vratite se na prethodnu stranicu pomoću gumba prethodne stranice."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Dozvoli"
@ -978,15 +1115,15 @@ msgstr ""
#: searx/templates/simple/preferences/cookies.html:46
msgid "Copy preferences hash"
msgstr ""
msgstr "Kopirajte preferencu hash-a"
#: searx/templates/simple/preferences/cookies.html:57
msgid "Insert copied preferences hash (without URL) to restore"
msgstr ""
msgstr "Umetnite kopiranu preferencu hash-a (bez URL-a) za rješenje"
#: searx/templates/simple/preferences/cookies.html:59
msgid "Preferences hash"
msgstr ""
msgstr "Preference hash-a"
#: searx/templates/simple/preferences/doi_resolver.html:2
msgid "Open Access DOI resolver"
@ -1004,19 +1141,27 @@ msgstr ""
"Ova kartica ne postoji u korisničkom sučelju, ali u ovim tražilicama "
"možete pretraživati po !bangs-ima."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Podržava odabrani jezik"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Težina"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Maksimalno vrijeme"
@ -1261,11 +1406,11 @@ msgstr "Verzija"
#: searx/templates/simple/result_templates/packages.html:18
msgid "Maintainer"
msgstr ""
msgstr "Održavatelj"
#: searx/templates/simple/result_templates/packages.html:24
msgid "Updated at"
msgstr ""
msgstr "Ažurirano u"
#: searx/templates/simple/result_templates/packages.html:30
#: searx/templates/simple/result_templates/paper.html:25
@ -1274,7 +1419,7 @@ msgstr "Oznake"
#: searx/templates/simple/result_templates/packages.html:36
msgid "Popularity"
msgstr ""
msgstr "Popularnost"
#: searx/templates/simple/result_templates/packages.html:42
msgid "License"
@ -1282,11 +1427,11 @@ msgstr "Licenca"
#: searx/templates/simple/result_templates/packages.html:52
msgid "Project"
msgstr ""
msgstr "Projekt"
#: searx/templates/simple/result_templates/packages.html:55
msgid "Project homepage"
msgstr ""
msgstr "Projekt početna stranica"
#: searx/templates/simple/result_templates/paper.html:5
msgid "Published date"
@ -1768,3 +1913,4 @@ msgstr "sakrij video"
#~ msgstr ""
#~ "nema rezultata pretraživanja. Unesite novi "
#~ "upit ili pretražite u više kategorija."

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2023-06-22 09:02+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language: ia\n"
@ -61,6 +61,16 @@ msgstr "imagines"
msgid "videos"
msgstr "videos"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr ""
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -152,116 +162,256 @@ msgid "Uptime"
msgstr ""
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr ""
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr ""
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr ""
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr ""
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr ""
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Nulle item trovate"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr ""
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr ""
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Configurationes non valide, per favor, modifica tu preferentias"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Configurationes invalide"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "error in recerca"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr ""
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr ""
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr ""
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr ""
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr ""
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr ""
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr ""
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr ""
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr ""
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr ""
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr ""
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr ""
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr ""
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr ""
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} minuta(s) retro"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} hora(s), {minutes} minuta(s) retro"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generator de valores aleatori"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Generar differente valores aleatori"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Functiones statistic"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Computa {functions} del argumentos"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr ""
@ -273,98 +423,79 @@ msgstr ""
msgid "This entry has been superseded by"
msgstr "Iste entrata esseva substituite per"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr ""
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr ""
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr ""
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr ""
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr ""
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr ""
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
msgstr ""
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr ""
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
msgstr ""
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr ""
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr ""
#: searx/engines/wttr.py:101
msgid "Night"
msgstr ""
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr ""
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr ""
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr ""
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr ""
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr ""
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -372,11 +503,11 @@ msgstr ""
"Evita paywalls per redirectionar a versiones de publicationes in accesso "
"aperte, quando disponibile"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr ""
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -384,40 +515,44 @@ msgstr ""
"Monstra tu IP si le consulta es \"ip\"; e monstra tu agente de usator si "
"le consulta contine \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr ""
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr ""
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Remover tracker del URL"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Remover argumentos del tracker ab le URL retornate"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Pagina non trovate"
@ -431,45 +566,45 @@ msgstr "Ir al %(search_page)s."
msgid "search page"
msgstr "pagina de recerca"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr ""
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Preferentias"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Actionate per"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr ""
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr ""
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr ""
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statisticas de motores"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr ""
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr ""
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr ""
@ -640,7 +775,7 @@ msgstr ""
msgid "There is currently no data available. "
msgstr "Actualmente, il non ha datos disponibile."
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nomine del motor"
@ -653,12 +788,12 @@ msgstr "Punctos"
msgid "Result count"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr ""
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr ""
@ -777,7 +912,7 @@ msgstr ""
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Filtro de contento potentialmente offensive"
@ -798,7 +933,7 @@ msgid "None"
msgstr "Nulle"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Intervallo de tempore"
@ -867,7 +1002,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr ""
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Permitter"
@ -979,19 +1114,27 @@ msgid ""
"these engines by its !bangs."
msgstr ""
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr ""
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Supporta le lingua selectionate"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr ""
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Tempore maxime"

View File

@ -9,17 +9,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-02-26 16:56+0000\n"
"Last-Translator: return42 <markus.heiser@darmarit.de>\n"
"Language-Team: Indonesian <https://translate.codeberg.org/projects/searxng/"
"searxng/id/>\n"
"Language: id\n"
"Language-Team: Indonesian "
"<https://translate.codeberg.org/projects/searxng/searxng/id/>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -62,6 +61,16 @@ msgstr "gambar"
msgid "videos"
msgstr "video"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -153,116 +162,256 @@ msgid "Uptime"
msgstr "Waktu aktif"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "Tentang"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Sore"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Pagi"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Malam"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Siang"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "Item tidak ditemukan"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Sumber"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Gagal memuat halaman berikutnya"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Pengaturan tidak valid, mohon ubah preferensi Anda"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Pengaturan tidak valid"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "kesalahan pencarian"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "waktu habis"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "kesalahan penguraian"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "kesalahan protokol HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "kesalahan jaringan"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Kesalahan SSL: validasi sertifikat gagal"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "kegagalan yang tak terduga"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "kesalahan HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "kesalahan koneksi HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "kesalahan proksi"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "terlalu banyak permintaan"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "akses ditolak"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "kesalahan server API"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Ditangguhkan"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} menit yang lalu"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} jam, {minutes} menit yang lalu"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Penghasil nilai acak"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Menghasilkan nilai-nilai acak yang berbeda"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Fungsi statistik"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Menghitung {functions} dari argumen"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Mendapatkan arah"
@ -274,31 +423,28 @@ msgstr "{title} (USANG)"
msgid "This entry has been superseded by"
msgstr "Masukan ini telah digantikan oleh"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Saluran"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "kecepatan bit"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "suara"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "klik"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Bahasa"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -306,7 +452,7 @@ msgstr ""
"{numCitations} kutipan dari tahun {firstCitationVelocityYear} sampai "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -316,7 +462,7 @@ msgstr ""
"yang tidak didukung. TinEye hanya mendukung gambar JPEG, PNG, GIF, BMP, "
"TIFF, atau WebP."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -325,55 +471,39 @@ msgstr ""
"membutuhkan sebuah detail yang dasar untuk mengenal kecocokan dengan "
"berhasil."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "Gambar ini tidak dapat diunduh."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Pagi"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Siang"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Sore"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Malam"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Peringkat buku"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Kualitas berkas"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Mengubah string menjadi hash digest yang berbeda."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "intisari hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Pengubah nama host"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "Tulis ulang nama host hasil atau hapus hasil berdasarkan pada nama host"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Penulisan ulang Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -381,11 +511,11 @@ msgstr ""
"Hindari paywall dengan mengalihkan ke versi yang terbuka dari publikasi "
"saat tersedia"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informasi Diri"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -393,11 +523,11 @@ msgstr ""
"Menampilkan IP Anda jika pencariannya adalah \"ip\" dan agen pengguna "
"Anda jika pencariannya mengandung \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin pemeriksaan Tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -406,7 +536,7 @@ msgstr ""
"memberi tahu pengguna jika benar; seperti check.torproject.org, tetapi "
"dari SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -414,7 +544,7 @@ msgstr ""
"Tidak dapat mengunduh daftar node keluar Tor dari: "
"https://check.torproject.org/exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -422,20 +552,24 @@ msgstr ""
"Anda sedang menggunakan Tor dan sepertinya Anda memiliki alamat IP "
"eksternal berikut: {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
"Anda sedang tidak menggunakan Tor dan Anda memiliki alamat IP eksternal "
"berikut: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Penghapus URL pelacak"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Membuang argumen pelacak dari URL yang dikembalikan"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Halaman tidak ditemukan"
@ -449,45 +583,45 @@ msgstr "Pergi ke %(search_page)s."
msgid "search page"
msgstr "halaman pencarian"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Donasi"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Preferensi"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Diberdayakan oleh"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "sebuah mesin pencari meta terbuka yang menghormati privasi"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Kode sumber"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Pelacak masalah"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statistik mesin"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Instansi umum"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Kebijakan privasi"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Hubungi pengelola instansi"
@ -660,7 +794,7 @@ msgstr "cari"
msgid "There is currently no data available. "
msgstr "Saat ini tidak ada data yang tersedia. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nama mesin"
@ -673,12 +807,12 @@ msgstr "Skor"
msgid "Result count"
msgstr "Jumlah hasil"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Waktu respons"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Keandalan"
@ -797,7 +931,7 @@ msgstr "Deteksi otomatis"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Pencarian Aman"
@ -818,7 +952,7 @@ msgid "None"
msgstr "Tidak ada"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Rentang waktu"
@ -887,7 +1021,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "Kembali ke laman sebelumnya menggunakan tombol laman sebelumnya."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Izinkan"
@ -1005,19 +1139,27 @@ msgstr ""
"Tab ini tidak tersedia dalam antarmuka pengguna, tetapi Anda dapat "
"mencari di mesin ini dengan !bang-nya."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "Mendukung bahasa yang dipilih"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Berat"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Waktu maksimum"
@ -1658,3 +1800,4 @@ msgstr "sembunyikan video"
#~ "kami tidak menemukan hasil apa pun. "
#~ "Mohon menggunakan pencarian lain atau "
#~ "cari dalam kategori lain."

View File

@ -29,8 +29,8 @@ msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"PO-Revision-Date: 2024-03-22 07:09+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-04-28 18:18+0000\n"
"Last-Translator: return42 <return42@users.noreply.translate.codeberg.org>\n"
"Language-Team: Italian <https://translate.codeberg.org/projects/searxng/"
"searxng/it/>\n"
@ -39,7 +39,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.4.2\n"
"X-Generator: Weblate 5.4.3\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -82,6 +82,16 @@ msgstr "immagini"
msgid "videos"
msgstr "video"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "radio"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr "tv"
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -173,116 +183,256 @@ msgid "Uptime"
msgstr "Tempo di attività"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "A proposito"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr "Temp. media"
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr "Nuvolosità"
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr "Condizione"
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr "Condizione attuale"
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "Sera"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr "Percepita come"
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr "Umidità"
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr "Temp. massima"
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr "Temp. minima"
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "Mattina"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "Notte"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "Mezzogiorno"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr "Pressione"
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr "Alba"
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr "Tramonto"
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr "Temperatura"
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr "Indice UV"
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr "Visibilità"
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr "Vento"
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr "iscritti"
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr "messaggi"
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr "utenti attivi"
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr "commenti"
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr "utente"
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr "comunità"
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr "punti"
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr "titolo"
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr "autore"
#: searx/webapp.py:330
msgid "No item found"
msgstr "Nessun oggetto trovato"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "Sorgente"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "Errore di caricamento della pagina successiva"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "Impostazioni non valide, modifica le tue preferenze"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "Impostazioni non valide"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "errore di ricerca"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "tempo scaduto"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "errore di analisi"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "errore protocollo HTTP"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "errore di rete"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "Errore SSL: La verifica del certificato è fallita"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "crash inaspettato"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "errore HTTP"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "errore di connessione HTTP"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "errore proxy"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "troppe richieste"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "accesso negato"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "errore server API"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "Sospeso"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "di {minutes} minuto(i) fa"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "di {hours} ora(e) e {minutes} minuto(i) fa"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "Generatore di numeri casuali"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "Genera più numeri casuali"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "Funzioni statistiche"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "Calcola {functions} degli argomenti"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "Ricevi direzioni"
@ -294,31 +444,28 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by"
msgstr "Questa voce è stata sostituita da"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "Canale"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "radio"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "velocità in bit"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "voti"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "clic"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "Lingua"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -326,7 +473,7 @@ msgstr ""
"{numCitations} citazioni dall anno {firstCitationVelocityYear} fino al "
"{lastCitationVelocityYear}"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
@ -336,7 +483,7 @@ msgstr ""
"formato del file non supportato. TinEye supporta solo immagini JPEG, PNG,"
" GIF, BMP, TIFF o Web."
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
@ -345,57 +492,41 @@ msgstr ""
"un maggiore livello di dettagli visivi per identificare corrispondenze "
"con successo."
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "L'immagine non può essere scaricata."
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "Mattina"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "Mezzogiorno"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "Sera"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "Notte"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "Valutazione del libro"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "Qualità del file"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "Converte le stringhe in diversi digest di hash."
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "digest dell'hash"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "Sostituzione del nome host"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr ""
"Riscrivere gli hostname dei risultati o rimuovere i risultati in base "
"all'hostname"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "Reindirizzamento Open Access DOI"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
@ -403,11 +534,11 @@ msgstr ""
"Se possibile, evita il paywall di una pubblicazione reindirizzando ad una"
" versione ad accesso libero"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "Informazioni su di sé"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
@ -415,11 +546,11 @@ msgstr ""
"Mostra il tuo IP se hai cercato \"ip\" ed il tuo user agent se hai "
"cercato \"user agent\"."
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Plugin di verifica tor"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
@ -427,7 +558,7 @@ msgstr ""
"Questo plugin controlla se l'indirizzo richiesto è un nodo di uscita di "
"Tor e informa l'utente se lo è; come check.torproject.org, ma da SearXNG."
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
@ -435,7 +566,7 @@ msgstr ""
"Non ho potuto scaricare la lista dei nodi di uscita di Tor da: "
"https://check.torproject.org?exit-addresses"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
@ -443,18 +574,22 @@ msgstr ""
"Stai usando Tor e sembra che tu abbia il seguente indirizzo IP: "
"{ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "Non stai usando Tor e il tuo indirizzo IP esterno è: {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "Rimuovi URL traccianti"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "Rimuovi gli elementi traccianti dall'indirizzo URL riportato"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "Pagina non trovata"
@ -468,45 +603,45 @@ msgstr "Vai a %(search_page)s."
msgid "search page"
msgstr "cerca nella pagina"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "Dona"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "Preferenze"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Offerto da"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "un meta-motore di ricerca web, open source e rispettoso della privacy"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "Codice sorgente"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "Registratore dei problemi"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "Statistiche dei motori"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "Istanze pubbliche"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "Politica sulla riservatezza"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "Contatta il manutentore dell'istanza"
@ -683,7 +818,7 @@ msgstr "cerca"
msgid "There is currently no data available. "
msgstr "Non ci sono dati attualmente disponibili. "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "Nome del motore"
@ -696,12 +831,12 @@ msgstr "Punteggi"
msgid "Result count"
msgstr "Conteggio dei risultati"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "Tempo di risposta"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "Affidabilità"
@ -820,7 +955,7 @@ msgstr "Rilevamento automatico"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "Ricerca Sicura"
@ -841,7 +976,7 @@ msgid "None"
msgstr "Nessuna"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "Intervallo di tempo"
@ -912,7 +1047,7 @@ msgstr ""
"precedente."
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "Autorizza"
@ -1029,19 +1164,27 @@ msgstr ""
"Questa scheda non esiste nellinterfaccia utente, ma puoi effettuare "
"ricerche in questi motori tramite i suoi !bang."
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "La lingua selezionata è supportata"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "Peso"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "Tempo massimo"

View File

@ -21,19 +21,18 @@
# syobon <syobon@syobon.net>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-25 15:26+0000\n"
"POT-Creation-Date: 2024-04-27 16:29+0000\n"
"PO-Revision-Date: 2024-03-05 21:13+0000\n"
"Last-Translator: tentsbet <remendne@pentrens.jp>\n"
"Language-Team: Japanese <https://translate.codeberg.org/projects/searxng/"
"searxng/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"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4\n"
"Generated-By: Babel 2.14.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING']
@ -76,6 +75,16 @@ msgstr "画像"
msgid "videos"
msgstr "動画"
#. CATEGORY_NAMES['RADIO']
#: searx/engines/radio_browser.py:103 searx/searxng.msg
msgid "radio"
msgstr "ラジオ"
#. CATEGORY_NAMES['TV']
#: searx/searxng.msg
msgid "tv"
msgstr ""
#. CATEGORY_NAMES['IT']
#: searx/searxng.msg
msgid "it"
@ -167,116 +176,256 @@ msgid "Uptime"
msgstr "稼働時間"
#. BRAND_CUSTOM_LINKS['ABOUT']
#: searx/searxng.msg searx/templates/simple/base.html:49
#: searx/searxng.msg searx/templates/simple/base.html:50
msgid "About"
msgstr "関連情報"
#: searx/webapp.py:332
#. WEATHER_TERMS['AVERAGE TEMP.']
#: searx/searxng.msg
msgid "Average temp."
msgstr ""
#. WEATHER_TERMS['CLOUD COVER']
#: searx/searxng.msg
msgid "Cloud cover"
msgstr ""
#. WEATHER_TERMS['CONDITION']
#: searx/searxng.msg
msgid "Condition"
msgstr ""
#. WEATHER_TERMS['CURRENT CONDITION']
#: searx/searxng.msg
msgid "Current condition"
msgstr ""
#. WEATHER_TERMS['EVENING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Evening"
msgstr "夕方"
#. WEATHER_TERMS['FEELS LIKE']
#: searx/searxng.msg
msgid "Feels like"
msgstr ""
#. WEATHER_TERMS['HUMIDITY']
#: searx/searxng.msg
msgid "Humidity"
msgstr ""
#. WEATHER_TERMS['MAX TEMP.']
#: searx/searxng.msg
msgid "Max temp."
msgstr ""
#. WEATHER_TERMS['MIN TEMP.']
#: searx/searxng.msg
msgid "Min temp."
msgstr ""
#. WEATHER_TERMS['MORNING']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Morning"
msgstr "朝"
#. WEATHER_TERMS['NIGHT']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Night"
msgstr "夜間"
#. WEATHER_TERMS['NOON']
#: searx/engines/wttr.py:100 searx/searxng.msg
msgid "Noon"
msgstr "昼"
#. WEATHER_TERMS['PRESSURE']
#: searx/searxng.msg
msgid "Pressure"
msgstr ""
#. WEATHER_TERMS['SUNRISE']
#: searx/searxng.msg
msgid "Sunrise"
msgstr ""
#. WEATHER_TERMS['SUNSET']
#: searx/searxng.msg
msgid "Sunset"
msgstr ""
#. WEATHER_TERMS['TEMPERATURE']
#: searx/searxng.msg
msgid "Temperature"
msgstr ""
#. WEATHER_TERMS['UV INDEX']
#: searx/searxng.msg
msgid "UV index"
msgstr ""
#. WEATHER_TERMS['VISIBILITY']
#: searx/searxng.msg
msgid "Visibility"
msgstr ""
#. WEATHER_TERMS['WIND']
#: searx/searxng.msg
msgid "Wind"
msgstr ""
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
#: searx/searxng.msg
msgid "subscribers"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POSTS']
#: searx/searxng.msg
msgid "posts"
msgstr ""
#. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
#: searx/searxng.msg
msgid "active users"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/searxng.msg
msgid "comments"
msgstr ""
#. SOCIAL_MEDIA_TERMS['USER']
#: searx/searxng.msg
msgid "user"
msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMUNITY']
#: searx/searxng.msg
msgid "community"
msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/searxng.msg
msgid "points"
msgstr ""
#. SOCIAL_MEDIA_TERMS['TITLE']
#: searx/searxng.msg
msgid "title"
msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/searxng.msg
msgid "author"
msgstr ""
#: searx/webapp.py:330
msgid "No item found"
msgstr "アイテムが見つかりません"
#: searx/engines/qwant.py:282
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:334
#: searx/engines/qwant.py:281
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:332
msgid "Source"
msgstr "ソース"
#: searx/webapp.py:336
#: searx/webapp.py:334
msgid "Error loading the next page"
msgstr "次のページの読み込み中にエラーが発生しました"
#: searx/webapp.py:483 searx/webapp.py:879
#: searx/webapp.py:491 searx/webapp.py:887
msgid "Invalid settings, please edit your preferences"
msgstr "設定が無効です、設定を変更してください"
#: searx/webapp.py:499
#: searx/webapp.py:507
msgid "Invalid settings"
msgstr "無効な設定です"
#: searx/webapp.py:576 searx/webapp.py:658
#: searx/webapp.py:584 searx/webapp.py:666
msgid "search error"
msgstr "検索エラー"
#: searx/webutils.py:34
#: searx/webutils.py:36
msgid "timeout"
msgstr "タイムアウト"
#: searx/webutils.py:35
#: searx/webutils.py:37
msgid "parsing error"
msgstr "解析エラー"
#: searx/webutils.py:36
#: searx/webutils.py:38
msgid "HTTP protocol error"
msgstr "HTTP プロトコルエラー"
#: searx/webutils.py:37
#: searx/webutils.py:39
msgid "network error"
msgstr "ネットワークエラー"
#: searx/webutils.py:38
#: searx/webutils.py:40
msgid "SSL error: certificate validation has failed"
msgstr "SSL エラー: 証明書の検証に失敗しました"
#: searx/webutils.py:40
#: searx/webutils.py:42
msgid "unexpected crash"
msgstr "予期しないクラッシュ"
#: searx/webutils.py:47
#: searx/webutils.py:49
msgid "HTTP error"
msgstr "HTTP エラー"
#: searx/webutils.py:48
#: searx/webutils.py:50
msgid "HTTP connection error"
msgstr "HTTP 接続エラー"
#: searx/webutils.py:54
#: searx/webutils.py:56
msgid "proxy error"
msgstr "プロキシエラー"
#: searx/webutils.py:55
#: searx/webutils.py:57
msgid "CAPTCHA"
msgstr "CAPTCHA"
#: searx/webutils.py:56
#: searx/webutils.py:58
msgid "too many requests"
msgstr "リクエストが多すぎます"
#: searx/webutils.py:57
#: searx/webutils.py:59
msgid "access denied"
msgstr "アクセスが拒否されました"
#: searx/webutils.py:58
#: searx/webutils.py:60
msgid "server API error"
msgstr "サーバー API エラー"
#: searx/webutils.py:77
#: searx/webutils.py:79
msgid "Suspended"
msgstr "一時停止"
#: searx/webutils.py:315
#: searx/webutils.py:314
msgid "{minutes} minute(s) ago"
msgstr "{minutes} 分前"
#: searx/webutils.py:316
#: searx/webutils.py:315
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} 時間と{minutes} 分前"
#: searx/answerers/random/answerer.py:73
#: searx/answerers/random/answerer.py:75
msgid "Random value generator"
msgstr "ランダムな値を生成"
#: searx/answerers/random/answerer.py:74
#: searx/answerers/random/answerer.py:76
msgid "Generate different random values"
msgstr "異なるランダムな値を生成する"
#: searx/answerers/statistics/answerer.py:47
#: searx/answerers/statistics/answerer.py:48
msgid "Statistics functions"
msgstr "統計機能"
#: searx/answerers/statistics/answerer.py:48
#: searx/answerers/statistics/answerer.py:49
msgid "Compute {functions} of the arguments"
msgstr "変数の {functions} を計算する"
#: searx/engines/openstreetmap.py:160
#: searx/engines/openstreetmap.py:159
msgid "Get directions"
msgstr "経路を取得する"
@ -288,31 +437,28 @@ msgstr "{title} (廃止)"
msgid "This entry has been superseded by"
msgstr "このエントリは、置き換えられました:"
#: searx/engines/qwant.py:284
#: searx/engines/qwant.py:283
msgid "Channel"
msgstr "チャンネル"
#: searx/engines/radio_browser.py:104
msgid "radio"
msgstr "ラジオ"
#: searx/engines/radio_browser.py:106
#: searx/engines/radio_browser.py:105
msgid "bitrate"
msgstr "ビットレート"
#: searx/engines/radio_browser.py:107
#: searx/engines/radio_browser.py:106
msgid "votes"
msgstr "票数"
#: searx/engines/radio_browser.py:108
#: searx/engines/radio_browser.py:107
msgid "clicks"
msgstr "クリック"
#: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
#: searx/engines/seekr.py:193 searx/engines/yummly.py:71
#: searx/engines/zlibrary.py:128
msgid "Language"
msgstr "言語"
#: searx/engines/semantic_scholar.py:79
#: searx/engines/semantic_scholar.py:78
msgid ""
"{numCitations} citations from the year {firstCitationVelocityYear} to "
"{lastCitationVelocityYear}"
@ -320,118 +466,105 @@ msgstr ""
"{firstCitationVelocityYear} 年から "
"{lastCitationVelocityYear}年まで{numCitations} が引用文献として"
#: searx/engines/tineye.py:40
#: searx/engines/tineye.py:39
msgid ""
"Could not read that image url. This may be due to an unsupported file "
"format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
" WebP."
msgstr "この画像URLは読み取ることができません。サポートされていないフォーマットだと考えられます。TinEyeはJPEG、PNG、GIF、BMP、TIFF、WebPの画像のみサポートしています。"
#: searx/engines/tineye.py:46
#: searx/engines/tineye.py:45
msgid ""
"The image is too simple to find matches. TinEye requires a basic level of"
" visual detail to successfully identify matches."
msgstr "画像が単純すぎます。TinEyeが正しく照合を行うにはある程度詳細な視覚情報が必要"
"です。"
msgstr "画像が単純すぎます。TinEyeが正しく照合を行うにはある程度詳細な視覚情報が必要です。"
#: searx/engines/tineye.py:52
#: searx/engines/tineye.py:51
msgid "The image could not be downloaded."
msgstr "この画像はダウンロードはできません。"
#: searx/engines/wttr.py:101
msgid "Morning"
msgstr "朝"
#: searx/engines/wttr.py:101
msgid "Noon"
msgstr "昼"
#: searx/engines/wttr.py:101
msgid "Evening"
msgstr "夕方"
#: searx/engines/wttr.py:101
msgid "Night"
msgstr "夜間"
#: searx/engines/zlibrary.py:130
#: searx/engines/zlibrary.py:129
msgid "Book rating"
msgstr "書籍評価点数"
#: searx/engines/zlibrary.py:131
#: searx/engines/zlibrary.py:130
msgid "File quality"
msgstr "ファイル品質"
#: searx/plugins/hash_plugin.py:24
#: searx/plugins/hash_plugin.py:10
msgid "Converts strings to different hash digests."
msgstr "文字列を異なるハッシュダイジェストに変換。"
#: searx/plugins/hash_plugin.py:52
#: searx/plugins/hash_plugin.py:38
msgid "hash digest"
msgstr "ハッシュダイジェスト"
#: searx/plugins/hostname_replace.py:9
#: searx/plugins/hostname_replace.py:12
msgid "Hostname replace"
msgstr "ホストネーム入れ替え"
#: searx/plugins/hostname_replace.py:10
#: searx/plugins/hostname_replace.py:13
msgid "Rewrite result hostnames or remove results based on the hostname"
msgstr "結果のホスト名を書き換えるか、ホスト名に基づいて結果を削除します"
#: searx/plugins/oa_doi_rewrite.py:9
#: searx/plugins/oa_doi_rewrite.py:12
msgid "Open Access DOI rewrite"
msgstr "オープンアクセス DOI の書き換え"
#: searx/plugins/oa_doi_rewrite.py:10
#: searx/plugins/oa_doi_rewrite.py:13
msgid ""
"Avoid paywalls by redirecting to open-access versions of publications "
"when available"
msgstr "可能ならば オープンアクセス版の出版物へリダイレクトし、有料出版物を回避する"
#: searx/plugins/self_info.py:10
#: searx/plugins/self_info.py:9
msgid "Self Information"
msgstr "自分の情報"
#: searx/plugins/self_info.py:11
#: searx/plugins/self_info.py:10
msgid ""
"Displays your IP if the query is \"ip\" and your user agent if the query "
"contains \"user agent\"."
msgstr "クエリが \"ip\" の場合にあなたのIPを、クエリに \"user agent\" が含まれる場合にあなたのユーザーエージェントを表示します。"
#: searx/plugins/tor_check.py:25
#: searx/plugins/tor_check.py:24
msgid "Tor check plugin"
msgstr "Tor 確認プラグイン"
#: searx/plugins/tor_check.py:28
#: searx/plugins/tor_check.py:27
msgid ""
"This plugin checks if the address of the request is a Tor exit-node, and "
"informs the user if it is; like check.torproject.org, but from SearXNG."
msgstr "このプラグインではcheck.torprogject.orgのようにTor 出口ードのIPアドレスをSearXNGからチェックする。"
#: searx/plugins/tor_check.py:62
#: searx/plugins/tor_check.py:61
msgid ""
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr "「https://check.torproject.org/exit-addresses」からTor 出口ノードの一覧をダウンロードできません"
#: searx/plugins/tor_check.py:78
#: searx/plugins/tor_check.py:77
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr "あなたの利用しているTorの外部IPアドレスは次のようになっている : {ip_address}"
#: searx/plugins/tor_check.py:86
#: searx/plugins/tor_check.py:85
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr "あなたはTorを利用しておらず外部IPアドレスは次のようになっている : {ip_address}"
#: searx/plugins/tracker_url_remover.py:29
#: searx/plugins/tracker_url_remover.py:16
msgid "Tracker URL remover"
msgstr "トラッカー URL リムーバー"
#: searx/plugins/tracker_url_remover.py:30
#: searx/plugins/tracker_url_remover.py:17
msgid "Remove trackers arguments from the returned URL"
msgstr "返された URL からトラッカー引数を消去する"
#: searx/plugins/unit_converter.py:10
msgid "Convert between units"
msgstr ""
#: searx/templates/simple/404.html:4
msgid "Page not found"
msgstr "ページが見つかりません"
@ -445,45 +578,45 @@ msgstr "%(search_page)s へ行く。"
msgid "search page"
msgstr "検索ページ"
#: searx/templates/simple/base.html:53
#: searx/templates/simple/base.html:54
msgid "Donate"
msgstr "寄付"
#: searx/templates/simple/base.html:57
#: searx/templates/simple/base.html:58
#: searx/templates/simple/preferences.html:156
msgid "Preferences"
msgstr "設定"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "Powered by"
msgstr "Powered by"
#: searx/templates/simple/base.html:67
#: searx/templates/simple/base.html:68
msgid "a privacy-respecting, open metasearch engine"
msgstr "プライバシーを尊重する、オープンメタ検索エンジン"
#: searx/templates/simple/base.html:68
#: searx/templates/simple/base.html:69
#: searx/templates/simple/result_templates/packages.html:59
msgid "Source code"
msgstr "ソースコード"
#: searx/templates/simple/base.html:69
#: searx/templates/simple/base.html:70
msgid "Issue tracker"
msgstr "課題報告"
#: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
#: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
msgid "Engine stats"
msgstr "検索エンジンの状態"
#: searx/templates/simple/base.html:72
#: searx/templates/simple/base.html:73
msgid "Public instances"
msgstr "パブリック インスタンス"
#: searx/templates/simple/base.html:75
#: searx/templates/simple/base.html:76
msgid "Privacy policy"
msgstr "プライバシーポリシー"
#: searx/templates/simple/base.html:78
#: searx/templates/simple/base.html:79
msgid "Contact instance maintainer"
msgstr "インスタンスメンテナと連絡を取る"
@ -654,7 +787,7 @@ msgstr "検索"
msgid "There is currently no data available. "
msgstr "現在データがありません。 "
#: searx/templates/simple/preferences/engines.html:18
#: searx/templates/simple/preferences/engines.html:24
#: searx/templates/simple/stats.html:25
msgid "Engine name"
msgstr "検索エンジン名"
@ -667,12 +800,12 @@ msgstr "スコア"
msgid "Result count"
msgstr "結果カウント"
#: searx/templates/simple/preferences/engines.html:25
#: searx/templates/simple/preferences/engines.html:31
#: searx/templates/simple/stats.html:28
msgid "Response time"
msgstr "応答時間"
#: searx/templates/simple/preferences/engines.html:29
#: searx/templates/simple/preferences/engines.html:35
#: searx/templates/simple/stats.html:29
msgid "Reliability"
msgstr "信頼性"
@ -791,7 +924,7 @@ msgstr "自動検出"
#: searx/templates/simple/filters/safesearch.html:2
#: searx/templates/simple/filters/safesearch.html:3
#: searx/templates/simple/filters/safesearch.html:4
#: searx/templates/simple/preferences/engines.html:21
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/safesearch.html:2
msgid "SafeSearch"
msgstr "セーフサーチ"
@ -812,7 +945,7 @@ msgid "None"
msgstr "オフ"
#: searx/templates/simple/filters/time_range.html:1
#: searx/templates/simple/preferences/engines.html:22
#: searx/templates/simple/preferences/engines.html:28
msgid "Time range"
msgstr "時間範囲"
@ -881,7 +1014,7 @@ msgid "Go back to the previous page using the previous page button."
msgstr "前ページボタンを使うと、前のページに戻ることができます。"
#: searx/templates/simple/preferences/answerers.html:4
#: searx/templates/simple/preferences/engines.html:17
#: searx/templates/simple/preferences/engines.html:23
msgid "Allow"
msgstr "許可する"
@ -990,19 +1123,27 @@ msgid ""
"these engines by its !bangs."
msgstr "インタフェースやタブの中にはないが、!bangを使うことでこれらのエンジンで検索できる。"
#: searx/templates/simple/preferences/engines.html:19
#: searx/templates/simple/preferences/engines.html:15
msgid "Enable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:16
msgid "Disable all"
msgstr ""
#: searx/templates/simple/preferences/engines.html:25
msgid "!bang"
msgstr "!bang"
#: searx/templates/simple/preferences/engines.html:20
#: searx/templates/simple/preferences/engines.html:26
msgid "Supports selected language"
msgstr "選択された言語のサポート"
#: searx/templates/simple/preferences/engines.html:23
#: searx/templates/simple/preferences/engines.html:29
msgid "Weight"
msgstr "比重"
#: searx/templates/simple/preferences/engines.html:27
#: searx/templates/simple/preferences/engines.html:33
msgid "Max time"
msgstr "最大時間"
@ -1713,3 +1854,4 @@ msgstr "動画を隠す"
#~ "use another query or search in "
#~ "more categories."
#~ msgstr "検索結果はありませんでした。別のカテゴリ、または他のクエリで検索してください。"

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