17 Commits

Author SHA1 Message Date
Austin-Olacsi
9d3ec9a2a2 [feat] pixiv engine: add filter for AI generated images 2025-12-07 23:34:16 +01:00
Ivan Gabaldon
74ec225ad1 [fix] themes: clear search input (#5540)
* [fix] themes: clear search input

Closes https://github.com/searxng/searxng/issues/5539

* [fix] themes: rebuild static
2025-12-07 13:26:01 +00:00
Markus Heiser
b5a1a092f1 [debug] partial revert of 5e0e1c6b3 (#5535)
Issue #5490 was caused by a regression of GH action in v6.0.0, updating to
v6.0.1 [2] fixed our workflow and debug messages are no longer needed.

[1] https://github.com/searxng/searxng/issues/5490#issuecomment-3616230451
[2] https://github.com/searxng/searxng/pull/5530

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-12-06 09:15:56 +01:00
dependabot[bot]
ddc6d68114 [upd] pypi: Bump the minor group with 2 updates (#5527)
Bumps the minor group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [basedpyright](https://github.com/detachhead/basedpyright).


Updates `pylint` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4)

Updates `basedpyright` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.34.0...v1.35.0)
2025-12-05 15:39:35 +01:00
github-actions[bot]
32eb84d6d3 [l10n] update translations from Weblate (#5532) 2025-12-05 15:38:35 +01:00
Ivan Gabaldon
da6c635ea2 [upd] themes: update vite 2025-12-05 11:14:26 +00:00
dependabot[bot]
e34c356e64 [upd] web-client (simple): Bump the minor group
Bumps the minor group in /client/simple with 2 updates: [browserslist](https://github.com/browserslist/browserslist) and [mathjs](https://github.com/josdejong/mathjs).

Updates `browserslist` from 4.28.0 to 4.28.1
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.28.0...4.28.1)

Updates `mathjs` from 15.0.0 to 15.1.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](https://github.com/josdejong/mathjs/compare/v15.0.0...v15.1.0)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: mathjs
  dependency-version: 15.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 10:42:18 +00:00
dependabot[bot]
7017393647 [upd] github-actions: Bump actions/setup-node from 6.0.0 to 6.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](2028fbc5c2...395ad32622)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 10:26:25 +00:00
dependabot[bot]
aa49f5b933 [upd] github-actions: Bump github/codeql-action from 4.31.5 to 4.31.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](fdbfb4d275...fe4161a26a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 10:25:37 +00:00
dependabot[bot]
3f91ac47e6 [upd] github-actions: Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1af3b93b68...8e8c483db8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 10:14:41 +00:00
Markus Heiser
8c631b92ce [mod] setup.py package_data - use recursive globs for package_data
To test this patch build a python wheel::

    $ make clean py.build

and llok out if you are missing any files in the wheel::

    $ unzip -l dist/searxng-*-py3-none-any.whl

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-12-04 15:04:36 +01:00
leaty
0ebac144f5 [fix] py: sxng wheel build still broken
Directories chunk and img were not included

Signed-off-by: leaty <dev@leaty.net>
2025-12-04 15:04:36 +01:00
Markus Heiser
5e0e1c6b31 [debug] CI - add debug to trace issue #5490 (#5519)
The error only occurs in the CI action, which is why we need to commit the coded
debug.  As soon as the bug is identified and fixed, this commit can be reverted
/ the ``set -x`` can be removed from the code.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-12-04 14:07:22 +01:00
Markus Heiser
3c7545c6ce [fix] plugin unit-converter - remove leftovers (#5517)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-12-04 07:51:48 +01:00
Austin-Olacsi
aba839195b [fix] findthatmeme: hardening the response against KeyErrors (#5516) 2025-12-04 07:13:05 +01:00
Bnyro
1f6ea41272 [fix] mojeek: first search page is rate-limited
Mojeek blocks all requests where the page offset parameter `s`
is set to 0, hence we may not set it for fetching the first results page.
2025-12-03 17:03:27 +01:00
Ivan Gabaldon
5450d22796 [fix] py: sxng wheel build broken (#5510)
Include everything inside `static/themes/` on SearXNG wheel creation.

```
2025-12-03 10:40:43,509 INFO🛞 adding
'searx/static/themes/simple/manifest.json' 2025-12-03 10:40:43,509
INFO🛞 adding 'searx/static/themes/simple/sxng-core.min.js'
2025-12-03 10:40:43,509 INFO🛞 adding
'searx/static/themes/simple/sxng-core.min.js.map' 2025-12-03
10:40:43,510 INFO🛞 adding
'searx/static/themes/simple/sxng-ltr.min.css' 2025-12-03 10:40:43,510
INFO🛞 adding 'searx/static/themes/simple/sxng-rss.min.css'
2025-12-03 10:40:43,511 INFO🛞 adding
'searx/static/themes/simple/sxng-rtl.min.css' 2025-12-03 10:40:43,511
INFO🛞 adding 'searx/static/themes/simple/chunk/13gvpunf.min.js'
2025-12-03 10:40:43,511 INFO🛞 adding
'searx/static/themes/simple/chunk/13gvpunf.min.js.map' 2025-12-03
10:40:43,516 INFO🛞 adding
'searx/static/themes/simple/chunk/BAcZkB_P.min.js' 2025-12-03
10:40:43,548 INFO🛞 adding
'searx/static/themes/simple/chunk/BAcZkB_P.min.js.map' 2025-12-03
10:40:43,551 INFO🛞 adding
'searx/static/themes/simple/chunk/CHkLfdMs.min.js' 2025-12-03
10:40:43,561 INFO🛞 adding
'searx/static/themes/simple/chunk/CHkLfdMs.min.js.map' 2025-12-03
10:40:43,562 INFO🛞 adding
'searx/static/themes/simple/chunk/CyyZ9XJS.min.js' 2025-12-03
10:40:43,562 INFO🛞 adding
'searx/static/themes/simple/chunk/CyyZ9XJS.min.js.map' 2025-12-03
10:40:43,562 INFO🛞 adding
'searx/static/themes/simple/chunk/DBO1tjH7.min.js' 2025-12-03
10:40:43,562 INFO🛞 adding
'searx/static/themes/simple/chunk/DBO1tjH7.min.js.map' 2025-12-03
10:40:43,562 INFO🛞 adding
'searx/static/themes/simple/chunk/Db5v-hxx.min.js' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/Db5v-hxx.min.js.map' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/DxJxX49r.min.js' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/DxJxX49r.min.js.map' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/KPZlR0ib.min.js' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/KPZlR0ib.min.js.map' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/Q2SRo2ED.min.js' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/Q2SRo2ED.min.js.map' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/gZqIRpW1.min.js' 2025-12-03
10:40:43,563 INFO🛞 adding
'searx/static/themes/simple/chunk/gZqIRpW1.min.js.map' 2025-12-03
10:40:43,564 INFO🛞 adding
'searx/static/themes/simple/img/empty_favicon.svg' 2025-12-03
10:40:43,564 INFO🛞 adding
'searx/static/themes/simple/img/favicon.png' 2025-12-03 10:40:43,564
INFO🛞 adding 'searx/static/themes/simple/img/favicon.svg'
2025-12-03 10:40:43,564 INFO🛞 adding
'searx/static/themes/simple/img/img_load_error.svg' 2025-12-03
10:40:43,564 INFO🛞 adding
'searx/static/themes/simple/img/searxng.png' 2025-12-03 10:40:43,564
INFO🛞 adding 'searx/static/themes/simple/img/searxng.svg'
2025-12-03 10:40:43,564 INFO🛞 adding
'searx/static/themes/simple/img/select-dark.svg' 2025-12-03 10:40:43,564
INFO🛞 adding 'searx/static/themes/simple/img/select-light.svg'
```
2025-12-03 11:21:18 +00:00
143 changed files with 3031 additions and 2357 deletions

View File

@@ -29,7 +29,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"

View File

@@ -83,7 +83,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
fetch-depth: "0" fetch-depth: "0"
@@ -145,7 +145,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
@@ -179,7 +179,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"

View File

@@ -45,7 +45,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"

View File

@@ -37,7 +37,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
fetch-depth: "0" fetch-depth: "0"

View File

@@ -40,7 +40,7 @@ jobs:
python-version: "${{ matrix.python-version }}" python-version: "${{ matrix.python-version }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
@@ -67,12 +67,12 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with: with:
node-version-file: "./.nvmrc" node-version-file: "./.nvmrc"

View File

@@ -40,7 +40,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}"
fetch-depth: "0" fetch-depth: "0"
@@ -87,7 +87,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}" token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}"
fetch-depth: "0" fetch-depth: "0"

View File

@@ -24,7 +24,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
persist-credentials: "false" persist-credentials: "false"
@@ -41,6 +41,6 @@ jobs:
write-comment: "false" write-comment: "false"
- name: Upload SARIFs - name: Upload SARIFs
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
with: with:
sarif_file: "./scout.sarif" sarif_file: "./scout.sarif"

View File

@@ -17,12 +17,11 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.3.8", "@biomejs/biome": "2.3.8",
"@types/node": "~24.10.1", "@types/node": "~24.10.1",
"browserslist": "~4.28.0", "browserslist": "~4.28.1",
"browserslist-to-esbuild": "~2.1.1", "browserslist-to-esbuild": "~2.1.1",
"edge.js": "~6.3.0", "edge.js": "~6.3.0",
"less": "~4.4.2", "less": "~4.4.2",
"lightningcss": "~1.30.2", "mathjs": "~15.1.0",
"mathjs": "~15.0.0",
"sharp": "~0.34.5", "sharp": "~0.34.5",
"sort-package-json": "~3.5.0", "sort-package-json": "~3.5.0",
"stylelint": "~16.26.0", "stylelint": "~16.26.0",
@@ -30,7 +29,7 @@
"stylelint-prettier": "~5.0.3", "stylelint-prettier": "~5.0.3",
"svgo": "~4.0.0", "svgo": "~4.0.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.7", "vite": "8.0.0-beta.0",
"vite-bundle-analyzer": "~1.2.3" "vite-bundle-analyzer": "~1.2.3"
} }
}, },
@@ -938,15 +937,15 @@
} }
}, },
"node_modules/@napi-rs/wasm-runtime": { "node_modules/@napi-rs/wasm-runtime": {
"version": "1.0.7", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz",
"integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==", "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"@emnapi/core": "^1.5.0", "@emnapi/core": "^1.7.1",
"@emnapi/runtime": "^1.5.0", "@emnapi/runtime": "^1.7.1",
"@tybys/wasm-util": "^0.10.1" "@tybys/wasm-util": "^0.10.1"
} }
}, },
@@ -989,9 +988,9 @@
} }
}, },
"node_modules/@oxc-project/runtime": { "node_modules/@oxc-project/runtime": {
"version": "0.98.0", "version": "0.101.0",
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.98.0.tgz", "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.101.0.tgz",
"integrity": "sha512-F0ldlBv2orG2YqNL0w77deq9yCaO4zEHbanGnW/jaJxGBR8ImekvZb8x42zAHvdzr8J76psibijvHtXfSjbEIQ==", "integrity": "sha512-t3qpfVZIqSiLQ5Kqt/MC4Ge/WCOGrrcagAdzTcDaggupjiGxUx4nJF2v6wUCXWSzWHn5Ns7XLv13fCJEwCOERQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -999,9 +998,9 @@
} }
}, },
"node_modules/@oxc-project/types": { "node_modules/@oxc-project/types": {
"version": "0.98.0", "version": "0.101.0",
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.98.0.tgz", "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.101.0.tgz",
"integrity": "sha512-Vzmd6FsqVuz5HQVcRC/hrx7Ujo3WEVeQP7C2UNP5uy1hUY4SQvMB+93jxkI1KRHz9a/6cni3glPOtvteN+zpsw==", "integrity": "sha512-nuFhqlUzJX+gVIPPfuE6xurd4lST3mdcWOhyK/rZO0B9XWMKm79SuszIQEnSMmmDhq1DC8WWVYGVd+6F93o1gQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"funding": { "funding": {
@@ -1084,9 +1083,9 @@
} }
}, },
"node_modules/@rolldown/binding-android-arm64": { "node_modules/@rolldown/binding-android-arm64": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.53.tgz",
"integrity": "sha512-Ctn8FUXKWWQI9pWC61P1yumS9WjQtelNS9riHwV7oCkknPGaAry4o7eFx2KgoLMnI2BgFJYpW7Im8/zX3BuONg==", "integrity": "sha512-Ok9V8o7o6YfSdTTYA/uHH30r3YtOxLD6G3wih/U9DO0ucBBFq8WPt/DslU53OgfteLRHITZny9N/qCUxMf9kjQ==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1101,9 +1100,9 @@
} }
}, },
"node_modules/@rolldown/binding-darwin-arm64": { "node_modules/@rolldown/binding-darwin-arm64": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.53.tgz",
"integrity": "sha512-EL1aRW2Oq15ShUEkBPsDtLMO8GTqfb/ktM/dFaVzXKQiEE96Ss6nexMgfgQrg8dGnNpndFyffVDb5IdSibsu1g==", "integrity": "sha512-yIsKqMz0CtRnVa6x3Pa+mzTihr4Ty+Z6HfPbZ7RVbk1Uxnco4+CUn7Qbm/5SBol1JD/7nvY8rphAgyAi7Lj6Vg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1118,9 +1117,9 @@
} }
}, },
"node_modules/@rolldown/binding-darwin-x64": { "node_modules/@rolldown/binding-darwin-x64": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.53.tgz",
"integrity": "sha512-uGtYKlFen9pMIPvkHPWZVDtmYhMQi5g5Ddsndg1gf3atScKYKYgs5aDP4DhHeTwGXQglhfBG7lEaOIZ4UAIWww==", "integrity": "sha512-GTXe+mxsCGUnJOFMhfGWmefP7Q9TpYUseHvhAhr21nCTgdS8jPsvirb0tJwM3lN0/u/cg7bpFNa16fQrjKrCjQ==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1135,9 +1134,9 @@
} }
}, },
"node_modules/@rolldown/binding-freebsd-x64": { "node_modules/@rolldown/binding-freebsd-x64": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.53.tgz",
"integrity": "sha512-JRoVTQtHYbZj1P07JLiuTuXjiBtIa7ag7/qgKA6CIIXnAcdl4LrOf7nfDuHPJcuRKaP5dzecMgY99itvWfmUFQ==", "integrity": "sha512-9Tmp7bBvKqyDkMcL4e089pH3RsjD3SUungjmqWtyhNOxoQMh0fSmINTyYV8KXtE+JkxYMPWvnEt+/mfpVCkk8w==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1152,9 +1151,9 @@
} }
}, },
"node_modules/@rolldown/binding-linux-arm-gnueabihf": { "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.53.tgz",
"integrity": "sha512-BKATVnpPZ0TYBW9XfDwyd4kPGgvf964HiotIwUgpMrFOFYWqpZ+9ONNzMV4UFAYC7Hb5C2qgYQk/qj2OnAd4RQ==", "integrity": "sha512-a1y5fiB0iovuzdbjUxa7+Zcvgv+mTmlGGC4XydVIsyl48eoxgaYkA3l9079hyTyhECsPq+mbr0gVQsFU11OJAQ==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -1169,9 +1168,9 @@
} }
}, },
"node_modules/@rolldown/binding-linux-arm64-gnu": { "node_modules/@rolldown/binding-linux-arm64-gnu": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.53.tgz",
"integrity": "sha512-xLd7da5jkfbVsBCm1buIRdWtuXY8+hU3+6ESXY/Tk5X5DPHaifrUblhYDgmA34dQt6WyNC2kfXGgrduPEvDI6Q==", "integrity": "sha512-bpIGX+ov9PhJYV+wHNXl9rzq4F0QvILiURn0y0oepbQx+7stmQsKA0DhPGwmhfvF856wq+gbM8L92SAa/CBcLg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1186,9 +1185,9 @@
} }
}, },
"node_modules/@rolldown/binding-linux-arm64-musl": { "node_modules/@rolldown/binding-linux-arm64-musl": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.53.tgz",
"integrity": "sha512-EQFXTgHxxTzv3t5EmjUP/DfxzFYx9sMndfLsYaAY4DWF6KsK1fXGYsiupif6qPTViPC9eVmRm78q0pZU/kuIPg==", "integrity": "sha512-bGe5EBB8FVjHBR1mOLOPEFg1Lp3//7geqWkU5NIhxe+yH0W8FVrQ6WRYOap4SUTKdklD/dC4qPLREkMMQ855FA==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1203,9 +1202,9 @@
} }
}, },
"node_modules/@rolldown/binding-linux-x64-gnu": { "node_modules/@rolldown/binding-linux-x64-gnu": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.53.tgz",
"integrity": "sha512-p5P6Xpa68w3yFaAdSzIZJbj+AfuDnMDqNSeglBXM7UlJT14Q4zwK+rV+8Mhp9MiUb4XFISZtbI/seBprhkQbiQ==", "integrity": "sha512-qL+63WKVQs1CMvFedlPt0U9PiEKJOAL/bsHMKUDS6Vp2Q+YAv/QLPu8rcvkfIMvQ0FPU2WL0aX4eWwF6e/GAnA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1220,9 +1219,9 @@
} }
}, },
"node_modules/@rolldown/binding-linux-x64-musl": { "node_modules/@rolldown/binding-linux-x64-musl": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.53.tgz",
"integrity": "sha512-sNVVyLa8HB8wkFipdfz1s6i0YWinwpbMWk5hO5S+XAYH2UH67YzUT13gs6wZTKg2x/3gtgXzYnHyF5wMIqoDAw==", "integrity": "sha512-VGl9JIGjoJh3H8Mb+7xnVqODajBmrdOOb9lxWXdcmxyI+zjB2sux69br0hZJDTyLJfvBoYm439zPACYbCjGRmw==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1237,9 +1236,9 @@
} }
}, },
"node_modules/@rolldown/binding-openharmony-arm64": { "node_modules/@rolldown/binding-openharmony-arm64": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.53.tgz",
"integrity": "sha512-e/JMTz9Q8+T3g/deEi8DK44sFWZWGKr9AOCW5e8C8SCVWzAXqYXAG7FXBWBNzWEZK0Rcwo9TQHTQ9Q0gXgdCaA==", "integrity": "sha512-B4iIserJXuSnNzA5xBLFUIjTfhNy7d9sq4FUMQY3GhQWGVhS2RWWzzDnkSU6MUt7/aHUrep0CdQfXUJI9D3W7A==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1254,9 +1253,9 @@
} }
}, },
"node_modules/@rolldown/binding-wasm32-wasi": { "node_modules/@rolldown/binding-wasm32-wasi": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.53.tgz",
"integrity": "sha512-We3LWqSu6J9s5Y0MK+N7fUiiu37aBGPG3Pc347EoaROuAwkCS2u9xJ5dpIyLW4B49CIbS3KaPmn4kTgPb3EyPw==", "integrity": "sha512-BUjAEgpABEJXilGq/BPh7jeU3WAJ5o15c1ZEgHaDWSz3LB881LQZnbNJHmUiM4d1JQWMYYyR1Y490IBHi2FPJg==",
"cpu": [ "cpu": [
"wasm32" "wasm32"
], ],
@@ -1264,16 +1263,16 @@
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"@napi-rs/wasm-runtime": "^1.0.7" "@napi-rs/wasm-runtime": "^1.1.0"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
} }
}, },
"node_modules/@rolldown/binding-win32-arm64-msvc": { "node_modules/@rolldown/binding-win32-arm64-msvc": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.53.tgz",
"integrity": "sha512-fj56buHRuMM+r/cb6ZYfNjNvO/0xeFybI6cTkTROJatdP4fvmQ1NS8D/Lm10FCSDEOkqIz8hK3TGpbAThbPHsA==", "integrity": "sha512-s27uU7tpCWSjHBnxyVXHt3rMrQdJq5MHNv3BzsewCIroIw3DJFjMH1dzCPPMUFxnh1r52Nf9IJ/eWp6LDoyGcw==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -1287,27 +1286,10 @@
"node": "^20.19.0 || >=22.12.0" "node": "^20.19.0 || >=22.12.0"
} }
}, },
"node_modules/@rolldown/binding-win32-ia32-msvc": {
"version": "1.0.0-beta.51",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.0.0-beta.51.tgz",
"integrity": "sha512-fkqEqaeEx8AySXiDm54b/RdINb3C0VovzJA3osMhZsbn6FoD73H0AOIiaVAtGr6x63hefruVKTX8irAm4Jkt2w==",
"cpu": [
"ia32"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/binding-win32-x64-msvc": { "node_modules/@rolldown/binding-win32-x64-msvc": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.53.tgz",
"integrity": "sha512-CWuLG/HMtrVcjKGa0C4GnuxONrku89g0+CsH8nT0SNhOtREXuzwgjIXNJImpE/A/DMf9JF+1Xkrq/YRr+F/rCg==", "integrity": "sha512-cjWL/USPJ1g0en2htb4ssMjIycc36RvdQAx1WlXnS6DpULswiUTVXPDesTifSKYSyvx24E0YqQkEm0K/M2Z/AA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1322,9 +1304,9 @@
} }
}, },
"node_modules/@rolldown/pluginutils": { "node_modules/@rolldown/pluginutils": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
"integrity": "sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==", "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -1598,9 +1580,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/baseline-browser-mapping": { "node_modules/baseline-browser-mapping": {
"version": "2.8.32", "version": "2.9.2",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.32.tgz", "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.2.tgz",
"integrity": "sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==", "integrity": "sha512-PxSsosKQjI38iXkmb3d0Y32efqyA0uW4s41u4IVBsLlWLhCiYNpH/AfNOVWRqCQBlD8TFJTz6OUWNd4DFJCnmw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@@ -1628,9 +1610,9 @@
} }
}, },
"node_modules/browserslist": { "node_modules/browserslist": {
"version": "4.28.0", "version": "4.28.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
"integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -1649,11 +1631,11 @@
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"baseline-browser-mapping": "^2.8.25", "baseline-browser-mapping": "^2.9.0",
"caniuse-lite": "^1.0.30001754", "caniuse-lite": "^1.0.30001759",
"electron-to-chromium": "^1.5.249", "electron-to-chromium": "^1.5.263",
"node-releases": "^2.0.27", "node-releases": "^2.0.27",
"update-browserslist-db": "^1.1.4" "update-browserslist-db": "^1.2.0"
}, },
"bin": { "bin": {
"browserslist": "cli.js" "browserslist": "cli.js"
@@ -1716,9 +1698,9 @@
} }
}, },
"node_modules/caniuse-lite": { "node_modules/caniuse-lite": {
"version": "1.0.30001757", "version": "1.0.30001759",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001759.tgz",
"integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==", "integrity": "sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -2154,9 +2136,9 @@
} }
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.262", "version": "1.5.266",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.266.tgz",
"integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==", "integrity": "sha512-kgWEglXvkEfMH7rxP5OSZZwnaDWT7J9EoZCujhnpLbfi0bbNtRkgdX2E3gt0Uer11c61qCYktB3hwkAS325sJg==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },
@@ -2796,9 +2778,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/keyv": { "node_modules/keyv": {
"version": "5.5.4", "version": "5.5.5",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz", "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.5.tgz",
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==", "integrity": "sha512-FA5LmZVF1VziNc0bIdCSA1IoSVnDCqE8HJIZZv2/W8YmoAM50+tnUgJR/gQZwEeIMleuIOnRnHA/UaZRNeV4iQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
@@ -3148,9 +3130,9 @@
} }
}, },
"node_modules/mathjs": { "node_modules/mathjs": {
"version": "15.0.0", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.0.0.tgz", "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.0.tgz",
"integrity": "sha512-eXXXRKEl/htny5T/Ce/hbmqa8WZi2RmaCEHBOVtTeYcYyyGvz1UYSdK2ypydDepFF6F7ue0OygXRRIx8lLq/uw==", "integrity": "sha512-HfnAcScQm9drGryodlDqeS3WAl4gUTYGDcOtcqL/8s23MZ28Ib1i8XnYK3ZdjNuaW/L4BAp9lIp8vxAMrcuu1w==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@@ -3554,9 +3536,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.7.2", "version": "3.7.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
"integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==", "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
@@ -3710,14 +3692,14 @@
} }
}, },
"node_modules/rolldown": { "node_modules/rolldown": {
"version": "1.0.0-beta.51", "version": "1.0.0-beta.53",
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.51.tgz", "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.53.tgz",
"integrity": "sha512-ZRLgPlS91l4JztLYEZnmMcd3Umcla1hkXJgiEiR4HloRJBBoeaX8qogTu5Jfu36rRMVLndzqYv0h+M5gJAkUfg==", "integrity": "sha512-Qd9c2p0XKZdgT5AYd+KgAMggJ8ZmCs3JnS9PTMWkyUfteKlfmKtxJbWTHkVakxwXs1Ub7jrRYVeFeF7N0sQxyw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@oxc-project/types": "=0.98.0", "@oxc-project/types": "=0.101.0",
"@rolldown/pluginutils": "1.0.0-beta.51" "@rolldown/pluginutils": "1.0.0-beta.53"
}, },
"bin": { "bin": {
"rolldown": "bin/cli.mjs" "rolldown": "bin/cli.mjs"
@@ -3726,20 +3708,19 @@
"node": "^20.19.0 || >=22.12.0" "node": "^20.19.0 || >=22.12.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rolldown/binding-android-arm64": "1.0.0-beta.51", "@rolldown/binding-android-arm64": "1.0.0-beta.53",
"@rolldown/binding-darwin-arm64": "1.0.0-beta.51", "@rolldown/binding-darwin-arm64": "1.0.0-beta.53",
"@rolldown/binding-darwin-x64": "1.0.0-beta.51", "@rolldown/binding-darwin-x64": "1.0.0-beta.53",
"@rolldown/binding-freebsd-x64": "1.0.0-beta.51", "@rolldown/binding-freebsd-x64": "1.0.0-beta.53",
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.51", "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.53",
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.51", "@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.53",
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.51", "@rolldown/binding-linux-arm64-musl": "1.0.0-beta.53",
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.51", "@rolldown/binding-linux-x64-gnu": "1.0.0-beta.53",
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.51", "@rolldown/binding-linux-x64-musl": "1.0.0-beta.53",
"@rolldown/binding-openharmony-arm64": "1.0.0-beta.51", "@rolldown/binding-openharmony-arm64": "1.0.0-beta.53",
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.51", "@rolldown/binding-wasm32-wasi": "1.0.0-beta.53",
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.51", "@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.53",
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.51", "@rolldown/binding-win32-x64-msvc": "1.0.0-beta.53"
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.51"
} }
}, },
"node_modules/run-parallel": { "node_modules/run-parallel": {
@@ -4420,9 +4401,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/update-browserslist-db": { "node_modules/update-browserslist-db": {
"version": "1.1.4", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -4458,19 +4439,18 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vite": { "node_modules/vite": {
"name": "rolldown-vite", "version": "8.0.0-beta.0",
"version": "7.2.7", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0-beta.0.tgz",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.2.7.tgz", "integrity": "sha512-bXHWmtg5hUxn/MB5zJ8qhBLphnsNmO1EYOFmBO/fVCBJekTdWDuqJ/GmUMLgrC0QUCCrxhw3JLgteWdiyqaVSQ==",
"integrity": "sha512-N6a9KgNZ0xgCJ6/Ej2FQ7W8D3fOzDwFw7CLWZ2ubZknVrs9NdNkx25AFEuNbSwQO76VEHp4N7YatsZwp/ST1Gg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@oxc-project/runtime": "0.98.0", "@oxc-project/runtime": "0.101.0",
"fdir": "^6.5.0", "fdir": "^6.5.0",
"lightningcss": "^1.30.2", "lightningcss": "^1.30.2",
"picomatch": "^4.0.3", "picomatch": "^4.0.3",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"rolldown": "1.0.0-beta.51", "rolldown": "1.0.0-beta.53",
"tinyglobby": "^0.2.15" "tinyglobby": "^0.2.15"
}, },
"bin": { "bin": {

View File

@@ -31,12 +31,11 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.3.8", "@biomejs/biome": "2.3.8",
"@types/node": "~24.10.1", "@types/node": "~24.10.1",
"browserslist": "~4.28.0", "browserslist": "~4.28.1",
"browserslist-to-esbuild": "~2.1.1", "browserslist-to-esbuild": "~2.1.1",
"edge.js": "~6.3.0", "edge.js": "~6.3.0",
"less": "~4.4.2", "less": "~4.4.2",
"lightningcss": "~1.30.2", "mathjs": "~15.1.0",
"mathjs": "~15.0.0",
"sharp": "~0.34.5", "sharp": "~0.34.5",
"sort-package-json": "~3.5.0", "sort-package-json": "~3.5.0",
"stylelint": "~16.26.0", "stylelint": "~16.26.0",
@@ -44,7 +43,7 @@
"stylelint-prettier": "~5.0.3", "stylelint-prettier": "~5.0.3",
"svgo": "~4.0.0", "svgo": "~4.0.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.7", "vite": "8.0.0-beta.0",
"vite-bundle-analyzer": "~1.2.3" "vite-bundle-analyzer": "~1.2.3"
} }
} }

View File

@@ -39,9 +39,11 @@ listen("input", searchInput, () => {
searchReset.classList.toggle("empty", searchInput.value.length === 0); searchReset.classList.toggle("empty", searchInput.value.length === 0);
}); });
listen("click", searchReset, () => { listen("click", searchReset, (event: MouseEvent) => {
searchReset.classList.add("empty"); event.preventDefault();
searchInput.value = "";
searchInput.focus(); searchInput.focus();
searchReset.classList.add("empty");
}); });
for (const button of categoryButtons) { for (const button of categoryButtons) {

View File

@@ -2,7 +2,7 @@ mock==5.2.0
nose2[coverage_plugin]==0.15.1 nose2[coverage_plugin]==0.15.1
cov-core==1.15.0 cov-core==1.15.0
black==25.9.0 black==25.9.0
pylint==4.0.3 pylint==4.0.4
splinter==0.21.0 splinter==0.21.0
selenium==4.38.0 selenium==4.38.0
Pallets-Sphinx-Themes==2.3.0 Pallets-Sphinx-Themes==2.3.0
@@ -24,5 +24,5 @@ coloredlogs==15.0.1
docutils>=0.21.2 docutils>=0.21.2
parameterized==0.9.0 parameterized==0.9.0
granian[reload]==2.6.0 granian[reload]==2.6.0
basedpyright==1.34.0 basedpyright==1.35.0
types-lxml==2025.11.25 types-lxml==2025.11.25

View File

@@ -42,8 +42,8 @@ def response(resp):
results.append( results.append(
{ {
'url': item['source_page_url'], 'url': item.get('source_page_url'),
'title': item['source_site'], 'title': item.get('source_site'),
'img_src': img if item['type'] == 'IMAGE' else thumb, 'img_src': img if item['type'] == 'IMAGE' else thumb,
'filesize': humanize_bytes(item['meme_file_size']), 'filesize': humanize_bytes(item['meme_file_size']),
'publishedDate': formatted_date, 'publishedDate': formatted_date,

View File

@@ -65,7 +65,8 @@ def request(query, params):
if search_type: if search_type:
args['fmt'] = search_type args['fmt'] = search_type
if search_type == '': # setting the page number on the first page (i.e. s=0) triggers a rate-limit
if search_type == '' and params['pageno'] > 1:
args['s'] = 10 * (params['pageno'] - 1) args['s'] = 10 * (params['pageno'] - 1)
if params['time_range'] and search_type != 'images': if params['time_range'] and search_type != 'images':

View File

@@ -17,6 +17,7 @@ about = {
# Engine configuration # Engine configuration
paging = True paging = True
categories = ['images'] categories = ['images']
remove_ai_images = False
# Search URL # Search URL
base_url = "https://www.pixiv.net/ajax/search/illustrations" base_url = "https://www.pixiv.net/ajax/search/illustrations"
@@ -34,6 +35,9 @@ def request(query, params):
"lang": "en", "lang": "en",
} }
if remove_ai_images is True:
query_params.update({"ai_type": 1})
params["url"] = f"{base_url}/{query}?{urlencode(query_params)}" params["url"] = f"{base_url}/{query}?{urlencode(query_params)}"
return params return params

View File

@@ -24,12 +24,6 @@ if typing.TYPE_CHECKING:
from searx.plugins import PluginCfg from searx.plugins import PluginCfg
name = ""
description = gettext("")
plugin_id = ""
preference_section = ""
CONVERT_KEYWORDS = ["in", "to", "as"] CONVERT_KEYWORDS = ["in", "to", "as"]

View File

@@ -1622,6 +1622,7 @@ engines:
engine: pixiv engine: pixiv
disabled: true disabled: true
inactive: true inactive: true
remove_ai_images: false
pixiv_image_proxies: pixiv_image_proxies:
- https://pximg.example.org - https://pximg.example.org
# A proxy is required to load the images. Hosting an image proxy server # A proxy is required to load the images. Hosting an image proxy server

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

@@ -1,2 +0,0 @@
import{n as e}from"../sxng-core.min.js";import"./13gvpunf.min.js";import{t}from"./gZqIRpW1.min.js";var n=t(`search`),r=t(`q`),i=t(`clear_search`),a=window.matchMedia(`(max-width: 50em)`).matches,o=document.querySelector(`main`)?.id===`main_results`,s=Array.from(document.querySelectorAll(`#categories_container button.category`));r.value.length===0&&i.classList.add(`empty`),a||o||r.focus(),a&&e(`focus`,r,()=>{requestAnimationFrame(()=>{let e=r.value.length;r.setSelectionRange(e,e),r.scrollLeft=r.scrollWidth})}),e(`input`,r,()=>{i.classList.toggle(`empty`,r.value.length===0)}),e(`click`,i,()=>{i.classList.add(`empty`),r.focus()});for(let t of s)e(`click`,t,e=>{if(e.shiftKey){e.preventDefault(),t.classList.toggle(`selected`);return}for(let e of s)e.classList.toggle(`selected`,e===t)});if(document.querySelector(`div.search_filters`)){let t=document.getElementById(`safesearch`);t&&e(`change`,t,()=>n.submit());let r=document.getElementById(`time_range`);r&&e(`change`,r,()=>n.submit());let i=document.getElementById(`language`);i&&e(`change`,i,()=>n.submit())}e(`submit`,n,e=>{if(e.preventDefault(),s.length>0){let e=t(`selected-categories`);e.value=s.filter(e=>e.classList.contains(`selected`)).map(e=>e.name.replace(`category_`,``)).join(`,`)}n.submit()});
//# sourceMappingURL=DxJxX49r.min.js.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"DxJxX49r.min.js","names":["searchForm: HTMLFormElement","searchInput: HTMLInputElement","searchReset: HTMLButtonElement","isMobile: boolean","isResultsPage: boolean","categoryButtons: HTMLButtonElement[]"],"sources":["../../../../../client/simple/src/js/main/search.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { listen } from \"../toolkit.ts\";\nimport { getElement } from \"../util/getElement.ts\";\n\nconst searchForm: HTMLFormElement = getElement<HTMLFormElement>(\"search\");\nconst searchInput: HTMLInputElement = getElement<HTMLInputElement>(\"q\");\nconst searchReset: HTMLButtonElement = getElement<HTMLButtonElement>(\"clear_search\");\n\nconst isMobile: boolean = window.matchMedia(\"(max-width: 50em)\").matches;\nconst isResultsPage: boolean = document.querySelector(\"main\")?.id === \"main_results\";\n\nconst categoryButtons: HTMLButtonElement[] = Array.from(\n document.querySelectorAll<HTMLButtonElement>(\"#categories_container button.category\")\n);\n\nif (searchInput.value.length === 0) {\n searchReset.classList.add(\"empty\");\n}\n\n// focus search input on large screens\nif (!(isMobile || isResultsPage)) {\n searchInput.focus();\n}\n\n// On mobile, move cursor to the end of the input on focus\nif (isMobile) {\n listen(\"focus\", searchInput, () => {\n // Defer cursor move until the next frame to prevent a visual jump\n requestAnimationFrame(() => {\n const end = searchInput.value.length;\n searchInput.setSelectionRange(end, end);\n searchInput.scrollLeft = searchInput.scrollWidth;\n });\n });\n}\n\nlisten(\"input\", searchInput, () => {\n searchReset.classList.toggle(\"empty\", searchInput.value.length === 0);\n});\n\nlisten(\"click\", searchReset, () => {\n searchReset.classList.add(\"empty\");\n searchInput.focus();\n});\n\nfor (const button of categoryButtons) {\n listen(\"click\", button, (event: MouseEvent) => {\n if (event.shiftKey) {\n event.preventDefault();\n button.classList.toggle(\"selected\");\n return;\n }\n\n // deselect all other categories\n for (const categoryButton of categoryButtons) {\n categoryButton.classList.toggle(\"selected\", categoryButton === button);\n }\n });\n}\n\nif (document.querySelector(\"div.search_filters\")) {\n const safesearchElement = document.getElementById(\"safesearch\");\n if (safesearchElement) {\n listen(\"change\", safesearchElement, () => searchForm.submit());\n }\n\n const timeRangeElement = document.getElementById(\"time_range\");\n if (timeRangeElement) {\n listen(\"change\", timeRangeElement, () => searchForm.submit());\n }\n\n const languageElement = document.getElementById(\"language\");\n if (languageElement) {\n listen(\"change\", languageElement, () => searchForm.submit());\n }\n}\n\n// override searchForm submit event\nlisten(\"submit\", searchForm, (event: Event) => {\n event.preventDefault();\n\n if (categoryButtons.length > 0) {\n const searchCategories = getElement<HTMLInputElement>(\"selected-categories\");\n searchCategories.value = categoryButtons\n .filter((button) => button.classList.contains(\"selected\"))\n .map((button) => button.name.replace(\"category_\", \"\"))\n .join(\",\");\n }\n\n searchForm.submit();\n});\n"],"mappings":"mGAKA,IAAMA,EAA8B,EAA4B,SAAS,CACnEC,EAAgC,EAA6B,IAAI,CACjEC,EAAiC,EAA8B,eAAe,CAE9EC,EAAoB,OAAO,WAAW,oBAAoB,CAAC,QAC3DC,EAAyB,SAAS,cAAc,OAAO,EAAE,KAAO,eAEhEC,EAAuC,MAAM,KACjD,SAAS,iBAAoC,wCAAwC,CACtF,CAEG,EAAY,MAAM,SAAW,GAC/B,EAAY,UAAU,IAAI,QAAQ,CAI9B,GAAY,GAChB,EAAY,OAAO,CAIjB,GACF,EAAO,QAAS,MAAmB,CAEjC,0BAA4B,CAC1B,IAAM,EAAM,EAAY,MAAM,OAC9B,EAAY,kBAAkB,EAAK,EAAI,CACvC,EAAY,WAAa,EAAY,aACrC,EACF,CAGJ,EAAO,QAAS,MAAmB,CACjC,EAAY,UAAU,OAAO,QAAS,EAAY,MAAM,SAAW,EAAE,EACrE,CAEF,EAAO,QAAS,MAAmB,CACjC,EAAY,UAAU,IAAI,QAAQ,CAClC,EAAY,OAAO,EACnB,CAEF,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,EAAS,GAAsB,CAC7C,GAAI,EAAM,SAAU,CAClB,EAAM,gBAAgB,CACtB,EAAO,UAAU,OAAO,WAAW,CACnC,OAIF,IAAK,IAAM,KAAkB,EAC3B,EAAe,UAAU,OAAO,WAAY,IAAmB,EAAO,EAExE,CAGJ,GAAI,SAAS,cAAc,qBAAqB,CAAE,CAChD,IAAM,EAAoB,SAAS,eAAe,aAAa,CAC3D,GACF,EAAO,SAAU,MAAyB,EAAW,QAAQ,CAAC,CAGhE,IAAM,EAAmB,SAAS,eAAe,aAAa,CAC1D,GACF,EAAO,SAAU,MAAwB,EAAW,QAAQ,CAAC,CAG/D,IAAM,EAAkB,SAAS,eAAe,WAAW,CACvD,GACF,EAAO,SAAU,MAAuB,EAAW,QAAQ,CAAC,CAKhE,EAAO,SAAU,EAAa,GAAiB,CAG7C,GAFA,EAAM,gBAAgB,CAElB,EAAgB,OAAS,EAAG,CAC9B,IAAM,EAAmB,EAA6B,sBAAsB,CAC5E,EAAiB,MAAQ,EACtB,OAAQ,GAAW,EAAO,UAAU,SAAS,WAAW,CAAC,CACzD,IAAK,GAAW,EAAO,KAAK,QAAQ,YAAa,GAAG,CAAC,CACrD,KAAK,IAAI,CAGd,EAAW,QAAQ,EACnB"}

View File

@@ -0,0 +1,2 @@
import{n as e}from"../sxng-core.min.js";import{t}from"./gZqIRpW1.min.js";var n=t(`search`),r=t(`q`),i=t(`clear_search`),a=window.matchMedia(`(max-width: 50em)`).matches,o=document.querySelector(`main`)?.id===`main_results`,s=Array.from(document.querySelectorAll(`#categories_container button.category`));r.value.length===0&&i.classList.add(`empty`),a||o||r.focus(),a&&e(`focus`,r,()=>{requestAnimationFrame(()=>{let e=r.value.length;r.setSelectionRange(e,e),r.scrollLeft=r.scrollWidth})}),e(`input`,r,()=>{i.classList.toggle(`empty`,r.value.length===0)}),e(`click`,i,e=>{e.preventDefault(),r.value=``,r.focus(),i.classList.add(`empty`)});for(let t of s)e(`click`,t,e=>{if(e.shiftKey){e.preventDefault(),t.classList.toggle(`selected`);return}for(let e of s)e.classList.toggle(`selected`,e===t)});if(document.querySelector(`div.search_filters`)){let t=document.getElementById(`safesearch`);t&&e(`change`,t,()=>n.submit());let r=document.getElementById(`time_range`);r&&e(`change`,r,()=>n.submit());let i=document.getElementById(`language`);i&&e(`change`,i,()=>n.submit())}e(`submit`,n,e=>{if(e.preventDefault(),s.length>0){let e=t(`selected-categories`);e.value=s.filter(e=>e.classList.contains(`selected`)).map(e=>e.name.replace(`category_`,``)).join(`,`)}n.submit()});
//# sourceMappingURL=Q2W2fJLA.min.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Q2W2fJLA.min.js","names":["searchForm: HTMLFormElement","searchInput: HTMLInputElement","searchReset: HTMLButtonElement","isMobile: boolean","isResultsPage: boolean","categoryButtons: HTMLButtonElement[]"],"sources":["../../../../../client/simple/src/js/main/search.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { listen } from \"../toolkit.ts\";\nimport { getElement } from \"../util/getElement.ts\";\n\nconst searchForm: HTMLFormElement = getElement<HTMLFormElement>(\"search\");\nconst searchInput: HTMLInputElement = getElement<HTMLInputElement>(\"q\");\nconst searchReset: HTMLButtonElement = getElement<HTMLButtonElement>(\"clear_search\");\n\nconst isMobile: boolean = window.matchMedia(\"(max-width: 50em)\").matches;\nconst isResultsPage: boolean = document.querySelector(\"main\")?.id === \"main_results\";\n\nconst categoryButtons: HTMLButtonElement[] = Array.from(\n document.querySelectorAll<HTMLButtonElement>(\"#categories_container button.category\")\n);\n\nif (searchInput.value.length === 0) {\n searchReset.classList.add(\"empty\");\n}\n\n// focus search input on large screens\nif (!(isMobile || isResultsPage)) {\n searchInput.focus();\n}\n\n// On mobile, move cursor to the end of the input on focus\nif (isMobile) {\n listen(\"focus\", searchInput, () => {\n // Defer cursor move until the next frame to prevent a visual jump\n requestAnimationFrame(() => {\n const end = searchInput.value.length;\n searchInput.setSelectionRange(end, end);\n searchInput.scrollLeft = searchInput.scrollWidth;\n });\n });\n}\n\nlisten(\"input\", searchInput, () => {\n searchReset.classList.toggle(\"empty\", searchInput.value.length === 0);\n});\n\nlisten(\"click\", searchReset, (event: MouseEvent) => {\n event.preventDefault();\n searchInput.value = \"\";\n searchInput.focus();\n searchReset.classList.add(\"empty\");\n});\n\nfor (const button of categoryButtons) {\n listen(\"click\", button, (event: MouseEvent) => {\n if (event.shiftKey) {\n event.preventDefault();\n button.classList.toggle(\"selected\");\n return;\n }\n\n // deselect all other categories\n for (const categoryButton of categoryButtons) {\n categoryButton.classList.toggle(\"selected\", categoryButton === button);\n }\n });\n}\n\nif (document.querySelector(\"div.search_filters\")) {\n const safesearchElement = document.getElementById(\"safesearch\");\n if (safesearchElement) {\n listen(\"change\", safesearchElement, () => searchForm.submit());\n }\n\n const timeRangeElement = document.getElementById(\"time_range\");\n if (timeRangeElement) {\n listen(\"change\", timeRangeElement, () => searchForm.submit());\n }\n\n const languageElement = document.getElementById(\"language\");\n if (languageElement) {\n listen(\"change\", languageElement, () => searchForm.submit());\n }\n}\n\n// override searchForm submit event\nlisten(\"submit\", searchForm, (event: Event) => {\n event.preventDefault();\n\n if (categoryButtons.length > 0) {\n const searchCategories = getElement<HTMLInputElement>(\"selected-categories\");\n searchCategories.value = categoryButtons\n .filter((button) => button.classList.contains(\"selected\"))\n .map((button) => button.name.replace(\"category_\", \"\"))\n .join(\",\");\n }\n\n searchForm.submit();\n});\n"],"mappings":"yEAKA,IAAMA,EAA8B,EAA4B,SAAS,CACnEC,EAAgC,EAA6B,IAAI,CACjEC,EAAiC,EAA8B,eAAe,CAE9EC,EAAoB,OAAO,WAAW,oBAAoB,CAAC,QAC3DC,EAAyB,SAAS,cAAc,OAAO,EAAE,KAAO,eAEhEC,EAAuC,MAAM,KACjD,SAAS,iBAAoC,wCAAwC,CACtF,CAEG,EAAY,MAAM,SAAW,GAC/B,EAAY,UAAU,IAAI,QAAQ,CAI9B,GAAY,GAChB,EAAY,OAAO,CAIjB,GACF,EAAO,QAAS,MAAmB,CAEjC,0BAA4B,CAC1B,IAAM,EAAM,EAAY,MAAM,OAC9B,EAAY,kBAAkB,EAAK,EAAI,CACvC,EAAY,WAAa,EAAY,aACrC,EACF,CAGJ,EAAO,QAAS,MAAmB,CACjC,EAAY,UAAU,OAAO,QAAS,EAAY,MAAM,SAAW,EAAE,EACrE,CAEF,EAAO,QAAS,EAAc,GAAsB,CAClD,EAAM,gBAAgB,CACtB,EAAY,MAAQ,GACpB,EAAY,OAAO,CACnB,EAAY,UAAU,IAAI,QAAQ,EAClC,CAEF,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,EAAS,GAAsB,CAC7C,GAAI,EAAM,SAAU,CAClB,EAAM,gBAAgB,CACtB,EAAO,UAAU,OAAO,WAAW,CACnC,OAIF,IAAK,IAAM,KAAkB,EAC3B,EAAe,UAAU,OAAO,WAAY,IAAmB,EAAO,EAExE,CAGJ,GAAI,SAAS,cAAc,qBAAqB,CAAE,CAChD,IAAM,EAAoB,SAAS,eAAe,aAAa,CAC3D,GACF,EAAO,SAAU,MAAyB,EAAW,QAAQ,CAAC,CAGhE,IAAM,EAAmB,SAAS,eAAe,aAAa,CAC1D,GACF,EAAO,SAAU,MAAwB,EAAW,QAAQ,CAAC,CAG/D,IAAM,EAAkB,SAAS,eAAe,WAAW,CACvD,GACF,EAAO,SAAU,MAAuB,EAAW,QAAQ,CAAC,CAKhE,EAAO,SAAU,EAAa,GAAiB,CAG7C,GAFA,EAAM,gBAAgB,CAElB,EAAgB,OAAS,EAAG,CAC9B,IAAM,EAAmB,EAA6B,sBAAsB,CAC5E,EAAiB,MAAQ,EACtB,OAAQ,GAAW,EAAO,UAAU,SAAS,WAAW,CAAC,CACzD,IAAK,GAAW,EAAO,KAAK,QAAQ,YAAa,GAAG,CAAC,CACrD,KAAK,IAAI,CAGd,EAAW,QAAQ,EACnB"}

View File

@@ -67,24 +67,22 @@
] ]
}, },
"src/js/main/search.ts": { "src/js/main/search.ts": {
"file": "chunk/DxJxX49r.min.js", "file": "chunk/Q2W2fJLA.min.js",
"name": "search", "name": "search",
"src": "src/js/main/search.ts", "src": "src/js/main/search.ts",
"isDynamicEntry": true, "isDynamicEntry": true,
"imports": [ "imports": [
"src/js/index.ts", "src/js/index.ts",
"_13gvpunf.min.js",
"_gZqIRpW1.min.js" "_gZqIRpW1.min.js"
] ]
}, },
"src/js/plugin/Calculator.ts": { "src/js/plugin/Calculator.ts": {
"file": "chunk/CHkLfdMs.min.js", "file": "chunk/CGazvOKw.min.js",
"name": "calculator", "name": "calculator",
"src": "src/js/plugin/Calculator.ts", "src": "src/js/plugin/Calculator.ts",
"isDynamicEntry": true, "isDynamicEntry": true,
"imports": [ "imports": [
"src/js/index.ts", "src/js/index.ts",
"_13gvpunf.min.js",
"_gZqIRpW1.min.js" "_gZqIRpW1.min.js"
] ]
}, },

View File

@@ -1,3 +1,3 @@
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["chunk/DBO1tjH7.min.js","chunk/13gvpunf.min.js","chunk/gZqIRpW1.min.js","chunk/CHkLfdMs.min.js","chunk/Db5v-hxx.min.js","chunk/DxJxX49r.min.js","chunk/KPZlR0ib.min.js","chunk/Q2SRo2ED.min.js","chunk/CyyZ9XJS.min.js"])))=>i.map(i=>d[i]); const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["chunk/DBO1tjH7.min.js","chunk/13gvpunf.min.js","chunk/gZqIRpW1.min.js","chunk/CGazvOKw.min.js","chunk/Db5v-hxx.min.js","chunk/Q2W2fJLA.min.js","chunk/KPZlR0ib.min.js","chunk/Q2SRo2ED.min.js","chunk/CyyZ9XJS.min.js"])))=>i.map(i=>d[i]);
var e=class{id;constructor(e){this.id=e,this.invoke()}async invoke(){try{console.debug(`[PLUGIN] ${this.id}: Running...`);let e=await this.run();if(!e)return;console.debug(`[PLUGIN] ${this.id}: Running post-exec...`),await this.post(e)}catch(e){console.error(`[PLUGIN] ${this.id}:`,e)}finally{console.debug(`[PLUGIN] ${this.id}: Done.`)}}};const t={index:`index`,results:`results`,preferences:`preferences`,unknown:`unknown`},n={closeDetail:void 0,scrollPageToSelected:void 0,selectImage:void 0,selectNext:void 0,selectPrevious:void 0};var r=()=>{let e=document.querySelector(`meta[name="endpoint"]`)?.getAttribute(`content`);return e&&e in t?e:t.unknown},i=()=>{let e=document.querySelector(`script[client_settings]`)?.getAttribute(`client_settings`);if(!e)return{};try{return JSON.parse(atob(e))}catch(e){return console.error(`Failed to load client_settings:`,e),{}}};const a=async(e,t,n)=>{let r=new AbortController,i=setTimeout(()=>r.abort(),n?.timeout??3e4),a=await fetch(t,{body:n?.body,method:e,signal:r.signal}).finally(()=>clearTimeout(i));if(!a.ok)throw Error(a.statusText);return a},o=(e,t,n,r)=>{if(typeof t!=`string`){t.addEventListener(e,n,r);return}document.addEventListener(e,e=>{for(let r of e.composedPath())if(r instanceof HTMLElement&&r.matches(t)){try{n.call(r,e)}catch(e){console.error(e)}break}},r)},s=(e,t)=>{for(let e of t?.on??[])if(!e)return;document.readyState===`loading`?o(`DOMContentLoaded`,document,e,{once:!0}):e()},c=r(),l=i(),u=(e,t)=>{d(t)&&e()};var d=e=>{switch(e.on){case`global`:return!0;case`endpoint`:return!!e.where.includes(c)}},f=`modulepreload`,p=function(e){return`/static/themes/simple/`+e},m={};const h=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=p(t,n),t in m)return;m[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:f,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})};s(()=>{document.documentElement.classList.remove(`no-js`),document.documentElement.classList.add(`js`),o(`click`,`.close`,function(){this.parentNode?.classList.add(`invisible`)}),o(`click`,`.searxng_init_map`,async function(e){e.preventDefault(),this.classList.remove(`searxng_init_map`),u(()=>h(async()=>{let{default:e}=await import(`./chunk/BAcZkB_P.min.js`);return{default:e}},[]).then(({default:e})=>new e(this)),{on:`endpoint`,where:[t.results]})}),l.plugins?.includes(`infiniteScroll`)&&u(()=>h(async()=>{let{default:e}=await import(`./chunk/DBO1tjH7.min.js`);return{default:e}},__vite__mapDeps([0,1,2])).then(({default:e})=>new e),{on:`endpoint`,where:[t.results]}),l.plugins?.includes(`calculator`)&&u(()=>h(async()=>{let{default:e}=await import(`./chunk/CHkLfdMs.min.js`);return{default:e}},__vite__mapDeps([3,1,2])).then(({default:e})=>new e),{on:`endpoint`,where:[t.results]})}),s(()=>{h(()=>import(`./chunk/Db5v-hxx.min.js`),__vite__mapDeps([4,1])),h(()=>import(`./chunk/DxJxX49r.min.js`),__vite__mapDeps([5,1,2])),l.autocomplete&&h(()=>import(`./chunk/KPZlR0ib.min.js`),__vite__mapDeps([6,1]))},{on:[c===t.index]}),s(()=>{h(()=>import(`./chunk/Db5v-hxx.min.js`),__vite__mapDeps([4,1])),h(()=>import(`./chunk/Q2SRo2ED.min.js`),__vite__mapDeps([7,1])),h(()=>import(`./chunk/DxJxX49r.min.js`),__vite__mapDeps([5,1,2])),l.autocomplete&&h(()=>import(`./chunk/KPZlR0ib.min.js`),__vite__mapDeps([6,1]))},{on:[c===t.results]}),s(()=>{h(()=>import(`./chunk/CyyZ9XJS.min.js`),__vite__mapDeps([8,1]))},{on:[c===t.preferences]});export{e as a,l as i,o as n,n as r,a as t}; var e=class{id;constructor(e){this.id=e,this.invoke()}async invoke(){try{console.debug(`[PLUGIN] ${this.id}: Running...`);let e=await this.run();if(!e)return;console.debug(`[PLUGIN] ${this.id}: Running post-exec...`),await this.post(e)}catch(e){console.error(`[PLUGIN] ${this.id}:`,e)}finally{console.debug(`[PLUGIN] ${this.id}: Done.`)}}};const t={index:`index`,results:`results`,preferences:`preferences`,unknown:`unknown`},n={closeDetail:void 0,scrollPageToSelected:void 0,selectImage:void 0,selectNext:void 0,selectPrevious:void 0};var r=()=>{let e=document.querySelector(`meta[name="endpoint"]`)?.getAttribute(`content`);return e&&e in t?e:t.unknown},i=()=>{let e=document.querySelector(`script[client_settings]`)?.getAttribute(`client_settings`);if(!e)return{};try{return JSON.parse(atob(e))}catch(e){return console.error(`Failed to load client_settings:`,e),{}}};const a=async(e,t,n)=>{let r=new AbortController,i=setTimeout(()=>r.abort(),n?.timeout??3e4),a=await fetch(t,{body:n?.body,method:e,signal:r.signal}).finally(()=>clearTimeout(i));if(!a.ok)throw Error(a.statusText);return a},o=(e,t,n,r)=>{if(typeof t!=`string`){t.addEventListener(e,n,r);return}document.addEventListener(e,e=>{for(let r of e.composedPath())if(r instanceof HTMLElement&&r.matches(t)){try{n.call(r,e)}catch(e){console.error(e)}break}},r)},s=(e,t)=>{for(let e of t?.on??[])if(!e)return;document.readyState===`loading`?o(`DOMContentLoaded`,document,e,{once:!0}):e()},c=r(),l=i(),u=(e,t)=>{d(t)&&e()};var d=e=>{switch(e.on){case`global`:return!0;case`endpoint`:return!!e.where.includes(c)}},f=`modulepreload`,p=function(e){return`/static/themes/simple/`+e},m={};const h=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=p(t,n),t in m)return;m[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:f,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})};s(()=>{document.documentElement.classList.remove(`no-js`),document.documentElement.classList.add(`js`),o(`click`,`.close`,function(){this.parentNode?.classList.add(`invisible`)}),o(`click`,`.searxng_init_map`,async function(e){e.preventDefault(),this.classList.remove(`searxng_init_map`),u(()=>h(async()=>{let{default:e}=await import(`./chunk/BAcZkB_P.min.js`);return{default:e}},[]).then(({default:e})=>new e(this)),{on:`endpoint`,where:[t.results]})}),l.plugins?.includes(`infiniteScroll`)&&u(()=>h(async()=>{let{default:e}=await import(`./chunk/DBO1tjH7.min.js`);return{default:e}},__vite__mapDeps([0,1,2])).then(({default:e})=>new e),{on:`endpoint`,where:[t.results]}),l.plugins?.includes(`calculator`)&&u(()=>h(async()=>{let{default:e}=await import(`./chunk/CGazvOKw.min.js`);return{default:e}},__vite__mapDeps([3,2,1])).then(({default:e})=>new e),{on:`endpoint`,where:[t.results]})}),s(()=>{h(()=>import(`./chunk/Db5v-hxx.min.js`),__vite__mapDeps([4,1])),h(()=>import(`./chunk/Q2W2fJLA.min.js`),__vite__mapDeps([5,2,1])),l.autocomplete&&h(()=>import(`./chunk/KPZlR0ib.min.js`),__vite__mapDeps([6,1]))},{on:[c===t.index]}),s(()=>{h(()=>import(`./chunk/Db5v-hxx.min.js`),__vite__mapDeps([4,1])),h(()=>import(`./chunk/Q2SRo2ED.min.js`),__vite__mapDeps([7,1])),h(()=>import(`./chunk/Q2W2fJLA.min.js`),__vite__mapDeps([5,2,1])),l.autocomplete&&h(()=>import(`./chunk/KPZlR0ib.min.js`),__vite__mapDeps([6,1]))},{on:[c===t.results]}),s(()=>{h(()=>import(`./chunk/CyyZ9XJS.min.js`),__vite__mapDeps([8,1]))},{on:[c===t.preferences]});export{e as a,l as i,o as n,n as r,a as t};
//# sourceMappingURL=sxng-core.min.js.map //# sourceMappingURL=sxng-core.min.js.map

View File

@@ -23,17 +23,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Afrikaans <https://translate.codeberg.org/projects/searxng/"
"searxng/af/>\n"
"Language: af\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -502,7 +501,7 @@ msgid "active users"
msgstr "aktiewe gebruikers" msgstr "aktiewe gebruikers"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentaar" msgstr "kommentaar"
@@ -518,7 +517,7 @@ msgid "community"
msgstr "gemeenskap" msgstr "gemeenskap"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punte" msgstr "punte"
@@ -528,7 +527,7 @@ msgid "title"
msgstr "titel" msgstr "titel"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "outeur" msgstr "outeur"
@@ -551,7 +550,7 @@ msgstr "geantwoord"
msgid "No item found" msgid "No item found"
msgstr "Geen item gevind" msgstr "Geen item gevind"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Bron" msgstr "Bron"
@@ -560,15 +559,15 @@ msgstr "Bron"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Fout met die laai van die volgende bladsy" msgstr "Fout met die laai van die volgende bladsy"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ongeldige opstellings, redigeer asb jou voorkeure" msgstr "Ongeldige opstellings, redigeer asb jou voorkeure"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ongeldige opstellings" msgstr "Ongeldige opstellings"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "soekfout" msgstr "soekfout"
@@ -660,7 +659,7 @@ msgstr "{title} (UITGEDIEN)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Hierdie inskrywing was vervang deur" msgstr "Hierdie inskrywing was vervang deur"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanaal" msgstr "Kanaal"
@@ -728,13 +727,13 @@ msgstr "Ahmia swartlys"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filter uit onion resultate wat op Ahmia se swartlys is." msgstr "Filter uit onion resultate wat op Ahmia se swartlys is."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Basiese sakrekenaar" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Bereken wiskundige uitdrukkings via die soekbalk" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -762,6 +761,16 @@ msgstr ""
"Herskryf gasheername en verwyder of prioritiseer resultate gebaseer op " "Herskryf gasheername en verwyder of prioritiseer resultate gebaseer op "
"die gasheernaam" "die gasheernaam"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Oneindige blaai"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "oop toegang DOI oorskryf" msgstr "oop toegang DOI oorskryf"
@@ -835,15 +844,15 @@ msgstr "Spoorsnyer URL verwyderaar"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL" msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Eenheidsomskakelaar-inprop" msgstr "Eenheidsomskakelaar-inprop"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Skakel tussen eenhede om" msgstr "Skakel tussen eenhede om"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1020,23 +1029,23 @@ msgstr "Verstek kategoriee"
msgid "User interface" msgid "User interface"
msgstr "Gebruikerskoppelvlak" msgstr "Gebruikerskoppelvlak"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privaatheid" msgstr "Privaatheid"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Enjins" msgstr "Enjins"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Huidige gebruikte soekenjins" msgstr "Huidige gebruikte soekenjins"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Spesiale Navrae" msgstr "Spesiale Navrae"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Koekies" msgstr "Koekies"
@@ -1532,18 +1541,6 @@ msgstr "Beeld proksie"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Volmag-beeldresultate deur SearXNG" msgstr "Volmag-beeldresultate deur SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Oneindige blaai"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Laai outomaties die volgende bladsy wanneer na die onderkant van die "
"huidige bladsy geblaai word"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Watter taal verkies jy vir soek?" msgstr "Watter taal verkies jy vir soek?"
@@ -2148,3 +2145,19 @@ msgstr "versteek video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "bewaarplek" #~ msgstr "bewaarplek"
#~ msgid "Basic Calculator"
#~ msgstr "Basiese sakrekenaar"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Bereken wiskundige uitdrukkings via die soekbalk"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Laai outomaties die volgende bladsy "
#~ "wanneer na die onderkant van die "
#~ "huidige bladsy geblaai word"

View File

@@ -29,20 +29,19 @@
# youtherthyf <youtherthyf@noreply.codeberg.org>, 2025. # youtherthyf <youtherthyf@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Arabic <https://translate.codeberg.org/projects/searxng/"
"searxng/ar/>\n"
"Language: ar\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=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.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -511,7 +510,7 @@ msgid "active users"
msgstr "المستخدمين النشطين" msgstr "المستخدمين النشطين"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "التعليقات" msgstr "التعليقات"
@@ -527,7 +526,7 @@ msgid "community"
msgstr "المجتمع" msgstr "المجتمع"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "النقاط" msgstr "النقاط"
@@ -537,7 +536,7 @@ msgid "title"
msgstr "العنوان" msgstr "العنوان"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "الكاتب" msgstr "الكاتب"
@@ -560,7 +559,7 @@ msgstr "أُجيبت"
msgid "No item found" msgid "No item found"
msgstr "تعذر العثور على عناصر" msgstr "تعذر العثور على عناصر"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "المصدر" msgstr "المصدر"
@@ -569,15 +568,15 @@ msgstr "المصدر"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "حدث خلل أثناء تحميل الصفحة التالية" msgstr "حدث خلل أثناء تحميل الصفحة التالية"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك" msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "إعدادات غير صالحة" msgstr "إعدادات غير صالحة"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "خطأ في البحث" msgstr "خطأ في البحث"
@@ -669,7 +668,7 @@ msgstr "{title} (قديما)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "هذا الإدخال تم استبداله بـ" msgstr "هذا الإدخال تم استبداله بـ"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "القناة" msgstr "القناة"
@@ -735,13 +734,13 @@ msgstr "{دالة}"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "قم بتصفية نتائج .onion التي تظهر في القائمة السوداء الخاصة بـ Ahmia." msgstr "قم بتصفية نتائج .onion التي تظهر في القائمة السوداء الخاصة بـ Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "آلة حاسبة بسيطة" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "حساب التعبيرات الرياضية عبر شريط البحث" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -769,6 +768,16 @@ msgstr ""
"اعيد كتابة أسماء المضيفين و ازيل او ارفع اولاوية النتائج بنائا علي اسم " "اعيد كتابة أسماء المضيفين و ازيل او ارفع اولاوية النتائج بنائا علي اسم "
"المضيف" "المضيف"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "تمرير الصفحات بلا حدود"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "فتح الوصول معرف الكائن الرقمي إعادة كتابة" msgstr "فتح الوصول معرف الكائن الرقمي إعادة كتابة"
@@ -843,15 +852,15 @@ msgstr ""
"إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من " "إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من "
"محدد موقع الموارد الموحد الذي تم إرجاعه" "محدد موقع الموارد الموحد الذي تم إرجاعه"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "إضافة محول الوحدات" msgstr "إضافة محول الوحدات"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "التحويل بين الوحدات" msgstr "التحويل بين الوحدات"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{مكان}:{حرارة},{وضع}" msgstr "{مكان}:{حرارة},{وضع}"
@@ -1022,23 +1031,23 @@ msgstr "القوائم الإفتراضية"
msgid "User interface" msgid "User interface"
msgstr "واجهة المستخدم" msgstr "واجهة المستخدم"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "الخصوصية" msgstr "الخصوصية"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "المحركات" msgstr "المحركات"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "محركات البحث المُستخدَمة حاليًا" msgstr "محركات البحث المُستخدَمة حاليًا"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "استفسارات خاصة" msgstr "استفسارات خاصة"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "كعكات الكوكيز" msgstr "كعكات الكوكيز"
@@ -1531,16 +1540,6 @@ msgstr "وكيل بروكسي الصور"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "تمرير الصفحات بلا حدود"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "ما هي لغتك المفضلة للبحث ؟" msgstr "ما هي لغتك المفضلة للبحث ؟"
@@ -2385,3 +2384,16 @@ msgstr "إخفاء الفيديو"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "مستودعات" #~ msgstr "مستودعات"
#~ msgid "Basic Calculator"
#~ msgstr "آلة حاسبة بسيطة"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "حساب التعبيرات الرياضية عبر شريط البحث"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -21,19 +21,18 @@
# muha7a <muha7a@noreply.codeberg.org>, 2025. # muha7a <muha7a@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Bulgarian <https://translate.codeberg.org/projects/searxng/"
"searxng/bg/>\n"
"Language: bg\n" "Language: bg\n"
"Language-Team: Bulgarian "
"<https://translate.codeberg.org/projects/searxng/searxng/bg/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -502,7 +501,7 @@ msgid "active users"
msgstr "активни потребители" msgstr "активни потребители"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "Коментари" msgstr "Коментари"
@@ -518,7 +517,7 @@ msgid "community"
msgstr "общност" msgstr "общност"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "Точки" msgstr "Точки"
@@ -528,7 +527,7 @@ msgid "title"
msgstr "Заглавие" msgstr "Заглавие"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "Автор" msgstr "Автор"
@@ -551,7 +550,7 @@ msgstr "Отговорено"
msgid "No item found" msgid "No item found"
msgstr "Не е намерен артикул" msgstr "Не е намерен артикул"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Източник" msgstr "Източник"
@@ -560,15 +559,15 @@ msgstr "Източник"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Грешка при зареждането на следващата страница" msgstr "Грешка при зареждането на следващата страница"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Неправилни настройки, моля редактирайте предпочитанията си" msgstr "Неправилни настройки, моля редактирайте предпочитанията си"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Невалидни настройки" msgstr "Невалидни настройки"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "Грешка при търсенето" msgstr "Грешка при търсенето"
@@ -660,7 +659,7 @@ msgstr "{title} (ОСТАРЯЛО)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Този запис е заменен от" msgstr "Този запис е заменен от"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Канал" msgstr "Канал"
@@ -730,13 +729,13 @@ msgstr ""
"Филтриране на резултати от onion, които присъстват в черния списък на " "Филтриране на резултати от onion, които присъстват в черния списък на "
"Ahmia." "Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Основен Калкулатор" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Изчеслете математически изрази през лентата за търсене" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -760,6 +759,16 @@ msgstr "Добавка за Хостинг имена"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Списък без страници"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Отворен достъп DOI пренаписване" msgstr "Отворен достъп DOI пренаписване"
@@ -832,15 +841,15 @@ msgstr "Премахвач на URL тракери"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Премахни следящите аргументи от върнатия URL" msgstr "Премахни следящите аргументи от върнатия URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Превръщане между единици" msgstr "Превръщане между единици"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1015,23 +1024,23 @@ msgstr "Първоначални категории"
msgid "User interface" msgid "User interface"
msgstr "Потребителски интерфейс" msgstr "Потребителски интерфейс"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Поверителност" msgstr "Поверителност"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Търсачки" msgstr "Търсачки"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Използвани търсачки в момента" msgstr "Използвани търсачки в момента"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Специялни Запитвания" msgstr "Специялни Запитвания"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Бисквитки" msgstr "Бисквитки"
@@ -1530,16 +1539,6 @@ msgstr "Прокси на изображения"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Списък без страници"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Кой език предпочитате за търсене?" msgstr "Кой език предпочитате за търсене?"
@@ -2384,3 +2383,16 @@ msgstr "скрий видеото"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "репозитори" #~ msgstr "репозитори"
#~ msgid "Basic Calculator"
#~ msgstr "Основен Калкулатор"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Изчеслете математически изрази през лентата за търсене"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -29,17 +29,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Bengali <https://translate.codeberg.org/projects/searxng/"
"searxng/bn/>\n"
"Language: bn\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -508,7 +507,7 @@ msgid "active users"
msgstr "সক্রিয় ইউজারস" msgstr "সক্রিয় ইউজারস"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "কমেন্ট" msgstr "কমেন্ট"
@@ -524,7 +523,7 @@ msgid "community"
msgstr "কমিউনিটি" msgstr "কমিউনিটি"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "পয়েন্টস" msgstr "পয়েন্টস"
@@ -534,7 +533,7 @@ msgid "title"
msgstr "শিরোনাম" msgstr "শিরোনাম"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "লেখক" msgstr "লেখক"
@@ -557,7 +556,7 @@ msgstr "উত্তরকৃত"
msgid "No item found" msgid "No item found"
msgstr "কোন আইটেম পাওয়া যায়নি" msgstr "কোন আইটেম পাওয়া যায়নি"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "উৎস" msgstr "উৎস"
@@ -566,15 +565,15 @@ msgstr "উৎস"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "পরবর্তী পৃষ্ঠাটি লোড করায় ত্রুটি দেখা যাচ্ছে" msgstr "পরবর্তী পৃষ্ঠাটি লোড করায় ত্রুটি দেখা যাচ্ছে"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "অকেজো সেটিংস, অনুগ্রহ করে আপনার পছন্দগুলি সম্পাদনা করুন" msgstr "অকেজো সেটিংস, অনুগ্রহ করে আপনার পছন্দগুলি সম্পাদনা করুন"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "অকেজো সেটিংস" msgstr "অকেজো সেটিংস"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "সার্চ ত্রুটি" msgstr "সার্চ ত্রুটি"
@@ -666,7 +665,7 @@ msgstr "{title} (অচল)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "এই এনট্রিটি দ্বারা বাতিল করা হয়েছে৷" msgstr "এই এনট্রিটি দ্বারা বাতিল করা হয়েছে৷"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "চ্যানেল" msgstr "চ্যানেল"
@@ -733,13 +732,13 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "সার্চ বারের মাধমে গানিতিক সমীকরণ সমাধান করুন" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -763,6 +762,16 @@ msgstr "হোস্টনেম প্লাগিন"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "অসীম স্ক্রল"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "পুনর্লিখিত DOI উন্মুক্ত প্রবেশ" msgstr "পুনর্লিখিত DOI উন্মুক্ত প্রবেশ"
@@ -836,15 +845,15 @@ msgstr "ট্র্যাকার URL রিমুভার"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷" msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "এক একক থেকে অন্য এককে রুপান্তর" msgstr "এক একক থেকে অন্য এককে রুপান্তর"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1019,23 +1028,23 @@ msgstr "ডিফল্ট বিভাগ"
msgid "User interface" msgid "User interface"
msgstr "ব‍্যবহারকারীর সম্মুখে প্রদর্শিত" msgstr "ব‍্যবহারকারীর সম্মুখে প্রদর্শিত"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "গোপনীয়তা" msgstr "গোপনীয়তা"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "ইঞ্জিন" msgstr "ইঞ্জিন"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "বর্তমানে ব্যবহৃত সার্চ ইঞ্জিন" msgstr "বর্তমানে ব্যবহৃত সার্চ ইঞ্জিন"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "বিশেষ প্রশ্ন" msgstr "বিশেষ প্রশ্ন"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "কুকি" msgstr "কুকি"
@@ -1521,16 +1530,6 @@ msgstr "ছবির প্রক্সি"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "অসীম স্ক্রল"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "আপনি অনুসন্ধানের জন্য কোন ভাষা পছন্দ করেন?" msgstr "আপনি অনুসন্ধানের জন্য কোন ভাষা পছন্দ করেন?"
@@ -2136,3 +2135,16 @@ msgstr "ভিডিও লুকিয়ে ফেলুন"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "ভাণ্ডার" #~ msgstr "ভাণ্ডার"
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "সার্চ বারের মাধমে গানিতিক সমীকরণ সমাধান করুন"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -11,19 +11,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Tibetan <https://translate.codeberg.org/projects/searxng/"
"searxng/bo/>\n"
"Language: bo\n" "Language: bo\n"
"Language-Team: Tibetan "
"<https://translate.codeberg.org/projects/searxng/searxng/bo/>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -492,7 +491,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -508,7 +507,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -518,7 +517,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -541,7 +540,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "རྣམ་གྲངས་གང་ཡང་རྙེད་རྒྱུ་མ་བྱུང་།" msgstr "རྣམ་གྲངས་གང་ཡང་རྙེད་རྒྱུ་མ་བྱུང་།"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "" msgstr ""
@@ -550,15 +549,15 @@ msgstr ""
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "" msgstr ""
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།ཁྱེད་ཀྱིས་གདམ་ཀ་ལ་བཅོས་སྒྲིག་གཏོང་རོགས།" msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།ཁྱེད་ཀྱིས་གདམ་ཀ་ལ་བཅོས་སྒྲིག་གཏོང་རོགས།"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།" msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "འཚོལ་བཤེར་ལ་ནོར་འཁྲུལ་བྱུང་།" msgstr "འཚོལ་བཤེར་ལ་ནོར་འཁྲུལ་བྱུང་།"
@@ -650,7 +649,7 @@ msgstr ""
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "འཚོལ་བྱང་འདི་གཞན་གྱིས་ཚབ་བྱེད་འདུག" msgstr "འཚོལ་བྱང་འདི་གཞན་གྱིས་ཚབ་བྱེད་འདུག"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -710,12 +709,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -740,6 +739,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "མཐའ་མེད་པའི་འཆར་ངོས།"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "" msgstr ""
@@ -806,15 +815,15 @@ msgstr "དྲ་གནས་རྗེས་འདེད་སྤོ་འབུ
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -985,23 +994,23 @@ msgstr "གཞི་བཞག་གི་རིགས།"
msgid "User interface" msgid "User interface"
msgstr "མདུན་ངོས།" msgstr "མདུན་ངོས།"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "མི་སྒེར་གསང་དོན།" msgstr "མི་སྒེར་གསང་དོན།"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "སྒུལ་བྱེད།" msgstr "སྒུལ་བྱེད།"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "ཉེ་ལམ་སྤྱད་ཟིན་པའི་འཚོལ་བྱེད་སྒུལ་བྱེད།" msgstr "ཉེ་ལམ་སྤྱད་ཟིན་པའི་འཚོལ་བྱེད་སྒུལ་བྱེད།"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "རྐང་རྗེས།" msgstr "རྐང་རྗེས།"
@@ -1483,16 +1492,6 @@ msgstr "རི་མོ་མངག་བཅོལ་གྱི་ཞབས་ཞ
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "མཐའ་མེད་པའི་འཆར་ངོས།"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "ཁྱེད་ཀྱིས་ཆེས་སྤྱོད་བདེ་པའི་འཚོལ་བཤེར་སྐད་རིགས་གང་ཡིན་ནམ།" msgstr "ཁྱེད་ཀྱིས་ཆེས་སྤྱོད་བདེ་པའི་འཚོལ་བཤེར་སྐད་རིགས་གང་ཡིན་ནམ།"
@@ -2280,3 +2279,16 @@ msgstr "རྙན་ཟློས་སྦས།"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr ""
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -27,19 +27,18 @@
# eudemo <eudemo@noreply.codeberg.org>, 2025. # eudemo <eudemo@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Catalan <https://translate.codeberg.org/projects/searxng/"
"searxng/ca/>\n"
"Language: ca\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -508,7 +507,7 @@ msgid "active users"
msgstr "usuaris actius" msgstr "usuaris actius"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "comentaris" msgstr "comentaris"
@@ -524,7 +523,7 @@ msgid "community"
msgstr "comunitat" msgstr "comunitat"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punts" msgstr "punts"
@@ -534,7 +533,7 @@ msgid "title"
msgstr "títol" msgstr "títol"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autor" msgstr "autor"
@@ -557,7 +556,7 @@ msgstr "contestat"
msgid "No item found" msgid "No item found"
msgstr "No s'ha trobat cap element" msgstr "No s'ha trobat cap element"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Origen" msgstr "Origen"
@@ -566,15 +565,15 @@ msgstr "Origen"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "S'ha produït un error en carregar la següent pàgina" msgstr "S'ha produït un error en carregar la següent pàgina"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "La configuració no és vàlida, editeu-la" msgstr "La configuració no és vàlida, editeu-la"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "La configuració no és vàlida" msgstr "La configuració no és vàlida"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "error de cerca" msgstr "error de cerca"
@@ -666,7 +665,7 @@ msgstr "{title} (OBSOLET)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Aquesta entrada ha estat substituïda per" msgstr "Aquesta entrada ha estat substituïda per"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Canal" msgstr "Canal"
@@ -733,13 +732,13 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Calcular expressions matemàtiques a través de la barra de cerca" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -763,6 +762,16 @@ msgstr "Plugin de noms de host"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Desplaçament infinit"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Reescriptura de l'Open Access DOI" msgstr "Reescriptura de l'Open Access DOI"
@@ -834,15 +843,15 @@ msgstr "Suprimeix l'URL de rastreig"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Suprimeix els arguments de rastreig dels URL retornats" msgstr "Suprimeix els arguments de rastreig dels URL retornats"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Convertir entre unitats" msgstr "Convertir entre unitats"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1017,23 +1026,23 @@ msgstr "Categories predeterminades"
msgid "User interface" msgid "User interface"
msgstr "Interfície de l'usuari" msgstr "Interfície de l'usuari"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privadesa" msgstr "Privadesa"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Motors de cerca" msgstr "Motors de cerca"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Cercadors usats actualment" msgstr "Cercadors usats actualment"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Consultes especials" msgstr "Consultes especials"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Galetes" msgstr "Galetes"
@@ -1522,16 +1531,6 @@ msgstr "Servidor intermediari d'imatges"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Desplaçament infinit"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "En quina llengua preferiu cercar?" msgstr "En quina llengua preferiu cercar?"
@@ -2396,3 +2395,16 @@ msgstr "oculta el vídeo"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repositori" #~ msgstr "repositori"
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Calcular expressions matemàtiques a través de la barra de cerca"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -25,20 +25,19 @@
# radekjuthner <radekjuthner@noreply.codeberg.org>, 2025. # radekjuthner <radekjuthner@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Czech <https://translate.codeberg.org/projects/searxng/"
"searxng/cs/>\n"
"Language: cs\n" "Language: cs\n"
"Language-Team: Czech "
"<https://translate.codeberg.org/projects/searxng/searxng/cs/>\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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : "
"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -507,7 +506,7 @@ msgid "active users"
msgstr "aktivní uživatelé" msgstr "aktivní uživatelé"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "komentáře" msgstr "komentáře"
@@ -523,7 +522,7 @@ msgid "community"
msgstr "komunita" msgstr "komunita"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "body" msgstr "body"
@@ -533,7 +532,7 @@ msgid "title"
msgstr "název" msgstr "název"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autor" msgstr "autor"
@@ -556,7 +555,7 @@ msgstr "zodpovězené"
msgid "No item found" msgid "No item found"
msgstr "Nic nenalezeno" msgstr "Nic nenalezeno"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "zdroj" msgstr "zdroj"
@@ -565,15 +564,15 @@ msgstr "zdroj"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Chyba při načítání další stránky" msgstr "Chyba při načítání další stránky"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Neplatné nastavení, upravte své předvolby" msgstr "Neplatné nastavení, upravte své předvolby"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Neplatné nastavení" msgstr "Neplatné nastavení"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "chyba vyhledávání" msgstr "chyba vyhledávání"
@@ -665,7 +664,7 @@ msgstr "{title} (ZASTARALÉ)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Tato položka byla nahrazena položkou" msgstr "Tato položka byla nahrazena položkou"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanál" msgstr "Kanál"
@@ -732,13 +731,13 @@ msgstr "Seznam blokování Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtrovat výsledky onion, které se objeví na seznamu zakázaných Ahmia." msgstr "Filtrovat výsledky onion, které se objeví na seznamu zakázaných Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Základní kalkulačka" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Vypočítejte matematické výrazy pomocí vyhledávací lišty" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -766,6 +765,16 @@ msgstr ""
"Přepsat názvy hostitelů a odstranit nebo upřednostnit výsledky v " "Přepsat názvy hostitelů a odstranit nebo upřednostnit výsledky v "
"závislosti na názvu hostitele" "závislosti na názvu hostitele"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Nekonečné výsledky"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Přesměrování na Open Access DOI" msgstr "Přesměrování na Open Access DOI"
@@ -839,15 +848,15 @@ msgstr "Odstranit sledovací URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Odstranit sledovací parametry z načtených URL" msgstr "Odstranit sledovací parametry z načtených URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Doplněk převodu jednotek" msgstr "Doplněk převodu jednotek"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Převod mezi jednotkami" msgstr "Převod mezi jednotkami"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1022,23 +1031,23 @@ msgstr "Základní kategorie"
msgid "User interface" msgid "User interface"
msgstr "Uživatelské rozhraní" msgstr "Uživatelské rozhraní"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Soukromí" msgstr "Soukromí"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Vyhledávače" msgstr "Vyhledávače"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Aktuálně používané vyhledávače" msgstr "Aktuálně používané vyhledávače"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Zvláštní dotazy" msgstr "Zvláštní dotazy"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1535,16 +1544,6 @@ msgstr "Nepřímé vyhledávání obrázků"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Načítat výsledky hledání obrázků skrze proxy SearXNG" msgstr "Načítat výsledky hledání obrázků skrze proxy SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Nekonečné výsledky"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr "Automaticky načíst další stránku při posunu na konec aktuální stránky"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Jaký jazyk vyhledávání upřednostňujete?" msgstr "Jaký jazyk vyhledávání upřednostňujete?"
@@ -2396,3 +2395,16 @@ msgstr "skrýt video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repozitář" #~ msgstr "repozitář"
#~ msgid "Basic Calculator"
#~ msgstr "Základní kalkulačka"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Vypočítejte matematické výrazy pomocí vyhledávací lišty"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr "Automaticky načíst další stránku při posunu na konec aktuální stránky"

View File

@@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-06-22 17:06+0000\n" "PO-Revision-Date: 2025-06-22 17:06+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: cy\n" "Language: cy\n"
@@ -499,7 +499,7 @@ msgid "active users"
msgstr "defnyddwyr gweithredol" msgstr "defnyddwyr gweithredol"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "sylwadau" msgstr "sylwadau"
@@ -515,7 +515,7 @@ msgid "community"
msgstr "cymuned" msgstr "cymuned"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "pwyntiau" msgstr "pwyntiau"
@@ -525,7 +525,7 @@ msgid "title"
msgstr "teitl" msgstr "teitl"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "awdur" msgstr "awdur"
@@ -548,7 +548,7 @@ msgstr "wedi'i ateb"
msgid "No item found" msgid "No item found"
msgstr "Ni chanfuwyd eitem" msgstr "Ni chanfuwyd eitem"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Ffynhonnell" msgstr "Ffynhonnell"
@@ -557,15 +557,15 @@ msgstr "Ffynhonnell"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Gwall wrth lwytho'r dudalen nesaf" msgstr "Gwall wrth lwytho'r dudalen nesaf"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Gosodiadau annilys, golygwch eich dewisiadau" msgstr "Gosodiadau annilys, golygwch eich dewisiadau"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Gosodiadau annilys" msgstr "Gosodiadau annilys"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "gwall chwilio" msgstr "gwall chwilio"
@@ -657,7 +657,7 @@ msgstr "{title} (OBSOLETE)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Mae'r cofnod hwn wedi ei ddisodli gan" msgstr "Mae'r cofnod hwn wedi ei ddisodli gan"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Sianel" msgstr "Sianel"
@@ -725,13 +725,13 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Cyfrifo mynegiad mathemategol o'r bar chwilio" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -755,6 +755,16 @@ msgstr "Ategyn enwau gwesteiwyr"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Sgrolio diddiwedd"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Disodli DOI Open Access" msgstr "Disodli DOI Open Access"
@@ -826,15 +836,15 @@ msgstr "Tynnu tracwyr URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Tynnu tracwyr sy'n ymddangos mewn URLs" msgstr "Tynnu tracwyr sy'n ymddangos mewn URLs"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Trosi rhwng unedau" msgstr "Trosi rhwng unedau"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1007,23 +1017,23 @@ msgstr "Categorïau rhagosodedig"
msgid "User interface" msgid "User interface"
msgstr "Rhyngwyneb defnyddiwr" msgstr "Rhyngwyneb defnyddiwr"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Preifatrwydd" msgstr "Preifatrwydd"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Peiriannau" msgstr "Peiriannau"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Peiriannau a ddefnyddir ar hyn o bryd" msgstr "Peiriannau a ddefnyddir ar hyn o bryd"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Ymholiadau arbennig" msgstr "Ymholiadau arbennig"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Briwsion" msgstr "Briwsion"
@@ -1510,16 +1520,6 @@ msgstr "Dirprwy delweddau"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Sgrolio diddiwedd"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Ym mha iaith ydych chi'n ffafrio chwilio?" msgstr "Ym mha iaith ydych chi'n ffafrio chwilio?"
@@ -2343,3 +2343,15 @@ msgstr "cuddio'r fideo"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "storfa" #~ msgstr "storfa"
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Cyfrifo mynegiad mathemategol o'r bar chwilio"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -17,19 +17,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Danish <https://translate.codeberg.org/projects/searxng/"
"searxng/da/>\n"
"Language: da\n" "Language: da\n"
"Language-Team: Danish "
"<https://translate.codeberg.org/projects/searxng/searxng/da/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -498,7 +497,7 @@ msgid "active users"
msgstr "aktive brugere" msgstr "aktive brugere"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentare" msgstr "kommentare"
@@ -514,7 +513,7 @@ msgid "community"
msgstr "fællesskab" msgstr "fællesskab"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "point" msgstr "point"
@@ -524,7 +523,7 @@ msgid "title"
msgstr "titel" msgstr "titel"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "forfatter" msgstr "forfatter"
@@ -547,7 +546,7 @@ msgstr "svaret"
msgid "No item found" msgid "No item found"
msgstr "Intet fundet" msgstr "Intet fundet"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Kilde" msgstr "Kilde"
@@ -556,15 +555,15 @@ msgstr "Kilde"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Fejl ved indlæsning af den næste side" msgstr "Fejl ved indlæsning af den næste side"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ugyldige indstillinger, redigér venligst dine valg" msgstr "Ugyldige indstillinger, redigér venligst dine valg"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ugyldig indstilling" msgstr "Ugyldig indstilling"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "søgefejl" msgstr "søgefejl"
@@ -656,7 +655,7 @@ msgstr "{title} (FORÆLDET)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Denne værdi er blevet overskrevet af" msgstr "Denne værdi er blevet overskrevet af"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanal" msgstr "Kanal"
@@ -724,13 +723,13 @@ msgstr "Ahmia sortliste"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtrer onionresultater fra, der vises på Ahmias sortliste." msgstr "Filtrer onionresultater fra, der vises på Ahmias sortliste."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Grundlæggende lommeregner" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Udregn matematiske udtryk via søgefeltet" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -758,6 +757,16 @@ msgstr ""
"Omskriv værtsnavne og fjern eller prioritér resultater baseret på " "Omskriv værtsnavne og fjern eller prioritér resultater baseret på "
"værtsnavnet" "værtsnavnet"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Uendelig rulning"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Open Access DOI-omskrivning" msgstr "Open Access DOI-omskrivning"
@@ -831,15 +840,15 @@ msgstr "Fjernelse af tracker URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Fjern trackeres parametre fra den returnerede URL" msgstr "Fjern trackeres parametre fra den returnerede URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Enhed konverter plugin" msgstr "Enhed konverter plugin"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konverter mellem enheder" msgstr "Konverter mellem enheder"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1016,23 +1025,23 @@ msgstr "Standardkategorier"
msgid "User interface" msgid "User interface"
msgstr "Brugerinterface" msgstr "Brugerinterface"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privatliv" msgstr "Privatliv"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Søgemaskiner" msgstr "Søgemaskiner"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Pt. anvendte søgemaskiner" msgstr "Pt. anvendte søgemaskiner"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Specielle Søgetermer" msgstr "Specielle Søgetermer"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1529,18 +1538,6 @@ msgstr "Billede-proxy"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proxy billedresultater via SearXNG" msgstr "Proxy billedresultater via SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Uendelig rulning"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Indlæser automatisk den næste side, når du ruller til bunden af den "
"aktuelle side"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Hvilket sprog foretrækker du til søgninger?" msgstr "Hvilket sprog foretrækker du til søgninger?"
@@ -2397,3 +2394,19 @@ msgstr "skjul video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "depot" #~ msgstr "depot"
#~ msgid "Basic Calculator"
#~ msgstr "Grundlæggende lommeregner"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Udregn matematiske udtryk via søgefeltet"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Indlæser automatisk den næste side, når"
#~ " du ruller til bunden af den "
#~ "aktuelle side"

View File

@@ -29,19 +29,18 @@
# pikzim <pikzim@noreply.codeberg.org>, 2025. # pikzim <pikzim@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/searxng/"
"searxng/de/>\n"
"Language: de\n" "Language: de\n"
"Language-Team: German "
"<https://translate.codeberg.org/projects/searxng/searxng/de/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -510,7 +509,7 @@ msgid "active users"
msgstr "aktive Nutzer" msgstr "aktive Nutzer"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "Kommentare" msgstr "Kommentare"
@@ -526,7 +525,7 @@ msgid "community"
msgstr "Community" msgstr "Community"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "Punkte" msgstr "Punkte"
@@ -536,7 +535,7 @@ msgid "title"
msgstr "Titel" msgstr "Titel"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "Autor/-in" msgstr "Autor/-in"
@@ -559,7 +558,7 @@ msgstr "beantwortet"
msgid "No item found" msgid "No item found"
msgstr "Keine Einträge gefunden" msgstr "Keine Einträge gefunden"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Quelle" msgstr "Quelle"
@@ -568,15 +567,15 @@ msgstr "Quelle"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Fehler beim Laden der nächsten Seite" msgstr "Fehler beim Laden der nächsten Seite"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ungültige Einstellungen, bitte Einstellungen ändern" msgstr "Ungültige Einstellungen, bitte Einstellungen ändern"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ungültige Einstellungen" msgstr "Ungültige Einstellungen"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "Suchfehler" msgstr "Suchfehler"
@@ -668,7 +667,7 @@ msgstr "{title} (OBSOLET)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Dieser Eintrag wurde überschrieben von" msgstr "Dieser Eintrag wurde überschrieben von"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanal" msgstr "Kanal"
@@ -736,13 +735,13 @@ msgstr "Ahmia blacklist"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtern der Onion Links, die in der schwarzen Liste von Ahmia erscheinen." msgstr "Filtern der Onion Links, die in der schwarzen Liste von Ahmia erscheinen."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Taschenrechner" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Rechne mathematische Ausdrücke mit der Suchleiste aus" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -770,6 +769,16 @@ msgstr ""
"Umschreiben von Hostnamen und Entfernen oder Priorisieren von Ergebnissen" "Umschreiben von Hostnamen und Entfernen oder Priorisieren von Ergebnissen"
" auf der Grundlage des Hostnamens" " auf der Grundlage des Hostnamens"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Unendliches Scrollen"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Open-Access-DOI umschreiben" msgstr "Open-Access-DOI umschreiben"
@@ -845,15 +854,15 @@ msgstr "Tracker-URL-Entferner"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Tracker-Argumente von den zurückgegebenen URLs entfernen" msgstr "Tracker-Argumente von den zurückgegebenen URLs entfernen"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Einheitenumrechner" msgstr "Einheitenumrechner"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Einheiten umrechnen" msgstr "Einheiten umrechnen"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1036,23 +1045,23 @@ msgstr "Standardkategorien"
msgid "User interface" msgid "User interface"
msgstr "Benutzeroberfläche" msgstr "Benutzeroberfläche"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privatsphäre" msgstr "Privatsphäre"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Suchmaschinen" msgstr "Suchmaschinen"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Aktuell benutzte Suchmaschinen" msgstr "Aktuell benutzte Suchmaschinen"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Besondere Abfragen" msgstr "Besondere Abfragen"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1549,18 +1558,6 @@ msgstr "Bilder-Proxy"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proxy-Bildergebnisse über SearXNG" msgstr "Proxy-Bildergebnisse über SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Unendliches Scrollen"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Automatisches Laden der nächsten Seite beim Scrollen zum Ende der "
"aktuellen Seite"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Welche Sprache oder Region soll bei der Suche bevorzugt werden?" msgstr "Welche Sprache oder Region soll bei der Suche bevorzugt werden?"
@@ -2444,3 +2441,19 @@ msgstr "Video verstecken"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "Repository" #~ msgstr "Repository"
#~ msgid "Basic Calculator"
#~ msgstr "Taschenrechner"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Rechne mathematische Ausdrücke mit der Suchleiste aus"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Automatisches Laden der nächsten Seite "
#~ "beim Scrollen zum Ende der aktuellen "
#~ "Seite"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-08-13 08:09+0000\n" "PO-Revision-Date: 2025-08-13 08:09+0000\n"
"Last-Translator: ijxp <ijxp@noreply.codeberg.org>\n" "Last-Translator: ijxp <ijxp@noreply.codeberg.org>\n"
"Language: dv\n" "Language: dv\n"
@@ -488,7 +488,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -504,7 +504,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -514,7 +514,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -537,7 +537,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "" msgstr ""
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "" msgstr ""
@@ -546,15 +546,15 @@ msgstr ""
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "" msgstr ""
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "" msgstr ""
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "" msgstr ""
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "" msgstr ""
@@ -646,7 +646,7 @@ msgstr ""
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "" msgstr ""
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -706,12 +706,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -736,6 +736,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr ""
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "" msgstr ""
@@ -802,15 +812,15 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "" msgstr ""
@@ -981,23 +991,23 @@ msgstr ""
msgid "User interface" msgid "User interface"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "" msgstr ""
@@ -1479,16 +1489,6 @@ msgstr ""
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "" msgstr ""
@@ -2013,3 +2013,15 @@ msgstr ""
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr ""
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -23,19 +23,18 @@
# gkalathas <gkalathas@noreply.codeberg.org>, 2025. # gkalathas <gkalathas@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Greek <https://translate.codeberg.org/projects/searxng/"
"searxng/el/>\n"
"Language: el_GR\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -504,7 +503,7 @@ msgid "active users"
msgstr "ενεργούς χρήστες" msgstr "ενεργούς χρήστες"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "σχόλια" msgstr "σχόλια"
@@ -520,7 +519,7 @@ msgid "community"
msgstr "κοινότητα" msgstr "κοινότητα"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "σημεία" msgstr "σημεία"
@@ -530,7 +529,7 @@ msgid "title"
msgstr "τίτλος" msgstr "τίτλος"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "συγγραφέας" msgstr "συγγραφέας"
@@ -553,7 +552,7 @@ msgstr "απάντησε"
msgid "No item found" msgid "No item found"
msgstr "Δεν βρέθηκαν αντικείμενα" msgstr "Δεν βρέθηκαν αντικείμενα"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Πηγή" msgstr "Πηγή"
@@ -562,15 +561,15 @@ msgstr "Πηγή"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Σφάλμα φόρτωσης της επόμενης σελίδας" msgstr "Σφάλμα φόρτωσης της επόμενης σελίδας"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Μη έγκυρες ρυθμίσεις, παρακαλούμε ελέγξτε τις προτιμήσεις σας" msgstr "Μη έγκυρες ρυθμίσεις, παρακαλούμε ελέγξτε τις προτιμήσεις σας"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Μη έγκυρες ρυθμίσεις" msgstr "Μη έγκυρες ρυθμίσεις"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "σφάλμα αναζήτησης" msgstr "σφάλμα αναζήτησης"
@@ -662,7 +661,7 @@ msgstr "{title} (ΠΑΡΩΧΗΜΕΝΟΣ)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Αυτή η καταχώριση έχει αντικατασταθεί από" msgstr "Αυτή η καταχώριση έχει αντικατασταθεί από"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Κανάλι" msgstr "Κανάλι"
@@ -732,13 +731,13 @@ msgstr ""
"Φιλτράρισμα των αποτελεσμάτων onion που εμφανίζονται στη μάυρη λίστα της " "Φιλτράρισμα των αποτελεσμάτων onion που εμφανίζονται στη μάυρη λίστα της "
"Ahmia." "Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Βασική Αριθμομηχανή" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Υπολογίστε μαθηματικές εκφράσεις μέσω της γραμμής αναζήτησης" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -766,6 +765,16 @@ msgstr ""
"Ξαναγράψτε τα ονόματα κεντρικών υπολογιστών και καταργήστε ή ιεραρχήστε " "Ξαναγράψτε τα ονόματα κεντρικών υπολογιστών και καταργήστε ή ιεραρχήστε "
"τα αποτελέσματα με βάση το όνομα κεντρικού υπολογιστή" "τα αποτελέσματα με βάση το όνομα κεντρικού υπολογιστή"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Άπειρη κύλιση"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Ανοίξτε την επανεγγραφή DOI της Access" msgstr "Ανοίξτε την επανεγγραφή DOI της Access"
@@ -839,15 +848,15 @@ msgstr "Αφαίρεση ιχνηλατών από συνδέσμους"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους" msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Πρόσθετο μετατροπέας μονάδων" msgstr "Πρόσθετο μετατροπέας μονάδων"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Μετατροπή μεταξύ μονάδων" msgstr "Μετατροπή μεταξύ μονάδων"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1024,23 +1033,23 @@ msgstr "Προεπιλεγμένες κατηγορίες"
msgid "User interface" msgid "User interface"
msgstr "Διεπαφή χρήστη" msgstr "Διεπαφή χρήστη"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Ιδιωτικότητα" msgstr "Ιδιωτικότητα"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Μηχανές" msgstr "Μηχανές"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Μηχανές αναζήτησης που χρησιμοποιούνται" msgstr "Μηχανές αναζήτησης που χρησιμοποιούνται"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Ειδικά Ερωτήματα" msgstr "Ειδικά Ερωτήματα"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1543,18 +1552,6 @@ msgstr "Διακομιστής μεσολάβησης εικόνων"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Αποτελέσματα εικόνας proxy μέσω του SearXNG" msgstr "Αποτελέσματα εικόνας proxy μέσω του SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Άπειρη κύλιση"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Αυτόματη φόρτωση της επόμενης σελίδας κατά την κύλιση στο κάτω μέρος της "
"τρέχουσας σελίδας"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Τι γλώσσα προτιμάτε για αναζήτηση;" msgstr "Τι γλώσσα προτιμάτε για αναζήτηση;"
@@ -2420,3 +2417,19 @@ msgstr "απόκρυψη βίντεο"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "αποθετήρια" #~ msgstr "αποθετήρια"
#~ msgid "Basic Calculator"
#~ msgstr "Βασική Αριθμομηχανή"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Υπολογίστε μαθηματικές εκφράσεις μέσω της γραμμής αναζήτησης"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Αυτόματη φόρτωση της επόμενης σελίδας "
#~ "κατά την κύλιση στο κάτω μέρος της"
#~ " τρέχουσας σελίδας"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2014-01-30 15:22+0100\n" "PO-Revision-Date: 2014-01-30 15:22+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@@ -484,7 +484,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -500,7 +500,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -510,7 +510,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -533,7 +533,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "" msgstr ""
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "" msgstr ""
@@ -542,15 +542,15 @@ msgstr ""
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "" msgstr ""
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "" msgstr ""
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "" msgstr ""
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "" msgstr ""
@@ -642,7 +642,7 @@ msgstr ""
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "" msgstr ""
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -702,12 +702,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -732,6 +732,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr ""
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "" msgstr ""
@@ -798,15 +808,15 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "" msgstr ""
@@ -977,23 +987,23 @@ msgstr ""
msgid "User interface" msgid "User interface"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "" msgstr ""
@@ -1475,16 +1485,6 @@ msgstr ""
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "" msgstr ""
@@ -2274,3 +2274,15 @@ msgstr ""
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr ""
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -23,7 +23,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-02 04:50+0000\n" "PO-Revision-Date: 2025-09-02 04:50+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: eo\n" "Language: eo\n"
@@ -501,7 +501,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -517,7 +517,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -527,7 +527,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -550,7 +550,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "Nenio trovita" msgstr "Nenio trovita"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Fonto" msgstr "Fonto"
@@ -559,15 +559,15 @@ msgstr "Fonto"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Eraro dum la ŝarĝado de la sekvan paĝon" msgstr "Eraro dum la ŝarĝado de la sekvan paĝon"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Nevalidaj agordoj, bonvolu redaktu viajn agordojn" msgstr "Nevalidaj agordoj, bonvolu redaktu viajn agordojn"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Nevalidaj agordoj" msgstr "Nevalidaj agordoj"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "serĉa eraro" msgstr "serĉa eraro"
@@ -659,7 +659,7 @@ msgstr "{title} (MALAKTUALA)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Tiu ĉi enigo estis anstataŭigita per" msgstr "Tiu ĉi enigo estis anstataŭigita per"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanalo" msgstr "Kanalo"
@@ -726,12 +726,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -756,6 +756,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Senfina rulumado"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Malfermalira COI-ŝanĝo" msgstr "Malfermalira COI-ŝanĝo"
@@ -827,15 +837,15 @@ msgstr "Forigilo de URL-spuriloj"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Forviŝi spurajn argumentojn el la ricevita URL" msgstr "Forviŝi spurajn argumentojn el la ricevita URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1006,23 +1016,23 @@ msgstr "Defaŭltaj kategorioj"
msgid "User interface" msgid "User interface"
msgstr "Fasado" msgstr "Fasado"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privateco" msgstr "Privateco"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Serĉiloj" msgstr "Serĉiloj"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Aktuale uzataj serĉiloj" msgstr "Aktuale uzataj serĉiloj"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Specialaj Demandoj" msgstr "Specialaj Demandoj"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Kuketoj" msgstr "Kuketoj"
@@ -1510,16 +1520,6 @@ msgstr "Prokurila servilo por bildoj"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Senfina rulumado"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Kiun lingvon vi pli ŝatas por serĉi?" msgstr "Kiun lingvon vi pli ŝatas por serĉi?"
@@ -2358,3 +2358,15 @@ msgstr "kaŝi videojn"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "Deponejo" #~ msgstr "Deponejo"
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr ""
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -49,19 +49,18 @@
# jperegrinm <jperegrinm@noreply.codeberg.org>, 2025. # jperegrinm <jperegrinm@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: jperegrinm <jperegrinm@noreply.codeberg.org>\n" "Last-Translator: jperegrinm <jperegrinm@noreply.codeberg.org>\n"
"Language-Team: Spanish <https://translate.codeberg.org/projects/searxng/"
"searxng/es/>\n"
"Language: es\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -530,7 +529,7 @@ msgid "active users"
msgstr "usuarios activos" msgstr "usuarios activos"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "comentarios" msgstr "comentarios"
@@ -546,7 +545,7 @@ msgid "community"
msgstr "comunidad" msgstr "comunidad"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "puntos" msgstr "puntos"
@@ -556,7 +555,7 @@ msgid "title"
msgstr "título" msgstr "título"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autor" msgstr "autor"
@@ -579,7 +578,7 @@ msgstr "contestado"
msgid "No item found" msgid "No item found"
msgstr "Ningún artículo encontrado" msgstr "Ningún artículo encontrado"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Fuente" msgstr "Fuente"
@@ -588,15 +587,15 @@ msgstr "Fuente"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Error al cargar la siguiente página" msgstr "Error al cargar la siguiente página"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ajustes inválidos, por favor, cambia tus preferencias" msgstr "Ajustes inválidos, por favor, cambia tus preferencias"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ajustes inválidos" msgstr "Ajustes inválidos"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "error en la búsqueda" msgstr "error en la búsqueda"
@@ -688,7 +687,7 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Esta entrada ha sido sustituida por" msgstr "Esta entrada ha sido sustituida por"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Canal" msgstr "Canal"
@@ -755,13 +754,13 @@ msgstr "Lista negra de Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtrar resultados de onion que aparezcan en la lista negra de Ahmia." msgstr "Filtrar resultados de onion que aparezcan en la lista negra de Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Calculadora básica" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Calcula expresiones matemáticas a través de la barra de búsqueda" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -789,6 +788,16 @@ msgstr ""
"Reescribe los hostnames y elimina o prioriza los resultados según el " "Reescribe los hostnames y elimina o prioriza los resultados según el "
"hostname" "hostname"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Deslizamiento infinito"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Reescribir DOI (Identificador de objeto digital) de Open Access" msgstr "Reescribir DOI (Identificador de objeto digital) de Open Access"
@@ -862,15 +871,15 @@ msgstr "Removedor de URL rastreadora"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remueve los argumentos de rastreadores de la URL devuelta" msgstr "Remueve los argumentos de rastreadores de la URL devuelta"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Plugin conversor de unidades" msgstr "Plugin conversor de unidades"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Convertir unidades" msgstr "Convertir unidades"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1022,8 +1031,8 @@ msgid ""
"This is a preview of the settings used by the 'Search URL' you used to " "This is a preview of the settings used by the 'Search URL' you used to "
"get here." "get here."
msgstr "" msgstr ""
"Esta es una vista previa de los ajustes usados por la URL de búsqueda que " "Esta es una vista previa de los ajustes usados por la URL de búsqueda que"
"solías tener aquí." " solías tener aquí."
#: searx/templates/simple/preferences.html:162 #: searx/templates/simple/preferences.html:162
msgid "Press save to copy these preferences to your browser." msgid "Press save to copy these preferences to your browser."
@@ -1045,23 +1054,23 @@ msgstr "Categorías predeterminadas"
msgid "User interface" msgid "User interface"
msgstr "Interfaz de usuario" msgstr "Interfaz de usuario"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privacidad" msgstr "Privacidad"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Motores" msgstr "Motores"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Motores de búsqueda actualmente en uso" msgstr "Motores de búsqueda actualmente en uso"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Consultas Especiales" msgstr "Consultas Especiales"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1559,18 +1568,6 @@ msgstr "Proxy de imágenes"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Resultados de imagen proxy a través de SearXNG" msgstr "Resultados de imagen proxy a través de SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Deslizamiento infinito"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Cargar automáticamente la siguiente página cuando llegues al final de la "
"página actual"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "¿Qué idioma prefieres para la búsqueda?" msgstr "¿Qué idioma prefieres para la búsqueda?"
@@ -2445,3 +2442,19 @@ msgstr "ocultar video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repositorios" #~ msgstr "repositorios"
#~ msgid "Basic Calculator"
#~ msgstr "Calculadora básica"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Calcula expresiones matemáticas a través de la barra de búsqueda"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Cargar automáticamente la siguiente página "
#~ "cuando llegues al final de la "
#~ "página actual"

View File

@@ -19,19 +19,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org>\n" "Last-Translator: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org>\n"
"Language-Team: Estonian <https://translate.codeberg.org/projects/searxng/"
"searxng/et/>\n"
"Language: et\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -500,7 +499,7 @@ msgid "active users"
msgstr "aktiivseid kasutajaid" msgstr "aktiivseid kasutajaid"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentaare" msgstr "kommentaare"
@@ -516,7 +515,7 @@ msgid "community"
msgstr "kogukond" msgstr "kogukond"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punkte" msgstr "punkte"
@@ -526,7 +525,7 @@ msgid "title"
msgstr "pealkiri" msgstr "pealkiri"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "Autor" msgstr "Autor"
@@ -549,7 +548,7 @@ msgstr "vastatud"
msgid "No item found" msgid "No item found"
msgstr "Üksust ei leitud" msgstr "Üksust ei leitud"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Allikas" msgstr "Allikas"
@@ -558,15 +557,15 @@ msgstr "Allikas"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Viga järgmise lehekülje laadimisel" msgstr "Viga järgmise lehekülje laadimisel"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Sobimatud seaded, palun muuda oma eelistusi" msgstr "Sobimatud seaded, palun muuda oma eelistusi"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Sobimatud seaded" msgstr "Sobimatud seaded"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "otsingu viga" msgstr "otsingu viga"
@@ -658,7 +657,7 @@ msgstr "{title} (VANANENUD)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "See üksus on asendatud" msgstr "See üksus on asendatud"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanal" msgstr "Kanal"
@@ -727,13 +726,13 @@ msgstr ""
"Jäta onioni võrgust tehtud otsingute puhul välja vastused, mis leiduvad " "Jäta onioni võrgust tehtud otsingute puhul välja vastused, mis leiduvad "
"Ahmia keeluloendis." "Ahmia keeluloendis."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Lihtne taskuarvuti" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Arvuta otsinguribal matemaatilisi avaldisi" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -761,6 +760,16 @@ msgstr ""
"Asenda hostide nimesid ning eemalda või muuda tulemuste järjestust " "Asenda hostide nimesid ning eemalda või muuda tulemuste järjestust "
"hostinimede alusel" "hostinimede alusel"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Lõputu kerimine"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Avatud juurdepääsu DOI ümberkirjutamine" msgstr "Avatud juurdepääsu DOI ümberkirjutamine"
@@ -834,15 +843,15 @@ msgstr "Jälitajate eemaldus URList"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Eemaldab jälitavad argumendid tagastatud URList" msgstr "Eemaldab jälitavad argumendid tagastatud URList"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Ühikute konverteerimise lisamoodul" msgstr "Ühikute konverteerimise lisamoodul"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konverteeri eri ühikute vahel" msgstr "Konverteeri eri ühikute vahel"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1019,23 +1028,23 @@ msgstr "Vaikimisi kategooriad"
msgid "User interface" msgid "User interface"
msgstr "Kasutajaliides" msgstr "Kasutajaliides"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privaatsus" msgstr "Privaatsus"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Otsingumootorid" msgstr "Otsingumootorid"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Hetkel kasutatud otsingumootorid" msgstr "Hetkel kasutatud otsingumootorid"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Spetsiaalsed päringud" msgstr "Spetsiaalsed päringud"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Küpsised" msgstr "Küpsised"
@@ -1531,16 +1540,6 @@ msgstr "Pildiproksi"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "SearXNG pildiotsingu tulemused läbi proksi" msgstr "SearXNG pildiotsingu tulemused läbi proksi"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Lõputu kerimine"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr "Kerides senise lehe lõppu kuvatakse järgmine leht automaatselt"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Mis keelt sa otsinguks eelistad?" msgstr "Mis keelt sa otsinguks eelistad?"
@@ -2382,3 +2381,16 @@ msgstr "peida video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "hoidla" #~ msgstr "hoidla"
#~ msgid "Basic Calculator"
#~ msgstr "Lihtne taskuarvuti"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Arvuta otsinguribal matemaatilisi avaldisi"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr "Kerides senise lehe lõppu kuvatakse järgmine leht automaatselt"

View File

@@ -18,19 +18,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-11-07 07:10+0000\n" "PO-Revision-Date: 2025-11-07 07:10+0000\n"
"Last-Translator: alexgabi <alexgabi@noreply.codeberg.org>\n" "Last-Translator: alexgabi <alexgabi@noreply.codeberg.org>\n"
"Language-Team: Basque <https://translate.codeberg.org/projects/searxng/"
"searxng/eu/>\n"
"Language: eu\n" "Language: eu\n"
"Language-Team: Basque "
"<https://translate.codeberg.org/projects/searxng/searxng/eu/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -499,7 +498,7 @@ msgid "active users"
msgstr "erabiltzaile aktiboak" msgstr "erabiltzaile aktiboak"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "iruzkinak" msgstr "iruzkinak"
@@ -515,7 +514,7 @@ msgid "community"
msgstr "komunitatea" msgstr "komunitatea"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "puntuak" msgstr "puntuak"
@@ -525,7 +524,7 @@ msgid "title"
msgstr "izenburua" msgstr "izenburua"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "egilea" msgstr "egilea"
@@ -548,7 +547,7 @@ msgstr "erantzunda"
msgid "No item found" msgid "No item found"
msgstr "Ez da elementurik aurkitu" msgstr "Ez da elementurik aurkitu"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Iturria" msgstr "Iturria"
@@ -557,15 +556,15 @@ msgstr "Iturria"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Errorea hurrengo orrialdea kargatzean" msgstr "Errorea hurrengo orrialdea kargatzean"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ezarpen baliogabeak, editatu zure hobespenak" msgstr "Ezarpen baliogabeak, editatu zure hobespenak"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ezarpen baliogabeak" msgstr "Ezarpen baliogabeak"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "bilaketa akatsa" msgstr "bilaketa akatsa"
@@ -657,7 +656,7 @@ msgstr "{title} (ZAHARKITUA)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Sarrera hau hurrengoarekin ordezkatu da" msgstr "Sarrera hau hurrengoarekin ordezkatu da"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanala" msgstr "Kanala"
@@ -724,13 +723,13 @@ msgstr "Ahmia zerrenda beltza"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Ahmiaren zerrenda beltzean agertzen diren tipula-emaitzak iragaztea." msgstr "Ahmiaren zerrenda beltzean agertzen diren tipula-emaitzak iragaztea."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Oinarrizko kalkulagailua" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Kalkulatu adierazpen matematikoak bilaketa-barraren bidez" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -758,6 +757,16 @@ msgstr ""
"Berridatzi ostalari-izenak eta kendu edo lehenetsi emaitzak ostalari-" "Berridatzi ostalari-izenak eta kendu edo lehenetsi emaitzak ostalari-"
"izenaren arabera" "izenaren arabera"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Korritze amaigabea"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Berridatzi Open Access DOI" msgstr "Berridatzi Open Access DOI"
@@ -831,15 +840,15 @@ msgstr "URL aztarnariak kendu"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Aztarnarien argumentuak kendu itzulitako URLtik" msgstr "Aztarnarien argumentuak kendu itzulitako URLtik"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Unitateak bihurtzeko plugina" msgstr "Unitateak bihurtzeko plugina"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Bihurtu unitateak" msgstr "Bihurtu unitateak"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1010,23 +1019,23 @@ msgstr "Lehenetsitako kategoriak"
msgid "User interface" msgid "User interface"
msgstr "Erabiltzailearen interfazea" msgstr "Erabiltzailearen interfazea"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Pribatutasuna" msgstr "Pribatutasuna"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Bilatzaileak" msgstr "Bilatzaileak"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Erabiltzen ari diren bilatzaileak" msgstr "Erabiltzen ari diren bilatzaileak"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Kontsulta bereziak" msgstr "Kontsulta bereziak"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookieak" msgstr "Cookieak"
@@ -1522,18 +1531,6 @@ msgstr "Irudien proxya"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proxy irudiaren emaitzak SearXNG bidez" msgstr "Proxy irudiaren emaitzak SearXNG bidez"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Korritze amaigabea"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Kargatu automatikoki hurrengo orria uneko orriaren beheko aldera "
"korritzean"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Zein hizkuntzan egin nahi duzu bilaketa?" msgstr "Zein hizkuntzan egin nahi duzu bilaketa?"
@@ -2380,3 +2377,18 @@ msgstr "ezkutatu bideoa"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "biltegiak" #~ msgstr "biltegiak"
#~ msgid "Basic Calculator"
#~ msgstr "Oinarrizko kalkulagailua"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Kalkulatu adierazpen matematikoak bilaketa-barraren bidez"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Kargatu automatikoki hurrengo orria uneko "
#~ "orriaren beheko aldera korritzean"

View File

@@ -29,7 +29,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-02 04:50+0000\n" "PO-Revision-Date: 2025-09-02 04:50+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: fa_IR\n" "Language: fa_IR\n"
@@ -507,7 +507,7 @@ msgid "active users"
msgstr "کاربران فعال" msgstr "کاربران فعال"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "نظر ها" msgstr "نظر ها"
@@ -523,7 +523,7 @@ msgid "community"
msgstr "جمعیت" msgstr "جمعیت"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "امتیاز‌ات" msgstr "امتیاز‌ات"
@@ -533,7 +533,7 @@ msgid "title"
msgstr "تیتر" msgstr "تیتر"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "نگارنده" msgstr "نگارنده"
@@ -556,7 +556,7 @@ msgstr "جواب داده شده"
msgid "No item found" msgid "No item found"
msgstr "چیزی پیدا نشد" msgstr "چیزی پیدا نشد"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "منبع" msgstr "منبع"
@@ -565,15 +565,15 @@ msgstr "منبع"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "خطا در بارگزاری صفحه جدید" msgstr "خطا در بارگزاری صفحه جدید"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "تنظیمات نادرست است، لطفا تنظیمات جستجو را تغییر دهید" msgstr "تنظیمات نادرست است، لطفا تنظیمات جستجو را تغییر دهید"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "تنظیمات نادرست" msgstr "تنظیمات نادرست"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "خطای جست‌وجو" msgstr "خطای جست‌وجو"
@@ -665,7 +665,7 @@ msgstr "{title} (منسوخ شده)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "این ورودی معلق شده است، توسط" msgstr "این ورودی معلق شده است، توسط"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "کانال" msgstr "کانال"
@@ -732,13 +732,13 @@ msgstr "لیست سیاه Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "نتایج onion که در لیست سیاه Ahmia ظاهر می‌شوند را فیلتر کنید." msgstr "نتایج onion که در لیست سیاه Ahmia ظاهر می‌شوند را فیلتر کنید."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "ماشین حساب اولیه" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "محاسبه عبارت‌های ریاضی در نوار جست و جو" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -762,6 +762,16 @@ msgstr "افزونه های نام دامنه"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "پایین رفتن بی‌پایان"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "بازنویسی DOI Access را باز کنید" msgstr "بازنویسی DOI Access را باز کنید"
@@ -835,15 +845,15 @@ msgstr "حذف کننده URL ردیاب"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید" msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "افزونه تبدیل واحد" msgstr "افزونه تبدیل واحد"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "تبدیل بین واحد‌ها" msgstr "تبدیل بین واحد‌ها"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1016,23 +1026,23 @@ msgstr "دسته‌بندی‌های پیش‌گزیده"
msgid "User interface" msgid "User interface"
msgstr "رابط کاربری" msgstr "رابط کاربری"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "حریم شخصی" msgstr "حریم شخصی"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "موتورها" msgstr "موتورها"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "موتور جستجو های در حال استفاده" msgstr "موتور جستجو های در حال استفاده"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "مقدارهای ویژه" msgstr "مقدارهای ویژه"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "کلوچک‌ها" msgstr "کلوچک‌ها"
@@ -1520,16 +1530,6 @@ msgstr "پروکسی تصویر"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "پایین رفتن بی‌پایان"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "چه زبانی را برای جست‌وجو می‌پسندید؟" msgstr "چه زبانی را برای جست‌وجو می‌پسندید؟"
@@ -2385,3 +2385,15 @@ msgstr "پنهان‌سازی ویدئو"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "مخازن" #~ msgstr "مخازن"
#~ msgid "Basic Calculator"
#~ msgstr "ماشین حساب اولیه"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "محاسبه عبارت‌های ریاضی در نوار جست و جو"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -21,19 +21,18 @@
# Ricky-Tigg <ricky-tigg@noreply.codeberg.org>, 2025. # Ricky-Tigg <ricky-tigg@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-11-23 15:10+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: artnay <artnay@noreply.codeberg.org>\n"
"Language-Team: Finnish <https://translate.codeberg.org/projects/searxng/"
"searxng/fi/>\n"
"Language: fi\n" "Language: fi\n"
"Language-Team: Finnish "
"<https://translate.codeberg.org/projects/searxng/searxng/fi/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -502,7 +501,7 @@ msgid "active users"
msgstr "aktiiviset käyttäjät" msgstr "aktiiviset käyttäjät"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentit" msgstr "kommentit"
@@ -518,7 +517,7 @@ msgid "community"
msgstr "yhteisö" msgstr "yhteisö"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "pisteet" msgstr "pisteet"
@@ -528,7 +527,7 @@ msgid "title"
msgstr "otsikko" msgstr "otsikko"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "tekijä" msgstr "tekijä"
@@ -551,7 +550,7 @@ msgstr "vastattu"
msgid "No item found" msgid "No item found"
msgstr "Tietuetta ei löytynyt" msgstr "Tietuetta ei löytynyt"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Lähde" msgstr "Lähde"
@@ -560,15 +559,15 @@ msgstr "Lähde"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Virhe ladattaessa seuraavaa sivua" msgstr "Virhe ladattaessa seuraavaa sivua"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Virheelliset asetukset, muokkaa siis asetuksia" msgstr "Virheelliset asetukset, muokkaa siis asetuksia"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Virheelliset asetukset" msgstr "Virheelliset asetukset"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "hakuvirhe" msgstr "hakuvirhe"
@@ -660,7 +659,7 @@ msgstr "{title} (VANHENTUNUT)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Tämän kohdan on korvannut" msgstr "Tämän kohdan on korvannut"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanava" msgstr "Kanava"
@@ -727,13 +726,13 @@ msgstr "Ahmia-estolista"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Suodata pois Ahmian estolistalla olevat onion-tulokset." msgstr "Suodata pois Ahmian estolistalla olevat onion-tulokset."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Peruslaskin" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Laske matemaattisia lausekkeita hakupalkissa" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -761,6 +760,16 @@ msgstr ""
"Kirjoita isäntänimet uudelleen ja poista tai priorisoi tuloksia " "Kirjoita isäntänimet uudelleen ja poista tai priorisoi tuloksia "
"isäntänimen perusteella" "isäntänimen perusteella"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Loputon vieritys"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Open Access DOI -uudelleenkirjoitus" msgstr "Open Access DOI -uudelleenkirjoitus"
@@ -834,15 +843,15 @@ msgstr "Seurantapalvelimen osoitteen poistaja"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta" msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Yksikkömuuntajan liitännäinen" msgstr "Yksikkömuuntajan liitännäinen"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Muunna yksiköiden välillä" msgstr "Muunna yksiköiden välillä"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -997,11 +1006,11 @@ msgstr ""
#: searx/templates/simple/preferences.html:162 #: searx/templates/simple/preferences.html:162
msgid "Press save to copy these preferences to your browser." msgid "Press save to copy these preferences to your browser."
msgstr "" msgstr "Napsauta tallenna kopidaksesi nämä asetukset selaimeesi."
#: searx/templates/simple/preferences.html:163 #: searx/templates/simple/preferences.html:163
msgid "Click here to view your browser preferences instead:" msgid "Click here to view your browser preferences instead:"
msgstr "" msgstr "Napsauta tästä nähdäksesi sen sijaan selaimesi asetukset:"
#: searx/templates/simple/preferences.html:173 #: searx/templates/simple/preferences.html:173
msgid "General" msgid "General"
@@ -1015,23 +1024,23 @@ msgstr "Oletusluokat"
msgid "User interface" msgid "User interface"
msgstr "Käyttöliittymä" msgstr "Käyttöliittymä"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Yksityisyys" msgstr "Yksityisyys"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Hakukoneet" msgstr "Hakukoneet"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Nyt käytetyt hakukoneet" msgstr "Nyt käytetyt hakukoneet"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Erityiset kyselyt" msgstr "Erityiset kyselyt"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Evästeet" msgstr "Evästeet"
@@ -1526,16 +1535,6 @@ msgstr "Kuvat välityspalvelimen kautta"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Välitä kuvatulokset SearXNG-välityspalvelimen kautta" msgstr "Välitä kuvatulokset SearXNG-välityspalvelimen kautta"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Loputon vieritys"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr "Lataa automaattisesti seuraava sivu, kun vierität nykyisen sivun loppuun"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Millä kielellä haluat etsiä ensisijaisesti?" msgstr "Millä kielellä haluat etsiä ensisijaisesti?"
@@ -2395,3 +2394,18 @@ msgstr "piilota video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repot" #~ msgstr "repot"
#~ msgid "Basic Calculator"
#~ msgstr "Peruslaskin"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Laske matemaattisia lausekkeita hakupalkissa"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Lataa automaattisesti seuraava sivu, kun "
#~ "vierität nykyisen sivun loppuun"

View File

@@ -22,7 +22,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-02 04:50+0000\n" "PO-Revision-Date: 2025-09-02 04:50+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: fil\n" "Language: fil\n"
@@ -501,7 +501,7 @@ msgid "active users"
msgstr "mga aktibong gumagamit" msgstr "mga aktibong gumagamit"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "mga komento" msgstr "mga komento"
@@ -517,7 +517,7 @@ msgid "community"
msgstr "pamayanan" msgstr "pamayanan"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "mga punto" msgstr "mga punto"
@@ -527,7 +527,7 @@ msgid "title"
msgstr "titulo" msgstr "titulo"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "maykatha" msgstr "maykatha"
@@ -550,7 +550,7 @@ msgstr "sinagot"
msgid "No item found" msgid "No item found"
msgstr "Walang nakita na aytem" msgstr "Walang nakita na aytem"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Pinagmulan" msgstr "Pinagmulan"
@@ -559,15 +559,15 @@ msgstr "Pinagmulan"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Error sa paglo-load ng susunod na pahina" msgstr "Error sa paglo-load ng susunod na pahina"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Di-wastong mga setting, pakibago ang iyong mga kagustuhan" msgstr "Di-wastong mga setting, pakibago ang iyong mga kagustuhan"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Di-wastong mga setting" msgstr "Di-wastong mga setting"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "nagkaproblema sa paghahanap ng mga resulta" msgstr "nagkaproblema sa paghahanap ng mga resulta"
@@ -659,7 +659,7 @@ msgstr "{title} (Luma)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Ang tala na ito ay ipinagpaliban ng" msgstr "Ang tala na ito ay ipinagpaliban ng"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Tyanel" msgstr "Tyanel"
@@ -725,13 +725,13 @@ msgstr "Blacklist ng Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Alisin ang mga onion na resulta na lumalabas sa blacklist ng Ahmia." msgstr "Alisin ang mga onion na resulta na lumalabas sa blacklist ng Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Basic na Calculator" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "kalkulahin ang matematika gamit ang rehas ng pagsaliksik" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -755,6 +755,16 @@ msgstr "Hostnames plugin"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Walang hanggan na pag-scroll"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Malayang akses sa muling pagsulat ng DOI" msgstr "Malayang akses sa muling pagsulat ng DOI"
@@ -828,15 +838,15 @@ msgstr "Alisin ang URL tracker"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Alisin ang tracker sa ibabalik na URL" msgstr "Alisin ang tracker sa ibabalik na URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Converter ng Yunit na plugin" msgstr "Converter ng Yunit na plugin"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "ipalit sa pamamagitan ng mga yunit" msgstr "ipalit sa pamamagitan ng mga yunit"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1011,23 +1021,23 @@ msgstr "Ang mga default na uri"
msgid "User interface" msgid "User interface"
msgstr "Ang User interface" msgstr "Ang User interface"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Pagiging Pribado" msgstr "Pagiging Pribado"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Engines" msgstr "Engines"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Ang ginagamit natin na search engines" msgstr "Ang ginagamit natin na search engines"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Mga Espesyal na Queries" msgstr "Mga Espesyal na Queries"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1521,16 +1531,6 @@ msgstr "Proxy ng larawan"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Walang hanggan na pag-scroll"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Ano ang gusto mong wika sa paghahanap?" msgstr "Ano ang gusto mong wika sa paghahanap?"
@@ -2401,3 +2401,15 @@ msgstr "itago ang video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repositoryo" #~ msgstr "repositoryo"
#~ msgid "Basic Calculator"
#~ msgstr "Basic na Calculator"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "kalkulahin ang matematika gamit ang rehas ng pagsaliksik"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -46,19 +46,18 @@
# Flyingfufu <flyingfufu@noreply.codeberg.org>, 2025. # Flyingfufu <flyingfufu@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-25 10:28+0000\n" "PO-Revision-Date: 2025-10-25 10:28+0000\n"
"Last-Translator: Flyingfufu <flyingfufu@noreply.codeberg.org>\n" "Last-Translator: Flyingfufu <flyingfufu@noreply.codeberg.org>\n"
"Language-Team: French <https://translate.codeberg.org/projects/searxng/"
"searxng/fr/>\n"
"Language: fr\n" "Language: fr\n"
"Language-Team: French "
"<https://translate.codeberg.org/projects/searxng/searxng/fr/>\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -527,7 +526,7 @@ msgid "active users"
msgstr "utilisateurs actifs" msgstr "utilisateurs actifs"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "Commentaires" msgstr "Commentaires"
@@ -543,7 +542,7 @@ msgid "community"
msgstr "Communauté" msgstr "Communauté"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "points" msgstr "points"
@@ -553,7 +552,7 @@ msgid "title"
msgstr "Titre" msgstr "Titre"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "Auteur" msgstr "Auteur"
@@ -576,7 +575,7 @@ msgstr "répondu"
msgid "No item found" msgid "No item found"
msgstr "Pas d'élément trouvé" msgstr "Pas d'élément trouvé"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Source" msgstr "Source"
@@ -585,15 +584,15 @@ msgstr "Source"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Erreur lors du chargement de la page suivante" msgstr "Erreur lors du chargement de la page suivante"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Paramètres non valides, veuillez modifier vos préférences" msgstr "Paramètres non valides, veuillez modifier vos préférences"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Paramètres non valides" msgstr "Paramètres non valides"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "erreur de recherche" msgstr "erreur de recherche"
@@ -685,7 +684,7 @@ msgstr "{title} (OBSOLÈTE)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Cet item a été remplacé par" msgstr "Cet item a été remplacé par"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Chaîne" msgstr "Chaîne"
@@ -755,13 +754,13 @@ msgstr ""
"Filtrer les résultats comportant des onion qui apparaissent dans la liste" "Filtrer les résultats comportant des onion qui apparaissent dans la liste"
" noire dAhmia." " noire dAhmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Calculatrice de Base" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Calculer des expressions mathématiques dans la barre de recherche" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -789,6 +788,16 @@ msgstr ""
"Personnalisez vos résultats en redirigeant les liens et en filtrant les " "Personnalisez vos résultats en redirigeant les liens et en filtrant les "
"sites affichés" "sites affichés"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Défilement infini"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Utiliser Open Access DOI" msgstr "Utiliser Open Access DOI"
@@ -862,15 +871,15 @@ msgstr "Nettoyeur d'URL de suivi"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Retire les arguments utilisés pour vous pister des URL retournées" msgstr "Retire les arguments utilisés pour vous pister des URL retournées"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Module de conversion d'unités" msgstr "Module de conversion d'unités"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Convertit une unité en une autre" msgstr "Convertit une unité en une autre"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location} : {temperature}, {condition}" msgstr "{location} : {temperature}, {condition}"
@@ -1024,13 +1033,12 @@ msgid ""
"This is a preview of the settings used by the 'Search URL' you used to " "This is a preview of the settings used by the 'Search URL' you used to "
"get here." "get here."
msgstr "" msgstr ""
"Ceci est un aperçu des paramètres utilisés par 'l'URL de recherche' que vous " "Ceci est un aperçu des paramètres utilisés par 'l'URL de recherche' que "
"avez utilisée pour arriver ici." "vous avez utilisée pour arriver ici."
#: searx/templates/simple/preferences.html:162 #: searx/templates/simple/preferences.html:162
msgid "Press save to copy these preferences to your browser." msgid "Press save to copy these preferences to your browser."
msgstr "" msgstr "Appuyez sur Enregistrer pour copier ces préférences dans votre navigateur."
"Appuyez sur Enregistrer pour copier ces préférences dans votre navigateur."
#: searx/templates/simple/preferences.html:163 #: searx/templates/simple/preferences.html:163
msgid "Click here to view your browser preferences instead:" msgid "Click here to view your browser preferences instead:"
@@ -1048,23 +1056,23 @@ msgstr "Catégories par défaut"
msgid "User interface" msgid "User interface"
msgstr "Interface utilisateur" msgstr "Interface utilisateur"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Vie privée" msgstr "Vie privée"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Moteurs" msgstr "Moteurs"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Moteurs de recherche actuellement utilisés" msgstr "Moteurs de recherche actuellement utilisés"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Requêtes spéciales" msgstr "Requêtes spéciales"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1561,18 +1569,6 @@ msgstr "Proxy d'images"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Résultats des images proxy via SearXNG" msgstr "Résultats des images proxy via SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Défilement infini"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Charger automatiquement la page suivante après avoir défilé jusqu'en bas "
"de la page actuelle"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Dans quelle langue préférez-vous effectuer la recherche ?" msgstr "Dans quelle langue préférez-vous effectuer la recherche ?"
@@ -2449,3 +2445,19 @@ msgstr "cacher la vidéo"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "dépôts" #~ msgstr "dépôts"
#~ msgid "Basic Calculator"
#~ msgstr "Calculatrice de Base"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Calculer des expressions mathématiques dans la barre de recherche"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Charger automatiquement la page suivante "
#~ "après avoir défilé jusqu'en bas de "
#~ "la page actuelle"

View File

@@ -9,18 +9,17 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Irish <https://translate.codeberg.org/projects/searxng/"
"searxng/ga/>\n"
"Language: ga\n" "Language: ga\n"
"Language-Team: Irish "
"<https://translate.codeberg.org/projects/searxng/searxng/ga/>\n"
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 "
":(n>6 && n<11) ? 3 : 4;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :"
"(n>6 && n<11) ? 3 : 4;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -489,7 +488,7 @@ msgid "active users"
msgstr "úsáideoirí gníomhacha" msgstr "úsáideoirí gníomhacha"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "tráchtanna" msgstr "tráchtanna"
@@ -505,7 +504,7 @@ msgid "community"
msgstr "pobal" msgstr "pobal"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "pointí" msgstr "pointí"
@@ -515,7 +514,7 @@ msgid "title"
msgstr "teideal" msgstr "teideal"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "údar" msgstr "údar"
@@ -538,7 +537,7 @@ msgstr "freagraí"
msgid "No item found" msgid "No item found"
msgstr "Níor aimsíodh aon rud" msgstr "Níor aimsíodh aon rud"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Foinse" msgstr "Foinse"
@@ -547,15 +546,15 @@ msgstr "Foinse"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Earráid ag luchtú an chéad leathanach eile" msgstr "Earráid ag luchtú an chéad leathanach eile"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Socruithe neamhbhailí, cuir do chuid roghanna in" msgstr "Socruithe neamhbhailí, cuir do chuid roghanna in"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Socruithe neamhbhaintí" msgstr "Socruithe neamhbhaintí"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "earráid cuardaigh" msgstr "earráid cuardaigh"
@@ -647,7 +646,7 @@ msgstr "{title} (ÚSÁIDEACH)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Cuireadh an iontráil seo in ionad ag" msgstr "Cuireadh an iontráil seo in ionad ag"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Cainéal" msgstr "Cainéal"
@@ -714,13 +713,13 @@ msgstr "Liosta dubh Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Scag amach torthaí oinniún atá le feiceáil ar liosta dubh Ahmia." msgstr "Scag amach torthaí oinniún atá le feiceáil ar liosta dubh Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Áireamhán Bunúsach" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Ríomh nathanna matamaiticiúla tríd an mbarra cu" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -748,6 +747,16 @@ msgstr ""
"Athscríobh ainmneacha óstach agus bain nó cuir tús áite do thorthaí " "Athscríobh ainmneacha óstach agus bain nó cuir tús áite do thorthaí "
"bunaithe ar an ainm óstach" "bunaithe ar an ainm óstach"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Scroll gan teorainn"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Athscríobh DOI Rochtana Oscailte" msgstr "Athscríobh DOI Rochtana Oscailte"
@@ -823,15 +832,15 @@ msgstr "Aistritheoir URL rianaithe"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Bain argóintí rianaithe ón URL ar ais" msgstr "Bain argóintí rianaithe ón URL ar ais"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Breiseán tiontaire aonad" msgstr "Breiseán tiontaire aonad"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Tiontaigh idir aonaid" msgstr "Tiontaigh idir aonaid"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1006,23 +1015,23 @@ msgstr "Catagóirí réamhshoc"
msgid "User interface" msgid "User interface"
msgstr "Comhéadan úsáideora" msgstr "Comhéadan úsáideora"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Príobháideacht" msgstr "Príobháideacht"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Innill" msgstr "Innill"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Innill chuardaigh á n-úsáidtear" msgstr "Innill chuardaigh á n-úsáidtear"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Ceisteanna Speisialta" msgstr "Ceisteanna Speisialta"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Fianáin" msgstr "Fianáin"
@@ -1522,18 +1531,6 @@ msgstr "Proxy íomhá"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Torthaí íomhá seachfhreastalaí trí SearXNG" msgstr "Torthaí íomhá seachfhreastalaí trí SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Scroll gan teorainn"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Luchtaigh an chéad leathanach eile go huathoibríoch nuair a scrollaigh tú"
" go bun an leathanaigh reatha"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Cén teanga is fearr leat le haghaidh cuardaigh?" msgstr "Cén teanga is fearr leat le haghaidh cuardaigh?"
@@ -1951,3 +1948,19 @@ msgstr "físeán a cheilt"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "stóras" #~ msgstr "stóras"
#~ msgid "Basic Calculator"
#~ msgstr "Áireamhán Bunúsach"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Ríomh nathanna matamaiticiúla tríd an mbarra cu"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Luchtaigh an chéad leathanach eile go"
#~ " huathoibríoch nuair a scrollaigh tú "
#~ "go bun an leathanaigh reatha"

View File

@@ -14,19 +14,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-21 01:32+0000\n" "PO-Revision-Date: 2025-10-21 01:32+0000\n"
"Last-Translator: ghose <ghose@noreply.codeberg.org>\n" "Last-Translator: ghose <ghose@noreply.codeberg.org>\n"
"Language-Team: Galician <https://translate.codeberg.org/projects/searxng/"
"searxng/gl/>\n"
"Language: gl\n" "Language: gl\n"
"Language-Team: Galician "
"<https://translate.codeberg.org/projects/searxng/searxng/gl/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -495,7 +494,7 @@ msgid "active users"
msgstr "usuarias activas" msgstr "usuarias activas"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "comentarios" msgstr "comentarios"
@@ -511,7 +510,7 @@ msgid "community"
msgstr "comunidade" msgstr "comunidade"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "puntos" msgstr "puntos"
@@ -521,7 +520,7 @@ msgid "title"
msgstr "título" msgstr "título"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autoría" msgstr "autoría"
@@ -544,7 +543,7 @@ msgstr "respondido"
msgid "No item found" msgid "No item found"
msgstr "Non se atoparon elementos" msgstr "Non se atoparon elementos"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Fonte" msgstr "Fonte"
@@ -553,15 +552,15 @@ msgstr "Fonte"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Erro ao cargar a páxina seguinte" msgstr "Erro ao cargar a páxina seguinte"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Axustes non válidos, por favor edita a configuración" msgstr "Axustes non válidos, por favor edita a configuración"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Axustes non válidos" msgstr "Axustes non válidos"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "fallo na busca" msgstr "fallo na busca"
@@ -653,7 +652,7 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Esta entrada foi proporcionada por" msgstr "Esta entrada foi proporcionada por"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Canle" msgstr "Canle"
@@ -720,13 +719,13 @@ msgstr "Lista negra de Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtrar os resultados de onion que aparecen na lista negra de Ahmia" msgstr "Filtrar os resultados de onion que aparecen na lista negra de Ahmia"
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Calculadora básica" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Calcular expresións matemáticas usando a barra de busca" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -754,6 +753,16 @@ msgstr ""
"Reescribir nomes de servidor e quitar ou priorizar resultados en función " "Reescribir nomes de servidor e quitar ou priorizar resultados en función "
"do nome de servidor" "do nome de servidor"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Desprazamento infinito"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Reescritura Open Access DOI" msgstr "Reescritura Open Access DOI"
@@ -827,15 +836,15 @@ msgstr "Eliminador de rastrexadores na URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Elimina os elementos de rastrexo da URL devolta" msgstr "Elimina os elementos de rastrexo da URL devolta"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Complemento conversor de unidades" msgstr "Complemento conversor de unidades"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Converter unidades" msgstr "Converter unidades"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1008,23 +1017,23 @@ msgstr "Categorías por defecto"
msgid "User interface" msgid "User interface"
msgstr "Interface" msgstr "Interface"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privacidade" msgstr "Privacidade"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Motores" msgstr "Motores"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Motores de busca utilizados actualmente" msgstr "Motores de busca utilizados actualmente"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Consultas especiais" msgstr "Consultas especiais"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Rastros" msgstr "Rastros"
@@ -1522,18 +1531,6 @@ msgstr "Proxy de imaxes"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Resultados para imaxes a través do mandatario de SearXNG" msgstr "Resultados para imaxes a través do mandatario de SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Desprazamento infinito"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Cargar automaticamente a páxina seguinte cando te desprazas cara abaixo "
"na páxina actual"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Que idioma prefires para buscar?" msgstr "Que idioma prefires para buscar?"
@@ -2403,3 +2400,19 @@ msgstr "agochar vídeo"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repo" #~ msgstr "repo"
#~ msgid "Basic Calculator"
#~ msgstr "Calculadora básica"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Calcular expresións matemáticas usando a barra de busca"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Cargar automaticamente a páxina seguinte "
#~ "cando te desprazas cara abaixo na "
#~ "páxina actual"

View File

@@ -27,7 +27,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-02 04:50+0000\n" "PO-Revision-Date: 2025-09-02 04:50+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: he\n" "Language: he\n"
@@ -506,7 +506,7 @@ msgid "active users"
msgstr "משתמשים פעילים" msgstr "משתמשים פעילים"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "הערות" msgstr "הערות"
@@ -522,7 +522,7 @@ msgid "community"
msgstr "קהילה" msgstr "קהילה"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "נקודות" msgstr "נקודות"
@@ -532,7 +532,7 @@ msgid "title"
msgstr "כותרת" msgstr "כותרת"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "מחבר" msgstr "מחבר"
@@ -555,7 +555,7 @@ msgstr "נענו"
msgid "No item found" msgid "No item found"
msgstr "לא נמצא פריט" msgstr "לא נמצא פריט"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "מקור" msgstr "מקור"
@@ -564,15 +564,15 @@ msgstr "מקור"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "שגיאה בטעינת העמוד הבא" msgstr "שגיאה בטעינת העמוד הבא"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "הגדרות לא תקינות, עליך לתקן את ההעדפות שלך" msgstr "הגדרות לא תקינות, עליך לתקן את ההעדפות שלך"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "הגדרות לא תקינות" msgstr "הגדרות לא תקינות"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "שגיאת חיפוש" msgstr "שגיאת חיפוש"
@@ -664,7 +664,7 @@ msgstr "{title} (OBSOLETE)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "רשומה זו הוחלפה על ידי" msgstr "רשומה זו הוחלפה על ידי"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "ערוץ" msgstr "ערוץ"
@@ -731,13 +731,13 @@ msgstr "הרשימה השחורה של Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "מסנן תוצאות onion שמופיעות ברשימת השחורה של Ahmia." msgstr "מסנן תוצאות onion שמופיעות ברשימת השחורה של Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "מחשבון בסיסי" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "חשב ביטויים מתמטיים באמצעות שורת החיפוש" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -761,6 +761,16 @@ msgstr "תוסף כתובות"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "גלילה אינסופית"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "שכתוב Open Access DOI" msgstr "שכתוב Open Access DOI"
@@ -833,15 +843,15 @@ msgstr "הסרת Tracker URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "הסר ארגומנטי איתור מתוך URL מוחזר" msgstr "הסר ארגומנטי איתור מתוך URL מוחזר"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "תוסף המרה של יחידות" msgstr "תוסף המרה של יחידות"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "המר בין יחידות" msgstr "המר בין יחידות"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1012,23 +1022,23 @@ msgstr "קטגוריות עיקריות"
msgid "User interface" msgid "User interface"
msgstr "ממשק משתמש" msgstr "ממשק משתמש"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "פרטיות" msgstr "פרטיות"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "מנועים" msgstr "מנועים"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "מנועי חיפוש שמופעלים כעת" msgstr "מנועי חיפוש שמופעלים כעת"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "שאילתות מיוחדות" msgstr "שאילתות מיוחדות"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "עוגיות" msgstr "עוגיות"
@@ -1516,16 +1526,6 @@ msgstr "פרוקסי תמונה"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "גלילה אינסופית"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "באיזו שפה ברצונך לחפש?" msgstr "באיזו שפה ברצונך לחפש?"
@@ -2354,3 +2354,15 @@ msgstr "הסתר וידאו"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "מאגרים" #~ msgstr "מאגרים"
#~ msgid "Basic Calculator"
#~ msgstr "מחשבון בסיסי"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "חשב ביטויים מתמטיים באמצעות שורת החיפוש"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -22,20 +22,19 @@
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025. # SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Croatian <https://translate.codeberg.org/projects/searxng/"
"searxng/hr/>\n"
"Language: hr\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=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.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -504,7 +503,7 @@ msgid "active users"
msgstr "aktivni korisnici" msgstr "aktivni korisnici"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "komentari" msgstr "komentari"
@@ -520,7 +519,7 @@ msgid "community"
msgstr "zajednica" msgstr "zajednica"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "bodovi" msgstr "bodovi"
@@ -530,7 +529,7 @@ msgid "title"
msgstr "naslov" msgstr "naslov"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autor" msgstr "autor"
@@ -553,7 +552,7 @@ msgstr "odgovoren"
msgid "No item found" msgid "No item found"
msgstr "Nije pronađena nijedna stavka" msgstr "Nije pronađena nijedna stavka"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Izvor" msgstr "Izvor"
@@ -562,15 +561,15 @@ msgstr "Izvor"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Greška u učitavnju sljedeće stranice" msgstr "Greška u učitavnju sljedeće stranice"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Nevažeće postavke, molimo uredite svoje postavke" msgstr "Nevažeće postavke, molimo uredite svoje postavke"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Nevažeće postavke" msgstr "Nevažeće postavke"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "greška u pretraživanju" msgstr "greška u pretraživanju"
@@ -662,7 +661,7 @@ msgstr "{title} (ZASTARJELO)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Ovaj je unos zamijenio" msgstr "Ovaj je unos zamijenio"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanal" msgstr "Kanal"
@@ -731,13 +730,13 @@ msgstr ""
"Filtriraj rezultate pretraživanja luka koji se pojavljuju na Ahmijinoj " "Filtriraj rezultate pretraživanja luka koji se pojavljuju na Ahmijinoj "
"crnoj listi." "crnoj listi."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Osnovni Kalkulator" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Izračunaj matematički izraz putem tražilice" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -765,6 +764,16 @@ msgstr ""
"Prepišite imena domaćina i uklonite ili odredite prioritete rezultata na " "Prepišite imena domaćina i uklonite ili odredite prioritete rezultata na "
"temelju imena domaćina" "temelju imena domaćina"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Beskonačno pomicanje"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Otvoreni pristup DOI prijepisa" msgstr "Otvoreni pristup DOI prijepisa"
@@ -836,15 +845,15 @@ msgstr "Ukloni praćenje URL-ova"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a" msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Dodatak za pretvaranje jedinica" msgstr "Dodatak za pretvaranje jedinica"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konvertiraj između jedinica" msgstr "Konvertiraj između jedinica"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1015,23 +1024,23 @@ msgstr "Zadane kategorije"
msgid "User interface" msgid "User interface"
msgstr "Korisničko sučelje" msgstr "Korisničko sučelje"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privatnost" msgstr "Privatnost"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Tražilice" msgstr "Tražilice"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Trenutno korištene tražilice" msgstr "Trenutno korištene tražilice"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Posebni upiti" msgstr "Posebni upiti"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Kolačići" msgstr "Kolačići"
@@ -1529,18 +1538,6 @@ msgstr "Proxy slike"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proksirajte rezultate slika putem SearXNG-a" msgstr "Proksirajte rezultate slika putem SearXNG-a"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Beskonačno pomicanje"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Automatski učitajte sljedeću stranicu prilikom pomicanja na dno "
"trenutačne stranice"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Koji jezik želite za pretraživanje?" msgstr "Koji jezik želite za pretraživanje?"
@@ -2392,3 +2389,18 @@ msgstr "sakrij video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repozitoriji" #~ msgstr "repozitoriji"
#~ msgid "Basic Calculator"
#~ msgstr "Osnovni Kalkulator"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Izračunaj matematički izraz putem tražilice"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Automatski učitajte sljedeću stranicu prilikom"
#~ " pomicanja na dno trenutačne stranice"

View File

@@ -23,19 +23,18 @@
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Hungarian <https://translate.codeberg.org/projects/searxng/"
"searxng/hu/>\n"
"Language: hu\n" "Language: hu\n"
"Language-Team: Hungarian "
"<https://translate.codeberg.org/projects/searxng/searxng/hu/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -504,7 +503,7 @@ msgid "active users"
msgstr "aktív felhasználók" msgstr "aktív felhasználók"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentek" msgstr "kommentek"
@@ -520,7 +519,7 @@ msgid "community"
msgstr "közösség" msgstr "közösség"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "pontok" msgstr "pontok"
@@ -530,7 +529,7 @@ msgid "title"
msgstr "cím" msgstr "cím"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "szerző" msgstr "szerző"
@@ -553,7 +552,7 @@ msgstr "megválaszolt"
msgid "No item found" msgid "No item found"
msgstr "Nincs találat" msgstr "Nincs találat"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Forrás" msgstr "Forrás"
@@ -562,15 +561,15 @@ msgstr "Forrás"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Hiba a következő oldal betöltése során" msgstr "Hiba a következő oldal betöltése során"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Érvénytelen beállítások, módosítsa őket" msgstr "Érvénytelen beállítások, módosítsa őket"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Érvénytelen beállítások" msgstr "Érvénytelen beállítások"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "keresési hiba" msgstr "keresési hiba"
@@ -662,7 +661,7 @@ msgstr "{title} (elavult)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Ezt a bejegyzést leváltotta:" msgstr "Ezt a bejegyzést leváltotta:"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Csatorna" msgstr "Csatorna"
@@ -729,13 +728,13 @@ msgstr "Ahmia tiltólista"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Szűrje ki az Ahmia titlólistáján szereplő onion hivatkozásokat." msgstr "Szűrje ki az Ahmia titlólistáján szereplő onion hivatkozásokat."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Alapvető számológép" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Végezzen el matematikai műveleteket a keresősávban" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -763,6 +762,16 @@ msgstr ""
"A kiszolgálónevek átírása és az eredmények eltávolítása vagy rangsorolása" "A kiszolgálónevek átírása és az eredmények eltávolítása vagy rangsorolása"
" a kiszolgálónév alapján" " a kiszolgálónév alapján"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Végtelen görgetés"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Szabad DOI használata" msgstr "Szabad DOI használata"
@@ -838,15 +847,15 @@ msgstr ""
"Eltávolítja a felhasználók követéshez használt argumentumokat a találatok" "Eltávolítja a felhasználók követéshez használt argumentumokat a találatok"
" webcíméből" " webcíméből"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Egységváltó bővítmény" msgstr "Egységváltó bővítmény"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Váltson mértékegységek között" msgstr "Váltson mértékegységek között"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1023,23 +1032,23 @@ msgstr "Alapértelmezett kategóriák"
msgid "User interface" msgid "User interface"
msgstr "Felhasználói felület" msgstr "Felhasználói felület"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Adatvédelem" msgstr "Adatvédelem"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Keresőmotorok" msgstr "Keresőmotorok"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Jelenleg használt keresőmotorok" msgstr "Jelenleg használt keresőmotorok"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Speciális lekérdezések" msgstr "Speciális lekérdezések"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Sütik" msgstr "Sütik"
@@ -1537,18 +1546,6 @@ msgstr "Kép proxy"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Kép találatok proxyn keresztüli megjelenítése a SearXNG segítségével" msgstr "Kép találatok proxyn keresztüli megjelenítése a SearXNG segítségével"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Végtelen görgetés"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"A következő oldal automatikus betöltése az aktuális oldal aljára "
"görgetéskor"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Milyen nyelven keres?" msgstr "Milyen nyelven keres?"
@@ -2405,3 +2402,18 @@ msgstr "videó elrejtése"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "tároló" #~ msgstr "tároló"
#~ msgid "Basic Calculator"
#~ msgstr "Alapvető számológép"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Végezzen el matematikai műveleteket a keresősávban"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "A következő oldal automatikus betöltése "
#~ "az aktuális oldal aljára görgetéskor"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-06-22 17:06+0000\n" "PO-Revision-Date: 2025-06-22 17:06+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: ia\n" "Language: ia\n"
@@ -490,7 +490,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -506,7 +506,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -516,7 +516,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -539,7 +539,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "Nulle item trovate" msgstr "Nulle item trovate"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "" msgstr ""
@@ -548,15 +548,15 @@ msgstr ""
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "" msgstr ""
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Configurationes non valide, per favor, modifica tu preferentias" msgstr "Configurationes non valide, per favor, modifica tu preferentias"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Configurationes invalide" msgstr "Configurationes invalide"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "error in recerca" msgstr "error in recerca"
@@ -648,7 +648,7 @@ msgstr ""
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Iste entrata esseva substituite per" msgstr "Iste entrata esseva substituite per"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -708,12 +708,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -738,6 +738,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Rolamento infinite"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "" msgstr ""
@@ -806,15 +816,15 @@ msgstr "Remover tracker del URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Remover argumentos del tracker ab le URL retornate" msgstr "Remover argumentos del tracker ab le URL retornate"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -985,23 +995,23 @@ msgstr "categorias predefinite"
msgid "User interface" msgid "User interface"
msgstr "Interfacie del usator" msgstr "Interfacie del usator"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Confidentialitate" msgstr "Confidentialitate"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Motores" msgstr "Motores"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Motores de recerca actualmente usate" msgstr "Motores de recerca actualmente usate"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1486,16 +1496,6 @@ msgstr "Proxy pro imagines"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Rolamento infinite"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Qual lingua tu prefere pro recercar?" msgstr "Qual lingua tu prefere pro recercar?"
@@ -2319,3 +2319,15 @@ msgstr "occultar video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr ""
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -19,21 +19,21 @@
# SilentWord <silentword@users.noreply.translate.codeberg.org>, 2025. # SilentWord <silentword@users.noreply.translate.codeberg.org>, 2025.
# Linerly <linerly@noreply.codeberg.org>, 2025. # Linerly <linerly@noreply.codeberg.org>, 2025.
# return42 <return42@noreply.codeberg.org>, 2025. # return42 <return42@noreply.codeberg.org>, 2025.
# rmdzn <rmdzn@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-11-23 15:10+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: rmdzn <rmdzn@noreply.codeberg.org>\n"
"Language-Team: Indonesian <https://translate.codeberg.org/projects/searxng/"
"searxng/id/>\n"
"Language: 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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -502,7 +502,7 @@ msgid "active users"
msgstr "pengguna aktif" msgstr "pengguna aktif"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "komentar" msgstr "komentar"
@@ -518,7 +518,7 @@ msgid "community"
msgstr "komunitas" msgstr "komunitas"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "poin-poin" msgstr "poin-poin"
@@ -528,7 +528,7 @@ msgid "title"
msgstr "judul" msgstr "judul"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "penulis" msgstr "penulis"
@@ -551,7 +551,7 @@ msgstr "dijawab"
msgid "No item found" msgid "No item found"
msgstr "Item tidak ditemukan" msgstr "Item tidak ditemukan"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Sumber" msgstr "Sumber"
@@ -560,15 +560,15 @@ msgstr "Sumber"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Gagal memuat laman berikutnya" msgstr "Gagal memuat laman berikutnya"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Pengaturan takvalid. Mohon ubah preferensi Anda" msgstr "Pengaturan takvalid. Mohon ubah preferensi Anda"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Pengaturan takvalid" msgstr "Pengaturan takvalid"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "galat pencarian" msgstr "galat pencarian"
@@ -660,7 +660,7 @@ msgstr "{title} (USANG)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Entri ini telah digantikan oleh" msgstr "Entri ini telah digantikan oleh"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Saluran" msgstr "Saluran"
@@ -728,13 +728,13 @@ msgstr "Daftar hitam Ahmia"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Saringkan hasil onion yang muncul dalam daftar hitam Ahmia." msgstr "Saringkan hasil onion yang muncul dalam daftar hitam Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Kalukator dasar" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Hitung ekspresi matematika di bilah pencarian" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -762,6 +762,16 @@ msgstr ""
"Tulis ulang nama hos dan hapus atau prioritaskan hasil berdasarkan nama " "Tulis ulang nama hos dan hapus atau prioritaskan hasil berdasarkan nama "
"hos" "hos"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Guliran takterbatas"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Penulisan ulang Open Access DOI" msgstr "Penulisan ulang Open Access DOI"
@@ -833,15 +843,15 @@ msgstr "Penghapus URL pelacak"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Menghapus argumen pelacak dari URL yang dikembalikan" msgstr "Menghapus argumen pelacak dari URL yang dikembalikan"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Plugin konverter satuan" msgstr "Plugin konverter satuan"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konversikan antarsatuan" msgstr "Konversikan antarsatuan"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1016,23 +1026,23 @@ msgstr "Kategori bawaan"
msgid "User interface" msgid "User interface"
msgstr "Antarmuka pengguna" msgstr "Antarmuka pengguna"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privasi" msgstr "Privasi"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Mesin" msgstr "Mesin"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Mesin pencari yang saat ini digunakan" msgstr "Mesin pencari yang saat ini digunakan"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Pencarian Khusus" msgstr "Pencarian Khusus"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Kuki" msgstr "Kuki"
@@ -1310,7 +1320,7 @@ msgstr "Muat ulang laman ini."
#: searx/templates/simple/messages/no_results.html:20 #: searx/templates/simple/messages/no_results.html:20
msgid "Search for another query or select another category (above)." msgid "Search for another query or select another category (above)."
msgstr "Telusuri pencarianblain atau pilih kategori lain (sebelumnya)." msgstr "Telusuri pencarian lain atau pilih kategori lain (sebelumnya)."
#: searx/templates/simple/messages/no_results.html:21 #: searx/templates/simple/messages/no_results.html:21
msgid "Change the search engine used in the preferences:" msgid "Change the search engine used in the preferences:"
@@ -1529,18 +1539,6 @@ msgstr "Proksi gambar"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proksi hasil gambar melalui SearXNG" msgstr "Proksi hasil gambar melalui SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Guliran takterbatas"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Muat laman berikutnya secara otomatis saat menggulir ke bawah laman saat "
"ini"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Anda ingin mencari dalam bahasa apa?" msgstr "Anda ingin mencari dalam bahasa apa?"
@@ -2290,3 +2288,19 @@ msgstr "sembunyikan video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repositori" #~ msgstr "repositori"
#~ msgid "Basic Calculator"
#~ msgstr "Kalukator dasar"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Hitung ekspresi matematika di bilah pencarian"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Muat laman berikutnya secara otomatis "
#~ "saat menggulir ke bawah laman saat "
#~ "ini"

View File

@@ -45,19 +45,18 @@
# langckx <langckx@noreply.codeberg.org>, 2025. # langckx <langckx@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-27 14:09+0000\n" "PO-Revision-Date: 2025-10-27 14:09+0000\n"
"Last-Translator: langckx <langckx@noreply.codeberg.org>\n" "Last-Translator: langckx <langckx@noreply.codeberg.org>\n"
"Language-Team: Italian <https://translate.codeberg.org/projects/searxng/"
"searxng/it/>\n"
"Language: it\n" "Language: it\n"
"Language-Team: Italian "
"<https://translate.codeberg.org/projects/searxng/searxng/it/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -526,7 +525,7 @@ msgid "active users"
msgstr "utenti attivi" msgstr "utenti attivi"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "commenti" msgstr "commenti"
@@ -542,7 +541,7 @@ msgid "community"
msgstr "comunità" msgstr "comunità"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punti" msgstr "punti"
@@ -552,7 +551,7 @@ msgid "title"
msgstr "titolo" msgstr "titolo"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autore" msgstr "autore"
@@ -575,7 +574,7 @@ msgstr "risposto"
msgid "No item found" msgid "No item found"
msgstr "Nessun oggetto trovato" msgstr "Nessun oggetto trovato"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Sorgente" msgstr "Sorgente"
@@ -584,15 +583,15 @@ msgstr "Sorgente"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Errore di caricamento della pagina successiva" msgstr "Errore di caricamento della pagina successiva"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Impostazioni non valide, modifica le tue preferenze" msgstr "Impostazioni non valide, modifica le tue preferenze"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Impostazioni non valide" msgstr "Impostazioni non valide"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "errore di ricerca" msgstr "errore di ricerca"
@@ -684,7 +683,7 @@ msgstr "{title} (OBSOLETO)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Questa voce è stata sostituita da" msgstr "Questa voce è stata sostituita da"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Canale" msgstr "Canale"
@@ -752,13 +751,13 @@ msgstr "Blacklist Ahima"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Escludi i risultati onion che appaiono nella blacklist Ahmia." msgstr "Escludi i risultati onion che appaiono nella blacklist Ahmia."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Calcolatrice base" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Calcola espressioni matematiche nella barra di ricerca" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -784,6 +783,16 @@ msgstr "Plugin dell'hostname"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "Riscrivi hostname e rimuovi o prioritizza i risultati in base ad esso" msgstr "Riscrivi hostname e rimuovi o prioritizza i risultati in base ad esso"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Scorrimento infinito"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Reindirizzamento Open Access DOI" msgstr "Reindirizzamento Open Access DOI"
@@ -856,15 +865,15 @@ msgstr "Rimuovi URL traccianti"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Rimuovi gli elementi traccianti dall'indirizzo URL riportato" msgstr "Rimuovi gli elementi traccianti dall'indirizzo URL riportato"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Plug in convertitore unità" msgstr "Plug in convertitore unità"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Converti tra le unità" msgstr "Converti tra le unità"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1020,8 +1029,8 @@ msgid ""
"This is a preview of the settings used by the 'Search URL' you used to " "This is a preview of the settings used by the 'Search URL' you used to "
"get here." "get here."
msgstr "" msgstr ""
"Questa è un'anteprima delle impostazioni utilizzate dal 'Search URL' che hai " "Questa è un'anteprima delle impostazioni utilizzate dal 'Search URL' che "
"utilizzato per arrivare qui." "hai utilizzato per arrivare qui."
#: searx/templates/simple/preferences.html:162 #: searx/templates/simple/preferences.html:162
msgid "Press save to copy these preferences to your browser." msgid "Press save to copy these preferences to your browser."
@@ -1043,23 +1052,23 @@ msgstr "Categorie predefinite"
msgid "User interface" msgid "User interface"
msgstr "Interfaccia utente" msgstr "Interfaccia utente"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privacy" msgstr "Privacy"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Motori" msgstr "Motori"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Motori di ricerca attualmente in uso" msgstr "Motori di ricerca attualmente in uso"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Richieste speciali" msgstr "Richieste speciali"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookie" msgstr "Cookie"
@@ -1558,18 +1567,6 @@ msgstr "Proxy immagini"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Intermedia le immagini trovate tramite SearXNG" msgstr "Intermedia le immagini trovate tramite SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Scorrimento infinito"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Carica automaticamente la prossima pagina quando scorri alla fine della "
"pagina corrente"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Che lingua preferisci per eseguire la ricerca?" msgstr "Che lingua preferisci per eseguire la ricerca?"
@@ -2438,3 +2435,19 @@ msgstr "nascondi video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "ripostiglo" #~ msgstr "ripostiglo"
#~ msgid "Basic Calculator"
#~ msgstr "Calcolatrice base"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Calcola espressioni matematiche nella barra di ricerca"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Carica automaticamente la prossima pagina "
#~ "quando scorri alla fine della pagina "
#~ "corrente"

View File

@@ -34,19 +34,18 @@
# southwxst <southwxst@noreply.codeberg.org>, 2025. # southwxst <southwxst@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Japanese <https://translate.codeberg.org/projects/searxng/"
"searxng/ja/>\n"
"Language: ja\n" "Language: ja\n"
"Language-Team: Japanese "
"<https://translate.codeberg.org/projects/searxng/searxng/ja/>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -515,7 +514,7 @@ msgid "active users"
msgstr "アクティブユーザー" msgstr "アクティブユーザー"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "コメント" msgstr "コメント"
@@ -531,7 +530,7 @@ msgid "community"
msgstr "コミュニティ" msgstr "コミュニティ"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "ポイント" msgstr "ポイント"
@@ -541,7 +540,7 @@ msgid "title"
msgstr "タイトル" msgstr "タイトル"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "作" msgstr "作"
@@ -564,7 +563,7 @@ msgstr "回答"
msgid "No item found" msgid "No item found"
msgstr "アイテムが見つかりません" msgstr "アイテムが見つかりません"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "ソース" msgstr "ソース"
@@ -573,15 +572,15 @@ msgstr "ソース"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "次のページの読み込み中にエラーが発生しました" msgstr "次のページの読み込み中にエラーが発生しました"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "設定が無効です、設定を変更してください" msgstr "設定が無効です、設定を変更してください"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "無効な設定です" msgstr "無効な設定です"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "検索エラー" msgstr "検索エラー"
@@ -673,7 +672,7 @@ msgstr "{title} (廃止)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "このエントリは、置き換えられました:" msgstr "このエントリは、置き換えられました:"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "チャンネル" msgstr "チャンネル"
@@ -735,13 +734,13 @@ msgstr "Ahmiaのブラックリスト"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Ahmiaのブラックリストに表示されるオニオン結果を除外します。" msgstr "Ahmiaのブラックリストに表示されるオニオン結果を除外します。"
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "基本的な計算機" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "検索バーで数式を計算" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -765,6 +764,16 @@ msgstr "ホスト名プラグイン"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "ホスト名を書き換え、ホスト名に基づいて結果を削除または優先化" msgstr "ホスト名を書き換え、ホスト名に基づいて結果を削除または優先化"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "無限スクロール"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "オープンアクセス DOI の書き換え" msgstr "オープンアクセス DOI の書き換え"
@@ -831,15 +840,15 @@ msgstr "トラッカー URL リムーバー"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "返された URL からトラッカー引数を消去する" msgstr "返された URL からトラッカー引数を消去する"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "単位変換プラグイン" msgstr "単位変換プラグイン"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "単位を変換" msgstr "単位を変換"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1010,23 +1019,23 @@ msgstr "デフォルトのカテゴリ"
msgid "User interface" msgid "User interface"
msgstr "ユーザーインターフェース" msgstr "ユーザーインターフェース"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "プライバシー" msgstr "プライバシー"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "検索エンジン" msgstr "検索エンジン"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "現在使用中の検索エンジン" msgstr "現在使用中の検索エンジン"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "特殊クエリー" msgstr "特殊クエリー"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "クッキー" msgstr "クッキー"
@@ -1508,16 +1517,6 @@ msgstr "画像プロキシ"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "SearXNGを経由した画像結果" msgstr "SearXNGを経由した画像結果"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "無限スクロール"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr "現在のページの下までスクロールすると、自動的に次のページを読み込む"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "どの言語で検索しますか?" msgstr "どの言語で検索しますか?"
@@ -2312,3 +2311,16 @@ msgstr "動画を隠す"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "リポジトリ" #~ msgstr "リポジトリ"
#~ msgid "Basic Calculator"
#~ msgstr "基本的な計算機"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "検索バーで数式を計算"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr "現在のページの下までスクロールすると、自動的に次のページを読み込む"

View File

@@ -21,17 +21,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Korean <https://translate.codeberg.org/projects/searxng/"
"searxng/ko/>\n"
"Language: ko\n" "Language: ko\n"
"Language-Team: Korean "
"<https://translate.codeberg.org/projects/searxng/searxng/ko/>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -500,7 +499,7 @@ msgid "active users"
msgstr "활동 사용자" msgstr "활동 사용자"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "댓글" msgstr "댓글"
@@ -516,7 +515,7 @@ msgid "community"
msgstr "커뮤니티" msgstr "커뮤니티"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "점수" msgstr "점수"
@@ -526,7 +525,7 @@ msgid "title"
msgstr "제목" msgstr "제목"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "작성자" msgstr "작성자"
@@ -549,7 +548,7 @@ msgstr "응답"
msgid "No item found" msgid "No item found"
msgstr "검색 결과가 없습니다" msgstr "검색 결과가 없습니다"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "소스" msgstr "소스"
@@ -558,15 +557,15 @@ msgstr "소스"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "다음 페이지를 로드하는 동안 오류가 발생했습니다" msgstr "다음 페이지를 로드하는 동안 오류가 발생했습니다"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "잘못된 설정입니다, 설정을 수정하세요" msgstr "잘못된 설정입니다, 설정을 수정하세요"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "잘못된 설정" msgstr "잘못된 설정"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "검색 오류" msgstr "검색 오류"
@@ -658,7 +657,7 @@ msgstr "{title} (사용되지 않음)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "이 항목은 다음으로 대체되었습니다" msgstr "이 항목은 다음으로 대체되었습니다"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "채널" msgstr "채널"
@@ -724,13 +723,13 @@ msgstr "Ahmia 블랙리스트"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Onion 검색 결과중 Ahmia 블랙리스트에 포함된 페이지를 제외합니다." msgstr "Onion 검색 결과중 Ahmia 블랙리스트에 포함된 페이지를 제외합니다."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "기본 계산기" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "검색바를 통해 수학연산 계산하기" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -754,6 +753,16 @@ msgstr "호스트 이름 플러그인"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "호스트명을 덮어씌우고 호스트명을 기준으로 결과를 제거하거나 우선순위를 지정합니다" msgstr "호스트명을 덮어씌우고 호스트명을 기준으로 결과를 제거하거나 우선순위를 지정합니다"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "무한 스크롤"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "오픈 액세스 DOI 재작성" msgstr "오픈 액세스 DOI 재작성"
@@ -822,15 +831,15 @@ msgstr "추적기 URL 제거기"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "반환된 URL에서 추적기 매개변수 제거" msgstr "반환된 URL에서 추적기 매개변수 제거"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "단위 변환 플러그인" msgstr "단위 변환 플러그인"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "단위 환산" msgstr "단위 환산"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1001,23 +1010,23 @@ msgstr "기본 카테고리"
msgid "User interface" msgid "User interface"
msgstr "사용자 인터페이스" msgstr "사용자 인터페이스"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "개인정보 보호" msgstr "개인정보 보호"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "검색엔진" msgstr "검색엔진"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "현재 사용중인 검색 엔진" msgstr "현재 사용중인 검색 엔진"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "특수 쿼리" msgstr "특수 쿼리"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "쿠키" msgstr "쿠키"
@@ -1501,16 +1510,6 @@ msgstr "이미지 우회"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "SearXNG를 통해 중개된 이미지 검색결과" msgstr "SearXNG를 통해 중개된 이미지 검색결과"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "무한 스크롤"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr "페이지 가장 밑으로 스크롤 시 자동으로 다음 페이지 로드하기"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "어떤 언어로 검색하시겠습니까?" msgstr "어떤 언어로 검색하시겠습니까?"
@@ -2187,3 +2186,16 @@ msgstr "비디오 숨기기"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "리포지토리" #~ msgstr "리포지토리"
#~ msgid "Basic Calculator"
#~ msgstr "기본 계산기"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "검색바를 통해 수학연산 계산하기"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr "페이지 가장 밑으로 스크롤 시 자동으로 다음 페이지 로드하기"

View File

@@ -18,7 +18,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-02 04:50+0000\n" "PO-Revision-Date: 2025-09-02 04:50+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language: lt\n" "Language: lt\n"
@@ -498,7 +498,7 @@ msgid "active users"
msgstr "Aktyvus naudotojai" msgstr "Aktyvus naudotojai"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "Komentarai" msgstr "Komentarai"
@@ -514,7 +514,7 @@ msgid "community"
msgstr "Bendruomene" msgstr "Bendruomene"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "Taškai" msgstr "Taškai"
@@ -524,7 +524,7 @@ msgid "title"
msgstr "Pavadinimas" msgstr "Pavadinimas"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "Autorius" msgstr "Autorius"
@@ -547,7 +547,7 @@ msgstr "atsakyta"
msgid "No item found" msgid "No item found"
msgstr "Elementų nerasta" msgstr "Elementų nerasta"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Šaltinis" msgstr "Šaltinis"
@@ -556,15 +556,15 @@ msgstr "Šaltinis"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Klaida keliant kitą puslapį" msgstr "Klaida keliant kitą puslapį"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Neteisingi nustatymai, pakeiskite savo nuostatas" msgstr "Neteisingi nustatymai, pakeiskite savo nuostatas"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Neteisingi nustatymai" msgstr "Neteisingi nustatymai"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "paieškos klaida" msgstr "paieškos klaida"
@@ -656,7 +656,7 @@ msgstr "{title} (PASENĘS)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Šį įrašą pakeitė" msgstr "Šį įrašą pakeitė"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanalas" msgstr "Kanalas"
@@ -723,13 +723,13 @@ msgstr "Ahmia juodasis sąrašas"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Išfiltruoti onion rezultatus esančius Ahmia juodajame sąraše." msgstr "Išfiltruoti onion rezultatus esančius Ahmia juodajame sąraše."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Bazinis skaičiuotuvas" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Apskaičiuoti matematines lygtis paieškos laukelyje" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -753,6 +753,16 @@ msgstr "Serverių pavadinimų įskiepis"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Begalinis slinkimas"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Atvirosios prieigos DOI perrašymas" msgstr "Atvirosios prieigos DOI perrašymas"
@@ -826,15 +836,15 @@ msgstr "Seklių URL šalintojas"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Šalinti seklių argumentus iš grąžinamų URL" msgstr "Šalinti seklių argumentus iš grąžinamų URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Matavimo vienetų konvertavimo papildinys" msgstr "Matavimo vienetų konvertavimo papildinys"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konvertuoti tarp matavimo vienetų" msgstr "Konvertuoti tarp matavimo vienetų"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1005,23 +1015,23 @@ msgstr "Numatytosios kategorijos"
msgid "User interface" msgid "User interface"
msgstr "Naudotojo sąsaja" msgstr "Naudotojo sąsaja"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privatumas" msgstr "Privatumas"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Sistemos" msgstr "Sistemos"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Šiuo metu naudojamos paieškos sistemos" msgstr "Šiuo metu naudojamos paieškos sistemos"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Specialios Užklausos" msgstr "Specialios Užklausos"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Slapukai" msgstr "Slapukai"
@@ -1510,16 +1520,6 @@ msgstr "Paveikslų persiuntimas"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Begalinis slinkimas"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Kokią kalbą pageidaujate paieškai?" msgstr "Kokią kalbą pageidaujate paieškai?"
@@ -2354,3 +2354,15 @@ msgstr "slėpti vaizdo įrašą"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "saugyklos" #~ msgstr "saugyklos"
#~ msgid "Basic Calculator"
#~ msgstr "Bazinis skaičiuotuvas"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Apskaičiuoti matematines lygtis paieškos laukelyje"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -17,7 +17,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-09-08 15:09+0000\n" "PO-Revision-Date: 2025-09-08 15:09+0000\n"
"Last-Translator: EmilyOrSomething <emilyorsomething@noreply.codeberg.org>" "Last-Translator: EmilyOrSomething <emilyorsomething@noreply.codeberg.org>"
"\n" "\n"
@@ -497,7 +497,7 @@ msgid "active users"
msgstr "aktīvi lietotāji" msgstr "aktīvi lietotāji"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "komentāri" msgstr "komentāri"
@@ -513,7 +513,7 @@ msgid "community"
msgstr "kopiena" msgstr "kopiena"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punkti" msgstr "punkti"
@@ -523,7 +523,7 @@ msgid "title"
msgstr "virsraksts" msgstr "virsraksts"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "autors" msgstr "autors"
@@ -546,7 +546,7 @@ msgstr "atbildēja"
msgid "No item found" msgid "No item found"
msgstr "Nav atrasts neviens vienums" msgstr "Nav atrasts neviens vienums"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Avots" msgstr "Avots"
@@ -555,15 +555,15 @@ msgstr "Avots"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Kļūda lādējot nākošo lapu" msgstr "Kļūda lādējot nākošo lapu"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Nepareizi iestatījumi, lūdzu rediģējiet savas preferences" msgstr "Nepareizi iestatījumi, lūdzu rediģējiet savas preferences"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Nederīgi iestatījumi" msgstr "Nederīgi iestatījumi"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "meklēšanas kļūda" msgstr "meklēšanas kļūda"
@@ -655,7 +655,7 @@ msgstr "{title} (NOVECOJIS)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Šis ieraksts ir ticis aizstāts ar" msgstr "Šis ieraksts ir ticis aizstāts ar"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanāls" msgstr "Kanāls"
@@ -722,13 +722,13 @@ msgstr "Ahmia melnais saraksts"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Izfiltrēt \"sīpolu\" rezultātus, kas parādās Ahmia melnajā sarakstā." msgstr "Izfiltrēt \"sīpolu\" rezultātus, kas parādās Ahmia melnajā sarakstā."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Parasts kalkulators" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Izrēķināt matemātiskas izteiksmes, izmantojot meklētāju" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -756,6 +756,16 @@ msgstr ""
"Pārraksta ierīces tīkla nosaukumu un noņem vai prioritizē rezultātu " "Pārraksta ierīces tīkla nosaukumu un noņem vai prioritizē rezultātu "
"balstoties uz ierīces tīkla nosaukumu" "balstoties uz ierīces tīkla nosaukumu"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Bezgalīgā ritināšana"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Atvērtās piekļuves DOI pārrakstīšana" msgstr "Atvērtās piekļuves DOI pārrakstīšana"
@@ -829,15 +839,15 @@ msgstr "Izsekošanas URL noņemšanas līdzeklis"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Noņemt izsekotāju argumentus no atgrieztā URL" msgstr "Noņemt izsekotāju argumentus no atgrieztā URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Vienību pārveidotāja spraudnis" msgstr "Vienību pārveidotāja spraudnis"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konvertēt starp vienībām" msgstr "Konvertēt starp vienībām"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1015,23 +1025,23 @@ msgstr "Noklusējuma kategorijas"
msgid "User interface" msgid "User interface"
msgstr "Lietotāja saskarne" msgstr "Lietotāja saskarne"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privātums" msgstr "Privātums"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Dzinēji" msgstr "Dzinēji"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Pašlaik izmantotās meklētājprogrammas" msgstr "Pašlaik izmantotās meklētājprogrammas"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "" msgstr ""
@@ -1516,16 +1526,6 @@ msgstr "Attēla starpniekserveris"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Bezgalīgā ritināšana"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Kādai valodai dodat priekšroku priekš meklēšanas?" msgstr "Kādai valodai dodat priekšroku priekš meklēšanas?"
@@ -2094,3 +2094,15 @@ msgstr "slēpt video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr "Parasts kalkulators"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Izrēķināt matemātiskas izteiksmes, izmantojot meklētāju"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: SearXNG -\n" "Project-Id-Version: SearXNG -\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -483,7 +483,7 @@ msgid "active users"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "" msgstr ""
@@ -499,7 +499,7 @@ msgid "community"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "" msgstr ""
@@ -509,7 +509,7 @@ msgid "title"
msgstr "" msgstr ""
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "" msgstr ""
@@ -532,7 +532,7 @@ msgstr ""
msgid "No item found" msgid "No item found"
msgstr "" msgstr ""
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "" msgstr ""
@@ -541,15 +541,15 @@ msgstr ""
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "" msgstr ""
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "" msgstr ""
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "" msgstr ""
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "" msgstr ""
@@ -641,7 +641,7 @@ msgstr ""
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "" msgstr ""
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -701,12 +701,12 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
@@ -731,6 +731,16 @@ msgstr ""
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr ""
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "" msgstr ""
@@ -797,15 +807,15 @@ msgstr ""
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "" msgstr ""
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "" msgstr ""
@@ -976,23 +986,23 @@ msgstr ""
msgid "User interface" msgid "User interface"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "" msgstr ""
@@ -1474,16 +1484,6 @@ msgstr ""
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "" msgstr ""

View File

@@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-08-19 23:09+0000\n" "PO-Revision-Date: 2025-08-19 23:09+0000\n"
"Last-Translator: Kemystra <kemystra@noreply.codeberg.org>\n" "Last-Translator: Kemystra <kemystra@noreply.codeberg.org>\n"
"Language: ms\n" "Language: ms\n"
@@ -520,7 +520,7 @@ msgid "active users"
msgstr "pengguna aktif" msgstr "pengguna aktif"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "komen" msgstr "komen"
@@ -536,7 +536,7 @@ msgid "community"
msgstr "komuniti" msgstr "komuniti"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "mata" msgstr "mata"
@@ -546,7 +546,7 @@ msgid "title"
msgstr "tajuk" msgstr "tajuk"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "penulis" msgstr "penulis"
@@ -569,7 +569,7 @@ msgstr "dijawab"
msgid "No item found" msgid "No item found"
msgstr "barang tidak dijumpai" msgstr "barang tidak dijumpai"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Punca" msgstr "Punca"
@@ -578,15 +578,15 @@ msgstr "Punca"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Gagal memuat turun muka seterusnya" msgstr "Gagal memuat turun muka seterusnya"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Kesilapan tetapan, sila ubahsuai pilihan" msgstr "Kesilapan tetapan, sila ubahsuai pilihan"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Tetapan tidak sah" msgstr "Tetapan tidak sah"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "ralat pencarian" msgstr "ralat pencarian"
@@ -678,7 +678,7 @@ msgstr "{title} (USANG)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Kemasukan ini telah diganti oleh" msgstr "Kemasukan ini telah diganti oleh"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Saluran" msgstr "Saluran"
@@ -745,13 +745,13 @@ msgstr ""
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "" msgstr ""
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Kira ungkapan matematik melalui bar carian" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -775,6 +775,16 @@ msgstr "Plugin nama hos"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr ""
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Akses Terbuka DOI tulis-semula" msgstr "Akses Terbuka DOI tulis-semula"
@@ -846,15 +856,15 @@ msgstr "Pemadam penjejak URL"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Buang hujah penjejak dari URL yang dikembalikan" msgstr "Buang hujah penjejak dari URL yang dikembalikan"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "" msgstr ""
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Tukar antara unit" msgstr "Tukar antara unit"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1027,23 +1037,23 @@ msgstr ""
msgid "User interface" msgid "User interface"
msgstr "" msgstr ""
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privasi" msgstr "Privasi"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Enjin-enjin" msgstr "Enjin-enjin"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Enjin carian yang digunakan pada masa ini" msgstr "Enjin carian yang digunakan pada masa ini"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Pertanyaan Khas" msgstr "Pertanyaan Khas"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
#, fuzzy #, fuzzy
msgid "Cookies" msgid "Cookies"
msgstr "Kuki" msgstr "Kuki"
@@ -1534,16 +1544,6 @@ msgstr "Proksi imej"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Bahasa apa yang anda suka untuk membuat carian?" msgstr "Bahasa apa yang anda suka untuk membuat carian?"
@@ -2115,3 +2115,15 @@ msgstr "sembunyikkan video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "" #~ msgstr ""
#~ msgid "Basic Calculator"
#~ msgstr ""
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Kira ungkapan matematik melalui bar carian"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -22,17 +22,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-22 02:09+0000\n" "PO-Revision-Date: 2025-10-22 02:09+0000\n"
"Last-Translator: return42 <return42@noreply.codeberg.org>\n" "Last-Translator: return42 <return42@noreply.codeberg.org>\n"
"Language-Team: Norwegian Bokmål <https://translate.codeberg.org/projects/"
"searxng/searxng/nb_NO/>\n"
"Language: nb_NO\n" "Language: nb_NO\n"
"Language-Team: Norwegian Bokmål "
"<https://translate.codeberg.org/projects/searxng/searxng/nb_NO/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -501,7 +500,7 @@ msgid "active users"
msgstr "aktive brukere" msgstr "aktive brukere"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "kommentarer" msgstr "kommentarer"
@@ -517,7 +516,7 @@ msgid "community"
msgstr "Fellesskap" msgstr "Fellesskap"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "poeng" msgstr "poeng"
@@ -527,7 +526,7 @@ msgid "title"
msgstr "tittel" msgstr "tittel"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "forfatter" msgstr "forfatter"
@@ -550,7 +549,7 @@ msgstr "besvart"
msgid "No item found" msgid "No item found"
msgstr "Fant ingen elementer" msgstr "Fant ingen elementer"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Kilde" msgstr "Kilde"
@@ -559,15 +558,15 @@ msgstr "Kilde"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Feil ved lasting av neste side" msgstr "Feil ved lasting av neste side"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ugyldige innstillinger, rediger dine preferanser" msgstr "Ugyldige innstillinger, rediger dine preferanser"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ugyldige innstillinger" msgstr "Ugyldige innstillinger"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "søkefeil" msgstr "søkefeil"
@@ -659,7 +658,7 @@ msgstr "{title} (FORELDET)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Denne oppføringen har blitt erstattet av" msgstr "Denne oppføringen har blitt erstattet av"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanal" msgstr "Kanal"
@@ -726,13 +725,13 @@ msgstr "Ahmia svarteliste"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Filtrer ut onion-resultater som finnes i Ahmias svarteliste." msgstr "Filtrer ut onion-resultater som finnes i Ahmias svarteliste."
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Enkel kalkulator" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Kalkuler matematiske uttrykk via søkebaren" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -758,6 +757,16 @@ msgstr "Vertnavn-plugin"
msgid "Rewrite hostnames and remove or prioritize results based on the hostname" msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
msgstr "" msgstr ""
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Uendelig rulling"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Open Access DOI-omskriving" msgstr "Open Access DOI-omskriving"
@@ -831,15 +840,15 @@ msgstr "Sporings-nettadressefjerner"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Fjern sporingsargumenter fra den returnerte nettadressen" msgstr "Fjern sporingsargumenter fra den returnerte nettadressen"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Tillegg for enhetskonvertering" msgstr "Tillegg for enhetskonvertering"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Konverter mellom enheter" msgstr "Konverter mellom enheter"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1014,23 +1023,23 @@ msgstr "Forvalgte kategorier"
msgid "User interface" msgid "User interface"
msgstr "Brukergrensesnitt" msgstr "Brukergrensesnitt"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Personvern" msgstr "Personvern"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Søkemotorer" msgstr "Søkemotorer"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Søkemotorer i bruk" msgstr "Søkemotorer i bruk"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Spesialspørringer" msgstr "Spesialspørringer"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Informasjonskapsler" msgstr "Informasjonskapsler"
@@ -1526,16 +1535,6 @@ msgstr "Bildemellomtjener"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "" msgstr ""
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Uendelig rulling"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Hvilket språk foretrekker du for søk?" msgstr "Hvilket språk foretrekker du for søk?"
@@ -2301,3 +2300,16 @@ msgstr "skjul video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "pakkebrønner" #~ msgstr "pakkebrønner"
#~ msgid "Basic Calculator"
#~ msgstr "Enkel kalkulator"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Kalkuler matematiske uttrykk via søkebaren"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""

View File

@@ -39,19 +39,18 @@
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025. # SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: searx\n" "Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-20 08:35+0000\n" "POT-Creation-Date: 2025-12-05 10:19+0000\n"
"PO-Revision-Date: 2025-10-27 14:09+0000\n" "PO-Revision-Date: 2025-10-27 14:09+0000\n"
"Last-Translator: artens <artens@noreply.codeberg.org>\n" "Last-Translator: artens <artens@noreply.codeberg.org>\n"
"Language-Team: Dutch <https://translate.codeberg.org/projects/searxng/"
"searxng/nl/>\n"
"Language: nl\n" "Language: nl\n"
"Language-Team: Dutch "
"<https://translate.codeberg.org/projects/searxng/searxng/nl/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13.3\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#. CONSTANT_NAMES['NO_SUBGROUPING'] #. CONSTANT_NAMES['NO_SUBGROUPING']
@@ -520,7 +519,7 @@ msgid "active users"
msgstr "actieve gebruikers" msgstr "actieve gebruikers"
#. SOCIAL_MEDIA_TERMS['COMMENTS'] #. SOCIAL_MEDIA_TERMS['COMMENTS']
#: searx/engines/discourse.py:157 searx/engines/hackernews.py:81 #: searx/engines/discourse.py:157 searx/engines/hackernews.py:83
#: searx/engines/lemmy.py:130 searx/searxng.msg #: searx/engines/lemmy.py:130 searx/searxng.msg
msgid "comments" msgid "comments"
msgstr "reacties" msgstr "reacties"
@@ -536,7 +535,7 @@ msgid "community"
msgstr "gemeenschap" msgstr "gemeenschap"
#. SOCIAL_MEDIA_TERMS['POINTS'] #. SOCIAL_MEDIA_TERMS['POINTS']
#: searx/engines/hackernews.py:81 searx/searxng.msg #: searx/engines/hackernews.py:83 searx/searxng.msg
msgid "points" msgid "points"
msgstr "punten" msgstr "punten"
@@ -546,7 +545,7 @@ msgid "title"
msgstr "titel" msgstr "titel"
#. SOCIAL_MEDIA_TERMS['AUTHOR'] #. SOCIAL_MEDIA_TERMS['AUTHOR']
#: searx/engines/hackernews.py:84 searx/searxng.msg #: searx/engines/hackernews.py:86 searx/searxng.msg
msgid "author" msgid "author"
msgstr "auteur" msgstr "auteur"
@@ -569,7 +568,7 @@ msgstr "beantwoord"
msgid "No item found" msgid "No item found"
msgstr "Geen resultaat gevonden" msgstr "Geen resultaat gevonden"
#: searx/engines/qwant.py:289 #: searx/engines/qwant.py:299
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330 #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
msgid "Source" msgid "Source"
msgstr "Bron" msgstr "Bron"
@@ -578,15 +577,15 @@ msgstr "Bron"
msgid "Error loading the next page" msgid "Error loading the next page"
msgstr "Fout bij het laden volgende pagina" msgstr "Fout bij het laden volgende pagina"
#: searx/webapp.py:475 searx/webapp.py:876 #: searx/webapp.py:481 searx/webapp.py:882
msgid "Invalid settings, please edit your preferences" msgid "Invalid settings, please edit your preferences"
msgstr "Ongeldige instellingswaarde, controleer invoer" msgstr "Ongeldige instellingswaarde, controleer invoer"
#: searx/webapp.py:491 #: searx/webapp.py:497
msgid "Invalid settings" msgid "Invalid settings"
msgstr "Ongeldige instellingen" msgstr "Ongeldige instellingen"
#: searx/webapp.py:568 searx/webapp.py:658 #: searx/webapp.py:574 searx/webapp.py:664
msgid "search error" msgid "search error"
msgstr "zoekfout" msgstr "zoekfout"
@@ -678,7 +677,7 @@ msgstr "{title} (VEROUDERD)"
msgid "This entry has been superseded by" msgid "This entry has been superseded by"
msgstr "Dit object is vervangen door" msgstr "Dit object is vervangen door"
#: searx/engines/qwant.py:291 #: searx/engines/qwant.py:301
msgid "Channel" msgid "Channel"
msgstr "Kanaal" msgstr "Kanaal"
@@ -746,13 +745,13 @@ msgstr "Ahmia's zwarte lijst"
msgid "Filter out onion results that appear in Ahmia's blacklist." msgid "Filter out onion results that appear in Ahmia's blacklist."
msgstr "Toon resultaten zonder onion links die op de Ahmia's zwarte lijst staan" msgstr "Toon resultaten zonder onion links die op de Ahmia's zwarte lijst staan"
#: searx/plugins/calculator.py:37 #: searx/plugins/calculator.py:25
msgid "Basic Calculator" msgid "Calculator"
msgstr "Simpele Rekenmachine" msgstr ""
#: searx/plugins/calculator.py:38 #: searx/plugins/calculator.py:26
msgid "Calculate mathematical expressions via the search bar" msgid "Parses and solves mathematical expressions."
msgstr "Bereken wiskundige formules via de zoekbalk" msgstr ""
#: searx/plugins/hash_plugin.py:33 #: searx/plugins/hash_plugin.py:33
msgid "Hash plugin" msgid "Hash plugin"
@@ -780,6 +779,16 @@ msgstr ""
"Hostnamen herschrijven en resultaten verwijderen of prioriteit geven op " "Hostnamen herschrijven en resultaten verwijderen of prioriteit geven op "
"basis van de hostnaam" "basis van de hostnaam"
#: searx/plugins/infinite_scroll.py:25
msgid "Infinite scroll"
msgstr "Oneindige lijst"
#: searx/plugins/infinite_scroll.py:26
msgid ""
"Automatically loads the next page when scrolling to bottom of the current"
" page"
msgstr ""
#: searx/plugins/oa_doi_rewrite.py:54 #: searx/plugins/oa_doi_rewrite.py:54
msgid "Open Access DOI rewrite" msgid "Open Access DOI rewrite"
msgstr "Open Access DOI bewerken" msgstr "Open Access DOI bewerken"
@@ -853,15 +862,15 @@ msgstr "Tracker-URL-verwijderaar"
msgid "Remove trackers arguments from the returned URL" msgid "Remove trackers arguments from the returned URL"
msgstr "Verwijdert trackerargumenten van de gekregen URL" msgstr "Verwijdert trackerargumenten van de gekregen URL"
#: searx/plugins/unit_converter.py:48 #: searx/plugins/unit_converter.py:42
msgid "Unit converter plugin" msgid "Unit converter plugin"
msgstr "Eenheden conversie plugin" msgstr "Eenheden conversie plugin"
#: searx/plugins/unit_converter.py:49 #: searx/plugins/unit_converter.py:43
msgid "Convert between units" msgid "Convert between units"
msgstr "Converteren tussen eenheden" msgstr "Converteren tussen eenheden"
#: searx/result_types/answer.py:226 #: searx/result_types/answer.py:223
#, python-brace-format #, python-brace-format
msgid "{location}: {temperature}, {condition}" msgid "{location}: {temperature}, {condition}"
msgstr "{location}: {temperature}, {condition}" msgstr "{location}: {temperature}, {condition}"
@@ -1015,8 +1024,8 @@ msgid ""
"This is a preview of the settings used by the 'Search URL' you used to " "This is a preview of the settings used by the 'Search URL' you used to "
"get here." "get here."
msgstr "" msgstr ""
"Dit is een voorbeeld van de toegepaste instellingen door de 'Zoek URL' die " "Dit is een voorbeeld van de toegepaste instellingen door de 'Zoek URL' "
"je gebruikte om hier te komen." "die je gebruikte om hier te komen."
#: searx/templates/simple/preferences.html:162 #: searx/templates/simple/preferences.html:162
msgid "Press save to copy these preferences to your browser." msgid "Press save to copy these preferences to your browser."
@@ -1038,23 +1047,23 @@ msgstr "Standaardcategorieën"
msgid "User interface" msgid "User interface"
msgstr "Gebruikersinterface" msgstr "Gebruikersinterface"
#: searx/templates/simple/preferences.html:227 #: searx/templates/simple/preferences.html:224
msgid "Privacy" msgid "Privacy"
msgstr "Privacy" msgstr "Privacy"
#: searx/templates/simple/preferences.html:242 #: searx/templates/simple/preferences.html:239
msgid "Engines" msgid "Engines"
msgstr "Zoekmachines" msgstr "Zoekmachines"
#: searx/templates/simple/preferences.html:244 #: searx/templates/simple/preferences.html:241
msgid "Currently used search engines" msgid "Currently used search engines"
msgstr "Momenteel gebruikte zoekmachines" msgstr "Momenteel gebruikte zoekmachines"
#: searx/templates/simple/preferences.html:253 #: searx/templates/simple/preferences.html:250
msgid "Special Queries" msgid "Special Queries"
msgstr "Speciale Zoekopdrachten" msgstr "Speciale Zoekopdrachten"
#: searx/templates/simple/preferences.html:261 #: searx/templates/simple/preferences.html:258
msgid "Cookies" msgid "Cookies"
msgstr "Cookies" msgstr "Cookies"
@@ -1553,18 +1562,6 @@ msgstr "Afbeeldingenproxy"
msgid "Proxy image results through SearXNG" msgid "Proxy image results through SearXNG"
msgstr "Proxy-afbeeldingsresultaten via SearXNG" msgstr "Proxy-afbeeldingsresultaten via SearXNG"
#: searx/templates/simple/preferences/infinite_scroll.html:2
msgid "Infinite scroll"
msgstr "Oneindige lijst"
#: searx/templates/simple/preferences/infinite_scroll.html:14
msgid ""
"Automatically load the next page when scrolling to the bottom of the "
"current page"
msgstr ""
"Automatisch de volgende pagina laden als u naar de onderkant van de "
"huidige pagina bladert"
#: searx/templates/simple/preferences/language.html:24 #: searx/templates/simple/preferences/language.html:24
msgid "What language do you prefer for search?" msgid "What language do you prefer for search?"
msgstr "Met welke taalinstelling wil je zoeken?" msgstr "Met welke taalinstelling wil je zoeken?"
@@ -2440,3 +2437,19 @@ msgstr "verberg video"
#~ msgid "repo" #~ msgid "repo"
#~ msgstr "repo's" #~ msgstr "repo's"
#~ msgid "Basic Calculator"
#~ msgstr "Simpele Rekenmachine"
#~ msgid "Calculate mathematical expressions via the search bar"
#~ msgstr "Bereken wiskundige formules via de zoekbalk"
#~ msgid ""
#~ "Automatically load the next page when"
#~ " scrolling to the bottom of the "
#~ "current page"
#~ msgstr ""
#~ "Automatisch de volgende pagina laden als"
#~ " u naar de onderkant van de "
#~ "huidige pagina bladert"

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