mirror of
https://github.com/searxng/searxng.git
synced 2026-07-29 11:21:23 +00:00
Compare commits
17 Commits
1174fde1f3
...
9d3ec9a2a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d3ec9a2a2 | ||
|
|
74ec225ad1 | ||
|
|
b5a1a092f1 | ||
|
|
ddc6d68114 | ||
|
|
32eb84d6d3 | ||
|
|
da6c635ea2 | ||
|
|
e34c356e64 | ||
|
|
7017393647 | ||
|
|
aa49f5b933 | ||
|
|
3f91ac47e6 | ||
|
|
8c631b92ce | ||
|
|
0ebac144f5 | ||
|
|
5e0e1c6b31 | ||
|
|
3c7545c6ce | ||
|
|
aba839195b | ||
|
|
1f6ea41272 | ||
|
|
5450d22796 |
2
.github/workflows/checker.yml
vendored
2
.github/workflows/checker.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
|
||||
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
fetch-depth: "0"
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
@@ -179,7 +179,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
|
||||
2
.github/workflows/data-update.yml
vendored
2
.github/workflows/data-update.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
fetch-depth: "0"
|
||||
|
||||
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
@@ -67,12 +67,12 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||
with:
|
||||
node-version-file: "./.nvmrc"
|
||||
|
||||
|
||||
4
.github/workflows/l10n.yml
vendored
4
.github/workflows/l10n.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}"
|
||||
fetch-depth: "0"
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
token: "${{ secrets.WEBLATE_GITHUB_TOKEN }}"
|
||||
fetch-depth: "0"
|
||||
|
||||
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: "false"
|
||||
|
||||
@@ -41,6 +41,6 @@ jobs:
|
||||
write-comment: "false"
|
||||
|
||||
- name: Upload SARIFs
|
||||
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
|
||||
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
|
||||
with:
|
||||
sarif_file: "./scout.sarif"
|
||||
|
||||
236
client/simple/package-lock.json
generated
236
client/simple/package-lock.json
generated
@@ -17,12 +17,11 @@
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.8",
|
||||
"@types/node": "~24.10.1",
|
||||
"browserslist": "~4.28.0",
|
||||
"browserslist": "~4.28.1",
|
||||
"browserslist-to-esbuild": "~2.1.1",
|
||||
"edge.js": "~6.3.0",
|
||||
"less": "~4.4.2",
|
||||
"lightningcss": "~1.30.2",
|
||||
"mathjs": "~15.0.0",
|
||||
"mathjs": "~15.1.0",
|
||||
"sharp": "~0.34.5",
|
||||
"sort-package-json": "~3.5.0",
|
||||
"stylelint": "~16.26.0",
|
||||
@@ -30,7 +29,7 @@
|
||||
"stylelint-prettier": "~5.0.3",
|
||||
"svgo": "~4.0.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "npm:rolldown-vite@7.2.7",
|
||||
"vite": "8.0.0-beta.0",
|
||||
"vite-bundle-analyzer": "~1.2.3"
|
||||
}
|
||||
},
|
||||
@@ -938,15 +937,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@napi-rs/wasm-runtime": {
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
|
||||
"integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz",
|
||||
"integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@emnapi/core": "^1.5.0",
|
||||
"@emnapi/runtime": "^1.5.0",
|
||||
"@emnapi/core": "^1.7.1",
|
||||
"@emnapi/runtime": "^1.7.1",
|
||||
"@tybys/wasm-util": "^0.10.1"
|
||||
}
|
||||
},
|
||||
@@ -989,9 +988,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-project/runtime": {
|
||||
"version": "0.98.0",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.98.0.tgz",
|
||||
"integrity": "sha512-F0ldlBv2orG2YqNL0w77deq9yCaO4zEHbanGnW/jaJxGBR8ImekvZb8x42zAHvdzr8J76psibijvHtXfSjbEIQ==",
|
||||
"version": "0.101.0",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.101.0.tgz",
|
||||
"integrity": "sha512-t3qpfVZIqSiLQ5Kqt/MC4Ge/WCOGrrcagAdzTcDaggupjiGxUx4nJF2v6wUCXWSzWHn5Ns7XLv13fCJEwCOERQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
@@ -999,9 +998,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-project/types": {
|
||||
"version": "0.98.0",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.98.0.tgz",
|
||||
"integrity": "sha512-Vzmd6FsqVuz5HQVcRC/hrx7Ujo3WEVeQP7C2UNP5uy1hUY4SQvMB+93jxkI1KRHz9a/6cni3glPOtvteN+zpsw==",
|
||||
"version": "0.101.0",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.101.0.tgz",
|
||||
"integrity": "sha512-nuFhqlUzJX+gVIPPfuE6xurd4lST3mdcWOhyK/rZO0B9XWMKm79SuszIQEnSMmmDhq1DC8WWVYGVd+6F93o1gQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
@@ -1084,9 +1083,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-android-arm64": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-Ctn8FUXKWWQI9pWC61P1yumS9WjQtelNS9riHwV7oCkknPGaAry4o7eFx2KgoLMnI2BgFJYpW7Im8/zX3BuONg==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-Ok9V8o7o6YfSdTTYA/uHH30r3YtOxLD6G3wih/U9DO0ucBBFq8WPt/DslU53OgfteLRHITZny9N/qCUxMf9kjQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1101,9 +1100,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-darwin-arm64": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-EL1aRW2Oq15ShUEkBPsDtLMO8GTqfb/ktM/dFaVzXKQiEE96Ss6nexMgfgQrg8dGnNpndFyffVDb5IdSibsu1g==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-yIsKqMz0CtRnVa6x3Pa+mzTihr4Ty+Z6HfPbZ7RVbk1Uxnco4+CUn7Qbm/5SBol1JD/7nvY8rphAgyAi7Lj6Vg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1118,9 +1117,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-darwin-x64": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-uGtYKlFen9pMIPvkHPWZVDtmYhMQi5g5Ddsndg1gf3atScKYKYgs5aDP4DhHeTwGXQglhfBG7lEaOIZ4UAIWww==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-GTXe+mxsCGUnJOFMhfGWmefP7Q9TpYUseHvhAhr21nCTgdS8jPsvirb0tJwM3lN0/u/cg7bpFNa16fQrjKrCjQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1135,9 +1134,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-freebsd-x64": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-JRoVTQtHYbZj1P07JLiuTuXjiBtIa7ag7/qgKA6CIIXnAcdl4LrOf7nfDuHPJcuRKaP5dzecMgY99itvWfmUFQ==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-9Tmp7bBvKqyDkMcL4e089pH3RsjD3SUungjmqWtyhNOxoQMh0fSmINTyYV8KXtE+JkxYMPWvnEt+/mfpVCkk8w==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1152,9 +1151,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-BKATVnpPZ0TYBW9XfDwyd4kPGgvf964HiotIwUgpMrFOFYWqpZ+9ONNzMV4UFAYC7Hb5C2qgYQk/qj2OnAd4RQ==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-a1y5fiB0iovuzdbjUxa7+Zcvgv+mTmlGGC4XydVIsyl48eoxgaYkA3l9079hyTyhECsPq+mbr0gVQsFU11OJAQ==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
@@ -1169,9 +1168,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-xLd7da5jkfbVsBCm1buIRdWtuXY8+hU3+6ESXY/Tk5X5DPHaifrUblhYDgmA34dQt6WyNC2kfXGgrduPEvDI6Q==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-bpIGX+ov9PhJYV+wHNXl9rzq4F0QvILiURn0y0oepbQx+7stmQsKA0DhPGwmhfvF856wq+gbM8L92SAa/CBcLg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1186,9 +1185,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-EQFXTgHxxTzv3t5EmjUP/DfxzFYx9sMndfLsYaAY4DWF6KsK1fXGYsiupif6qPTViPC9eVmRm78q0pZU/kuIPg==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-bGe5EBB8FVjHBR1mOLOPEFg1Lp3//7geqWkU5NIhxe+yH0W8FVrQ6WRYOap4SUTKdklD/dC4qPLREkMMQ855FA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1203,9 +1202,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-p5P6Xpa68w3yFaAdSzIZJbj+AfuDnMDqNSeglBXM7UlJT14Q4zwK+rV+8Mhp9MiUb4XFISZtbI/seBprhkQbiQ==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-qL+63WKVQs1CMvFedlPt0U9PiEKJOAL/bsHMKUDS6Vp2Q+YAv/QLPu8rcvkfIMvQ0FPU2WL0aX4eWwF6e/GAnA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1220,9 +1219,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-x64-musl": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-sNVVyLa8HB8wkFipdfz1s6i0YWinwpbMWk5hO5S+XAYH2UH67YzUT13gs6wZTKg2x/3gtgXzYnHyF5wMIqoDAw==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-VGl9JIGjoJh3H8Mb+7xnVqODajBmrdOOb9lxWXdcmxyI+zjB2sux69br0hZJDTyLJfvBoYm439zPACYbCjGRmw==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1237,9 +1236,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-openharmony-arm64": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-e/JMTz9Q8+T3g/deEi8DK44sFWZWGKr9AOCW5e8C8SCVWzAXqYXAG7FXBWBNzWEZK0Rcwo9TQHTQ9Q0gXgdCaA==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-B4iIserJXuSnNzA5xBLFUIjTfhNy7d9sq4FUMQY3GhQWGVhS2RWWzzDnkSU6MUt7/aHUrep0CdQfXUJI9D3W7A==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1254,9 +1253,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-wasm32-wasi": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-We3LWqSu6J9s5Y0MK+N7fUiiu37aBGPG3Pc347EoaROuAwkCS2u9xJ5dpIyLW4B49CIbS3KaPmn4kTgPb3EyPw==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-BUjAEgpABEJXilGq/BPh7jeU3WAJ5o15c1ZEgHaDWSz3LB881LQZnbNJHmUiM4d1JQWMYYyR1Y490IBHi2FPJg==",
|
||||
"cpu": [
|
||||
"wasm32"
|
||||
],
|
||||
@@ -1264,16 +1263,16 @@
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@napi-rs/wasm-runtime": "^1.0.7"
|
||||
"@napi-rs/wasm-runtime": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-fj56buHRuMM+r/cb6ZYfNjNvO/0xeFybI6cTkTROJatdP4fvmQ1NS8D/Lm10FCSDEOkqIz8hK3TGpbAThbPHsA==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-s27uU7tpCWSjHBnxyVXHt3rMrQdJq5MHNv3BzsewCIroIw3DJFjMH1dzCPPMUFxnh1r52Nf9IJ/eWp6LDoyGcw==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1287,27 +1286,10 @@
|
||||
"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": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-CWuLG/HMtrVcjKGa0C4GnuxONrku89g0+CsH8nT0SNhOtREXuzwgjIXNJImpE/A/DMf9JF+1Xkrq/YRr+F/rCg==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-cjWL/USPJ1g0en2htb4ssMjIycc36RvdQAx1WlXnS6DpULswiUTVXPDesTifSKYSyvx24E0YqQkEm0K/M2Z/AA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1322,9 +1304,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/pluginutils": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -1598,9 +1580,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/baseline-browser-mapping": {
|
||||
"version": "2.8.32",
|
||||
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.32.tgz",
|
||||
"integrity": "sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==",
|
||||
"version": "2.9.2",
|
||||
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.2.tgz",
|
||||
"integrity": "sha512-PxSsosKQjI38iXkmb3d0Y32efqyA0uW4s41u4IVBsLlWLhCiYNpH/AfNOVWRqCQBlD8TFJTz6OUWNd4DFJCnmw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
@@ -1628,9 +1610,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/browserslist": {
|
||||
"version": "4.28.0",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
|
||||
"integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
|
||||
"version": "4.28.1",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
||||
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -1649,11 +1631,11 @@
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"baseline-browser-mapping": "^2.8.25",
|
||||
"caniuse-lite": "^1.0.30001754",
|
||||
"electron-to-chromium": "^1.5.249",
|
||||
"baseline-browser-mapping": "^2.9.0",
|
||||
"caniuse-lite": "^1.0.30001759",
|
||||
"electron-to-chromium": "^1.5.263",
|
||||
"node-releases": "^2.0.27",
|
||||
"update-browserslist-db": "^1.1.4"
|
||||
"update-browserslist-db": "^1.2.0"
|
||||
},
|
||||
"bin": {
|
||||
"browserslist": "cli.js"
|
||||
@@ -1716,9 +1698,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001757",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz",
|
||||
"integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
|
||||
"version": "1.0.30001759",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001759.tgz",
|
||||
"integrity": "sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -2154,9 +2136,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.5.262",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz",
|
||||
"integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
|
||||
"version": "1.5.266",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.266.tgz",
|
||||
"integrity": "sha512-kgWEglXvkEfMH7rxP5OSZZwnaDWT7J9EoZCujhnpLbfi0bbNtRkgdX2E3gt0Uer11c61qCYktB3hwkAS325sJg==",
|
||||
"dev": true,
|
||||
"license": "ISC"
|
||||
},
|
||||
@@ -2796,9 +2778,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/keyv": {
|
||||
"version": "5.5.4",
|
||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
|
||||
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
|
||||
"version": "5.5.5",
|
||||
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.5.tgz",
|
||||
"integrity": "sha512-FA5LmZVF1VziNc0bIdCSA1IoSVnDCqE8HJIZZv2/W8YmoAM50+tnUgJR/gQZwEeIMleuIOnRnHA/UaZRNeV4iQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
@@ -3148,9 +3130,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mathjs": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.0.0.tgz",
|
||||
"integrity": "sha512-eXXXRKEl/htny5T/Ce/hbmqa8WZi2RmaCEHBOVtTeYcYyyGvz1UYSdK2ypydDepFF6F7ue0OygXRRIx8lLq/uw==",
|
||||
"version": "15.1.0",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.0.tgz",
|
||||
"integrity": "sha512-HfnAcScQm9drGryodlDqeS3WAl4gUTYGDcOtcqL/8s23MZ28Ib1i8XnYK3ZdjNuaW/L4BAp9lIp8vxAMrcuu1w==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
@@ -3554,9 +3536,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.7.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz",
|
||||
"integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==",
|
||||
"version": "3.7.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
|
||||
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
@@ -3710,14 +3692,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rolldown": {
|
||||
"version": "1.0.0-beta.51",
|
||||
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.51.tgz",
|
||||
"integrity": "sha512-ZRLgPlS91l4JztLYEZnmMcd3Umcla1hkXJgiEiR4HloRJBBoeaX8qogTu5Jfu36rRMVLndzqYv0h+M5gJAkUfg==",
|
||||
"version": "1.0.0-beta.53",
|
||||
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.53.tgz",
|
||||
"integrity": "sha512-Qd9c2p0XKZdgT5AYd+KgAMggJ8ZmCs3JnS9PTMWkyUfteKlfmKtxJbWTHkVakxwXs1Ub7jrRYVeFeF7N0sQxyw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@oxc-project/types": "=0.98.0",
|
||||
"@rolldown/pluginutils": "1.0.0-beta.51"
|
||||
"@oxc-project/types": "=0.101.0",
|
||||
"@rolldown/pluginutils": "1.0.0-beta.53"
|
||||
},
|
||||
"bin": {
|
||||
"rolldown": "bin/cli.mjs"
|
||||
@@ -3726,20 +3708,19 @@
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rolldown/binding-android-arm64": "1.0.0-beta.51",
|
||||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.51",
|
||||
"@rolldown/binding-darwin-x64": "1.0.0-beta.51",
|
||||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.51",
|
||||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.51",
|
||||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.51",
|
||||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.51",
|
||||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.51",
|
||||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.51",
|
||||
"@rolldown/binding-openharmony-arm64": "1.0.0-beta.51",
|
||||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.51",
|
||||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.51",
|
||||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.51",
|
||||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.51"
|
||||
"@rolldown/binding-android-arm64": "1.0.0-beta.53",
|
||||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.53",
|
||||
"@rolldown/binding-darwin-x64": "1.0.0-beta.53",
|
||||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.53",
|
||||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.53",
|
||||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.53",
|
||||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.53",
|
||||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.53",
|
||||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.53",
|
||||
"@rolldown/binding-openharmony-arm64": "1.0.0-beta.53",
|
||||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.53",
|
||||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.53",
|
||||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.53"
|
||||
}
|
||||
},
|
||||
"node_modules/run-parallel": {
|
||||
@@ -4420,9 +4401,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/update-browserslist-db": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
||||
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
|
||||
"integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -4458,19 +4439,18 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"name": "rolldown-vite",
|
||||
"version": "7.2.7",
|
||||
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.2.7.tgz",
|
||||
"integrity": "sha512-N6a9KgNZ0xgCJ6/Ej2FQ7W8D3fOzDwFw7CLWZ2ubZknVrs9NdNkx25AFEuNbSwQO76VEHp4N7YatsZwp/ST1Gg==",
|
||||
"version": "8.0.0-beta.0",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0-beta.0.tgz",
|
||||
"integrity": "sha512-bXHWmtg5hUxn/MB5zJ8qhBLphnsNmO1EYOFmBO/fVCBJekTdWDuqJ/GmUMLgrC0QUCCrxhw3JLgteWdiyqaVSQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@oxc-project/runtime": "0.98.0",
|
||||
"@oxc-project/runtime": "0.101.0",
|
||||
"fdir": "^6.5.0",
|
||||
"lightningcss": "^1.30.2",
|
||||
"picomatch": "^4.0.3",
|
||||
"postcss": "^8.5.6",
|
||||
"rolldown": "1.0.0-beta.51",
|
||||
"rolldown": "1.0.0-beta.53",
|
||||
"tinyglobby": "^0.2.15"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
@@ -31,12 +31,11 @@
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.8",
|
||||
"@types/node": "~24.10.1",
|
||||
"browserslist": "~4.28.0",
|
||||
"browserslist": "~4.28.1",
|
||||
"browserslist-to-esbuild": "~2.1.1",
|
||||
"edge.js": "~6.3.0",
|
||||
"less": "~4.4.2",
|
||||
"lightningcss": "~1.30.2",
|
||||
"mathjs": "~15.0.0",
|
||||
"mathjs": "~15.1.0",
|
||||
"sharp": "~0.34.5",
|
||||
"sort-package-json": "~3.5.0",
|
||||
"stylelint": "~16.26.0",
|
||||
@@ -44,7 +43,7 @@
|
||||
"stylelint-prettier": "~5.0.3",
|
||||
"svgo": "~4.0.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "npm:rolldown-vite@7.2.7",
|
||||
"vite": "8.0.0-beta.0",
|
||||
"vite-bundle-analyzer": "~1.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,9 +39,11 @@ listen("input", searchInput, () => {
|
||||
searchReset.classList.toggle("empty", searchInput.value.length === 0);
|
||||
});
|
||||
|
||||
listen("click", searchReset, () => {
|
||||
searchReset.classList.add("empty");
|
||||
listen("click", searchReset, (event: MouseEvent) => {
|
||||
event.preventDefault();
|
||||
searchInput.value = "";
|
||||
searchInput.focus();
|
||||
searchReset.classList.add("empty");
|
||||
});
|
||||
|
||||
for (const button of categoryButtons) {
|
||||
|
||||
@@ -2,7 +2,7 @@ mock==5.2.0
|
||||
nose2[coverage_plugin]==0.15.1
|
||||
cov-core==1.15.0
|
||||
black==25.9.0
|
||||
pylint==4.0.3
|
||||
pylint==4.0.4
|
||||
splinter==0.21.0
|
||||
selenium==4.38.0
|
||||
Pallets-Sphinx-Themes==2.3.0
|
||||
@@ -24,5 +24,5 @@ coloredlogs==15.0.1
|
||||
docutils>=0.21.2
|
||||
parameterized==0.9.0
|
||||
granian[reload]==2.6.0
|
||||
basedpyright==1.34.0
|
||||
basedpyright==1.35.0
|
||||
types-lxml==2025.11.25
|
||||
|
||||
@@ -42,8 +42,8 @@ def response(resp):
|
||||
|
||||
results.append(
|
||||
{
|
||||
'url': item['source_page_url'],
|
||||
'title': item['source_site'],
|
||||
'url': item.get('source_page_url'),
|
||||
'title': item.get('source_site'),
|
||||
'img_src': img if item['type'] == 'IMAGE' else thumb,
|
||||
'filesize': humanize_bytes(item['meme_file_size']),
|
||||
'publishedDate': formatted_date,
|
||||
|
||||
@@ -65,7 +65,8 @@ def request(query, params):
|
||||
if 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)
|
||||
|
||||
if params['time_range'] and search_type != 'images':
|
||||
|
||||
@@ -17,6 +17,7 @@ about = {
|
||||
# Engine configuration
|
||||
paging = True
|
||||
categories = ['images']
|
||||
remove_ai_images = False
|
||||
|
||||
# Search URL
|
||||
base_url = "https://www.pixiv.net/ajax/search/illustrations"
|
||||
@@ -34,6 +35,9 @@ def request(query, params):
|
||||
"lang": "en",
|
||||
}
|
||||
|
||||
if remove_ai_images is True:
|
||||
query_params.update({"ai_type": 1})
|
||||
|
||||
params["url"] = f"{base_url}/{query}?{urlencode(query_params)}"
|
||||
|
||||
return params
|
||||
|
||||
@@ -24,12 +24,6 @@ if typing.TYPE_CHECKING:
|
||||
from searx.plugins import PluginCfg
|
||||
|
||||
|
||||
name = ""
|
||||
description = gettext("")
|
||||
|
||||
plugin_id = ""
|
||||
preference_section = ""
|
||||
|
||||
CONVERT_KEYWORDS = ["in", "to", "as"]
|
||||
|
||||
|
||||
|
||||
@@ -1622,6 +1622,7 @@ engines:
|
||||
engine: pixiv
|
||||
disabled: true
|
||||
inactive: true
|
||||
remove_ai_images: false
|
||||
pixiv_image_proxies:
|
||||
- https://pximg.example.org
|
||||
# A proxy is required to load the images. Hosting an image proxy server
|
||||
|
||||
15
searx/static/themes/simple/chunk/CGazvOKw.min.js
vendored
Normal file
15
searx/static/themes/simple/chunk/CGazvOKw.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
searx/static/themes/simple/chunk/CGazvOKw.min.js.map
Normal file
1
searx/static/themes/simple/chunk/CGazvOKw.min.js.map
Normal file
File diff suppressed because one or more lines are too long
15
searx/static/themes/simple/chunk/CHkLfdMs.min.js
vendored
15
searx/static/themes/simple/chunk/CHkLfdMs.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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
|
||||
@@ -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"}
|
||||
2
searx/static/themes/simple/chunk/Q2W2fJLA.min.js
vendored
Normal file
2
searx/static/themes/simple/chunk/Q2W2fJLA.min.js
vendored
Normal 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
|
||||
1
searx/static/themes/simple/chunk/Q2W2fJLA.min.js.map
Normal file
1
searx/static/themes/simple/chunk/Q2W2fJLA.min.js.map
Normal 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"}
|
||||
@@ -67,24 +67,22 @@
|
||||
]
|
||||
},
|
||||
"src/js/main/search.ts": {
|
||||
"file": "chunk/DxJxX49r.min.js",
|
||||
"file": "chunk/Q2W2fJLA.min.js",
|
||||
"name": "search",
|
||||
"src": "src/js/main/search.ts",
|
||||
"isDynamicEntry": true,
|
||||
"imports": [
|
||||
"src/js/index.ts",
|
||||
"_13gvpunf.min.js",
|
||||
"_gZqIRpW1.min.js"
|
||||
]
|
||||
},
|
||||
"src/js/plugin/Calculator.ts": {
|
||||
"file": "chunk/CHkLfdMs.min.js",
|
||||
"file": "chunk/CGazvOKw.min.js",
|
||||
"name": "calculator",
|
||||
"src": "src/js/plugin/Calculator.ts",
|
||||
"isDynamicEntry": true,
|
||||
"imports": [
|
||||
"src/js/index.ts",
|
||||
"_13gvpunf.min.js",
|
||||
"_gZqIRpW1.min.js"
|
||||
]
|
||||
},
|
||||
|
||||
4
searx/static/themes/simple/sxng-core.min.js
vendored
4
searx/static/themes/simple/sxng-core.min.js
vendored
@@ -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]);
|
||||
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};
|
||||
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/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
|
||||
Binary file not shown.
@@ -23,17 +23,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Afrikaans <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -502,7 +501,7 @@ msgid "active users"
|
||||
msgstr "aktiewe gebruikers"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentaar"
|
||||
@@ -518,7 +517,7 @@ msgid "community"
|
||||
msgstr "gemeenskap"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punte"
|
||||
|
||||
@@ -528,7 +527,7 @@ msgid "title"
|
||||
msgstr "titel"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "outeur"
|
||||
|
||||
@@ -551,7 +550,7 @@ msgstr "geantwoord"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Bron"
|
||||
@@ -560,15 +559,15 @@ msgstr "Bron"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ongeldige opstellings, redigeer asb jou voorkeure"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ongeldige opstellings"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "soekfout"
|
||||
|
||||
@@ -660,7 +659,7 @@ msgstr "{title} (UITGEDIEN)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Hierdie inskrywing was vervang deur"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanaal"
|
||||
|
||||
@@ -728,13 +727,13 @@ msgstr "Ahmia swartlys"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Filter uit onion resultate wat op Ahmia se swartlys is."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Basiese sakrekenaar"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Bereken wiskundige uitdrukkings via die soekbalk"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -762,6 +761,16 @@ msgstr ""
|
||||
"Herskryf gasheername en verwyder of prioritiseer resultate gebaseer op "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "oop toegang DOI oorskryf"
|
||||
@@ -835,15 +844,15 @@ msgstr "Spoorsnyer URL verwyderaar"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Verwyder spoorsnyersargumente van die teruggestuurde URL"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Eenheidsomskakelaar-inprop"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Skakel tussen eenhede om"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1020,23 +1029,23 @@ msgstr "Verstek kategoriee"
|
||||
msgid "User interface"
|
||||
msgstr "Gebruikerskoppelvlak"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privaatheid"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Enjins"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Huidige gebruikte soekenjins"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Spesiale Navrae"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Koekies"
|
||||
|
||||
@@ -1532,18 +1541,6 @@ msgstr "Beeld proksie"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Watter taal verkies jy vir soek?"
|
||||
@@ -2148,3 +2145,19 @@ msgstr "versteek video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -29,20 +29,19 @@
|
||||
# youtherthyf <youtherthyf@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Arabic <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -511,7 +510,7 @@ msgid "active users"
|
||||
msgstr "المستخدمين النشطين"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "التعليقات"
|
||||
@@ -527,7 +526,7 @@ msgid "community"
|
||||
msgstr "المجتمع"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "النقاط"
|
||||
|
||||
@@ -537,7 +536,7 @@ msgid "title"
|
||||
msgstr "العنوان"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "الكاتب"
|
||||
|
||||
@@ -560,7 +559,7 @@ msgstr "أُجيبت"
|
||||
msgid "No item found"
|
||||
msgstr "تعذر العثور على عناصر"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "المصدر"
|
||||
@@ -569,15 +568,15 @@ msgstr "المصدر"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "حدث خلل أثناء تحميل الصفحة التالية"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "إعدادات غير صالحة"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "خطأ في البحث"
|
||||
|
||||
@@ -669,7 +668,7 @@ msgstr "{title} (قديما)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "هذا الإدخال تم استبداله بـ"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "القناة"
|
||||
|
||||
@@ -735,13 +734,13 @@ msgstr "{دالة}"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "قم بتصفية نتائج .onion التي تظهر في القائمة السوداء الخاصة بـ Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "آلة حاسبة بسيطة"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "حساب التعبيرات الرياضية عبر شريط البحث"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "فتح الوصول معرف الكائن الرقمي إعادة كتابة"
|
||||
@@ -843,15 +852,15 @@ msgstr ""
|
||||
"إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من "
|
||||
"محدد موقع الموارد الموحد الذي تم إرجاعه"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "إضافة محول الوحدات"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "التحويل بين الوحدات"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{مكان}:{حرارة},{وضع}"
|
||||
@@ -1022,23 +1031,23 @@ msgstr "القوائم الإفتراضية"
|
||||
msgid "User interface"
|
||||
msgstr "واجهة المستخدم"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "الخصوصية"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "المحركات"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "محركات البحث المُستخدَمة حاليًا"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "استفسارات خاصة"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "كعكات الكوكيز"
|
||||
|
||||
@@ -1531,16 +1540,6 @@ msgstr "وكيل بروكسي الصور"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "ما هي لغتك المفضلة للبحث ؟"
|
||||
@@ -2385,3 +2384,16 @@ msgstr "إخفاء الفيديو"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -21,19 +21,18 @@
|
||||
# muha7a <muha7a@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -502,7 +501,7 @@ msgid "active users"
|
||||
msgstr "активни потребители"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "Коментари"
|
||||
@@ -518,7 +517,7 @@ msgid "community"
|
||||
msgstr "общност"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "Точки"
|
||||
|
||||
@@ -528,7 +527,7 @@ msgid "title"
|
||||
msgstr "Заглавие"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "Автор"
|
||||
|
||||
@@ -551,7 +550,7 @@ msgstr "Отговорено"
|
||||
msgid "No item found"
|
||||
msgstr "Не е намерен артикул"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "Източник"
|
||||
@@ -560,15 +559,15 @@ msgstr "Източник"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "Грешка при зареждането на следващата страница"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "Неправилни настройки, моля редактирайте предпочитанията си"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Невалидни настройки"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "Грешка при търсенето"
|
||||
|
||||
@@ -660,7 +659,7 @@ msgstr "{title} (ОСТАРЯЛО)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Този запис е заменен от"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Канал"
|
||||
|
||||
@@ -730,13 +729,13 @@ msgstr ""
|
||||
"Филтриране на резултати от onion, които присъстват в черния списък на "
|
||||
"Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Основен Калкулатор"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Изчеслете математически изрази през лентата за търсене"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -760,6 +759,16 @@ msgstr "Добавка за Хостинг имена"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Отворен достъп DOI пренаписване"
|
||||
@@ -832,15 +841,15 @@ msgstr "Премахвач на URL тракери"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Премахни следящите аргументи от върнатия URL"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Превръщане между единици"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1015,23 +1024,23 @@ msgstr "Първоначални категории"
|
||||
msgid "User interface"
|
||||
msgstr "Потребителски интерфейс"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Поверителност"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Търсачки"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Използвани търсачки в момента"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Специялни Запитвания"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Бисквитки"
|
||||
|
||||
@@ -1530,16 +1539,6 @@ msgstr "Прокси на изображения"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Кой език предпочитате за търсене?"
|
||||
@@ -2384,3 +2383,16 @@ msgstr "скрий видеото"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -29,17 +29,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Bengali <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -508,7 +507,7 @@ msgid "active users"
|
||||
msgstr "সক্রিয় ইউজারস"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "কমেন্ট"
|
||||
@@ -524,7 +523,7 @@ msgid "community"
|
||||
msgstr "কমিউনিটি"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "পয়েন্টস"
|
||||
|
||||
@@ -534,7 +533,7 @@ msgid "title"
|
||||
msgstr "শিরোনাম"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "লেখক"
|
||||
|
||||
@@ -557,7 +556,7 @@ msgstr "উত্তরকৃত"
|
||||
msgid "No item found"
|
||||
msgstr "কোন আইটেম পাওয়া যায়নি"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "উৎস"
|
||||
@@ -566,15 +565,15 @@ msgstr "উৎস"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "পরবর্তী পৃষ্ঠাটি লোড করায় ত্রুটি দেখা যাচ্ছে"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "অকেজো সেটিংস, অনুগ্রহ করে আপনার পছন্দগুলি সম্পাদনা করুন"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "অকেজো সেটিংস"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "সার্চ ত্রুটি"
|
||||
|
||||
@@ -666,7 +665,7 @@ msgstr "{title} (অচল)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "এই এনট্রিটি দ্বারা বাতিল করা হয়েছে৷"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "চ্যানেল"
|
||||
|
||||
@@ -733,13 +732,13 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "সার্চ বারের মাধমে গানিতিক সমীকরণ সমাধান করুন"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -763,6 +762,16 @@ msgstr "হোস্টনেম প্লাগিন"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "পুনর্লিখিত DOI উন্মুক্ত প্রবেশ"
|
||||
@@ -836,15 +845,15 @@ msgstr "ট্র্যাকার URL রিমুভার"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "ফিরে আসা URL থেকে ট্র্যাকার আর্গুমেন্টগুলি সরান৷"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "এক একক থেকে অন্য এককে রুপান্তর"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1019,23 +1028,23 @@ msgstr "ডিফল্ট বিভাগ"
|
||||
msgid "User interface"
|
||||
msgstr "ব্যবহারকারীর সম্মুখে প্রদর্শিত"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "গোপনীয়তা"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "ইঞ্জিন"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "বর্তমানে ব্যবহৃত সার্চ ইঞ্জিন"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "বিশেষ প্রশ্ন"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "কুকি"
|
||||
|
||||
@@ -1521,16 +1530,6 @@ msgstr "ছবির প্রক্সি"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "আপনি অনুসন্ধানের জন্য কোন ভাষা পছন্দ করেন?"
|
||||
@@ -2136,3 +2135,16 @@ msgstr "ভিডিও লুকিয়ে ফেলুন"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -11,19 +11,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Tibetan <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\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"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -492,7 +491,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -508,7 +507,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -518,7 +517,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -541,7 +540,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
msgstr "རྣམ་གྲངས་གང་ཡང་རྙེད་རྒྱུ་མ་བྱུང་།"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
@@ -550,15 +549,15 @@ msgstr ""
|
||||
msgid "Error loading the next page"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།ཁྱེད་ཀྱིས་གདམ་ཀ་ལ་བཅོས་སྒྲིག་གཏོང་རོགས།"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "ནུས་མེད་ཀྱི་སྒྲིག་འགོད།"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "འཚོལ་བཤེར་ལ་ནོར་འཁྲུལ་བྱུང་།"
|
||||
|
||||
@@ -650,7 +649,7 @@ msgstr ""
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "འཚོལ་བྱང་འདི་གཞན་གྱིས་ཚབ་བྱེད་འདུག"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
@@ -710,12 +709,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -740,6 +739,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr ""
|
||||
@@ -806,15 +815,15 @@ msgstr "དྲ་གནས་རྗེས་འདེད་སྤོ་འབུ
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -985,23 +994,23 @@ msgstr "གཞི་བཞག་གི་རིགས།"
|
||||
msgid "User interface"
|
||||
msgstr "མདུན་ངོས།"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "མི་སྒེར་གསང་དོན།"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "སྒུལ་བྱེད།"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "ཉེ་ལམ་སྤྱད་ཟིན་པའི་འཚོལ་བྱེད་སྒུལ་བྱེད།"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "རྐང་རྗེས།"
|
||||
|
||||
@@ -1483,16 +1492,6 @@ msgstr "རི་མོ་མངག་བཅོལ་གྱི་ཞབས་ཞ
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "ཁྱེད་ཀྱིས་ཆེས་སྤྱོད་བདེ་པའི་འཚོལ་བཤེར་སྐད་རིགས་གང་ཡིན་ནམ།"
|
||||
@@ -2280,3 +2279,16 @@ msgstr "རྙན་ཟློས་སྦས།"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -27,19 +27,18 @@
|
||||
# eudemo <eudemo@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Catalan <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -508,7 +507,7 @@ msgid "active users"
|
||||
msgstr "usuaris actius"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "comentaris"
|
||||
@@ -524,7 +523,7 @@ msgid "community"
|
||||
msgstr "comunitat"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punts"
|
||||
|
||||
@@ -534,7 +533,7 @@ msgid "title"
|
||||
msgstr "títol"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autor"
|
||||
|
||||
@@ -557,7 +556,7 @@ msgstr "contestat"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Origen"
|
||||
@@ -566,15 +565,15 @@ msgstr "Origen"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "La configuració no és vàlida, editeu-la"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
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"
|
||||
msgstr "error de cerca"
|
||||
|
||||
@@ -666,7 +665,7 @@ msgstr "{title} (OBSOLET)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Aquesta entrada ha estat substituïda per"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
@@ -733,13 +732,13 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Calcular expressions matemàtiques a través de la barra de cerca"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
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"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Convertir entre unitats"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1017,23 +1026,23 @@ msgstr "Categories predeterminades"
|
||||
msgid "User interface"
|
||||
msgstr "Interfície de l'usuari"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privadesa"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Motors de cerca"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Cercadors usats actualment"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Consultes especials"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Galetes"
|
||||
|
||||
@@ -1522,16 +1531,6 @@ msgstr "Servidor intermediari d'imatges"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "En quina llengua preferiu cercar?"
|
||||
@@ -2396,3 +2395,16 @@ msgstr "oculta el vídeo"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -25,20 +25,19 @@
|
||||
# radekjuthner <radekjuthner@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Czech <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\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"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -507,7 +506,7 @@ msgid "active users"
|
||||
msgstr "aktivní uživatelé"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "komentáře"
|
||||
@@ -523,7 +522,7 @@ msgid "community"
|
||||
msgstr "komunita"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "body"
|
||||
|
||||
@@ -533,7 +532,7 @@ msgid "title"
|
||||
msgstr "název"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autor"
|
||||
|
||||
@@ -556,7 +555,7 @@ msgstr "zodpovězené"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "zdroj"
|
||||
@@ -565,15 +564,15 @@ msgstr "zdroj"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Neplatné nastavení, upravte své předvolby"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Neplatné nastavení"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "chyba vyhledávání"
|
||||
|
||||
@@ -665,7 +664,7 @@ msgstr "{title} (ZASTARALÉ)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Tato položka byla nahrazena položkou"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanál"
|
||||
|
||||
@@ -732,13 +731,13 @@ msgstr "Seznam blokování Ahmia"
|
||||
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."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Základní kalkulačka"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Vypočítejte matematické výrazy pomocí vyhledávací lišty"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -766,6 +765,16 @@ msgstr ""
|
||||
"Přepsat názvy hostitelů a odstranit nebo upřednostnit výsledky v "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
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"
|
||||
msgstr "Doplněk převodu jednotek"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Převod mezi jednotkami"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1022,23 +1031,23 @@ msgstr "Základní kategorie"
|
||||
msgid "User interface"
|
||||
msgstr "Uživatelské rozhraní"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Soukromí"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Vyhledávače"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Aktuálně používané vyhledávače"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Zvláštní dotazy"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1535,16 +1544,6 @@ msgstr "Nepřímé vyhledávání obrázků"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Jaký jazyk vyhledávání upřednostňujete?"
|
||||
@@ -2396,3 +2395,16 @@ msgstr "skrýt video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: cy\n"
|
||||
@@ -499,7 +499,7 @@ msgid "active users"
|
||||
msgstr "defnyddwyr gweithredol"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "sylwadau"
|
||||
@@ -515,7 +515,7 @@ msgid "community"
|
||||
msgstr "cymuned"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "pwyntiau"
|
||||
|
||||
@@ -525,7 +525,7 @@ msgid "title"
|
||||
msgstr "teitl"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "awdur"
|
||||
|
||||
@@ -548,7 +548,7 @@ msgstr "wedi'i ateb"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Ffynhonnell"
|
||||
@@ -557,15 +557,15 @@ msgstr "Ffynhonnell"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Gosodiadau annilys, golygwch eich dewisiadau"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Gosodiadau annilys"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "gwall chwilio"
|
||||
|
||||
@@ -657,7 +657,7 @@ msgstr "{title} (OBSOLETE)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Mae'r cofnod hwn wedi ei ddisodli gan"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Sianel"
|
||||
|
||||
@@ -725,13 +725,13 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Cyfrifo mynegiad mathemategol o'r bar chwilio"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -755,6 +755,16 @@ msgstr "Ategyn enwau gwesteiwyr"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Disodli DOI Open Access"
|
||||
@@ -826,15 +836,15 @@ msgstr "Tynnu tracwyr URL"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Tynnu tracwyr sy'n ymddangos mewn URLs"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Trosi rhwng unedau"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1007,23 +1017,23 @@ msgstr "Categorïau rhagosodedig"
|
||||
msgid "User interface"
|
||||
msgstr "Rhyngwyneb defnyddiwr"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Preifatrwydd"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Peiriannau"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Peiriannau a ddefnyddir ar hyn o bryd"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Ymholiadau arbennig"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Briwsion"
|
||||
|
||||
@@ -1510,16 +1520,6 @@ msgstr "Dirprwy delweddau"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Ym mha iaith ydych chi'n ffafrio chwilio?"
|
||||
@@ -2343,3 +2343,15 @@ msgstr "cuddio'r fideo"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -17,19 +17,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Danish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -498,7 +497,7 @@ msgid "active users"
|
||||
msgstr "aktive brugere"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentare"
|
||||
@@ -514,7 +513,7 @@ msgid "community"
|
||||
msgstr "fællesskab"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "point"
|
||||
|
||||
@@ -524,7 +523,7 @@ msgid "title"
|
||||
msgstr "titel"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "forfatter"
|
||||
|
||||
@@ -547,7 +546,7 @@ msgstr "svaret"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Kilde"
|
||||
@@ -556,15 +555,15 @@ msgstr "Kilde"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ugyldige indstillinger, redigér venligst dine valg"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ugyldig indstilling"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "søgefejl"
|
||||
|
||||
@@ -656,7 +655,7 @@ msgstr "{title} (FORÆLDET)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Denne værdi er blevet overskrevet af"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
@@ -724,13 +723,13 @@ msgstr "Ahmia sortliste"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Filtrer onionresultater fra, der vises på Ahmias sortliste."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Grundlæggende lommeregner"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Udregn matematiske udtryk via søgefeltet"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -758,6 +757,16 @@ msgstr ""
|
||||
"Omskriv værtsnavne og fjern eller prioritér resultater baseret på "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Open Access DOI-omskrivning"
|
||||
@@ -831,15 +840,15 @@ msgstr "Fjernelse af tracker URL"
|
||||
msgid "Remove trackers arguments from the returned 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"
|
||||
msgstr "Enhed konverter plugin"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konverter mellem enheder"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1016,23 +1025,23 @@ msgstr "Standardkategorier"
|
||||
msgid "User interface"
|
||||
msgstr "Brugerinterface"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privatliv"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Søgemaskiner"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Pt. anvendte søgemaskiner"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Specielle Søgetermer"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1529,18 +1538,6 @@ msgstr "Billede-proxy"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Hvilket sprog foretrækker du til søgninger?"
|
||||
@@ -2397,3 +2394,19 @@ msgstr "skjul video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -29,19 +29,18 @@
|
||||
# pikzim <pikzim@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: German <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -510,7 +509,7 @@ msgid "active users"
|
||||
msgstr "aktive Nutzer"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "Kommentare"
|
||||
@@ -526,7 +525,7 @@ msgid "community"
|
||||
msgstr "Community"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "Punkte"
|
||||
|
||||
@@ -536,7 +535,7 @@ msgid "title"
|
||||
msgstr "Titel"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "Autor/-in"
|
||||
|
||||
@@ -559,7 +558,7 @@ msgstr "beantwortet"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Quelle"
|
||||
@@ -568,15 +567,15 @@ msgstr "Quelle"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ungültige Einstellungen, bitte Einstellungen ändern"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ungültige Einstellungen"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "Suchfehler"
|
||||
|
||||
@@ -668,7 +667,7 @@ msgstr "{title} (OBSOLET)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Dieser Eintrag wurde überschrieben von"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
@@ -736,13 +735,13 @@ msgstr "Ahmia 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."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Taschenrechner"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Rechne mathematische Ausdrücke mit der Suchleiste aus"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -770,6 +769,16 @@ msgstr ""
|
||||
"Umschreiben von Hostnamen und Entfernen oder Priorisieren von Ergebnissen"
|
||||
" 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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Open-Access-DOI umschreiben"
|
||||
@@ -845,15 +854,15 @@ msgstr "Tracker-URL-Entferner"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
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"
|
||||
msgstr "Einheitenumrechner"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Einheiten umrechnen"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1036,23 +1045,23 @@ msgstr "Standardkategorien"
|
||||
msgid "User interface"
|
||||
msgstr "Benutzeroberfläche"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privatsphäre"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Suchmaschinen"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Aktuell benutzte Suchmaschinen"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Besondere Abfragen"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1549,18 +1558,6 @@ msgstr "Bilder-Proxy"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Welche Sprache oder Region soll bei der Suche bevorzugt werden?"
|
||||
@@ -2444,3 +2441,19 @@ msgstr "Video verstecken"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: ijxp <ijxp@noreply.codeberg.org>\n"
|
||||
"Language: dv\n"
|
||||
@@ -488,7 +488,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -504,7 +504,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -514,7 +514,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -537,7 +537,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
@@ -546,15 +546,15 @@ msgstr ""
|
||||
msgid "Error loading the next page"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr ""
|
||||
|
||||
@@ -646,7 +646,7 @@ msgstr ""
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
@@ -706,12 +706,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -736,6 +736,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr ""
|
||||
@@ -802,15 +812,15 @@ msgstr ""
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr ""
|
||||
@@ -981,23 +991,23 @@ msgstr ""
|
||||
msgid "User interface"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
@@ -1479,16 +1489,6 @@ msgstr ""
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr ""
|
||||
@@ -2013,3 +2013,15 @@ msgstr ""
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -23,19 +23,18 @@
|
||||
# gkalathas <gkalathas@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"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-Team: Greek "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/el/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -504,7 +503,7 @@ msgid "active users"
|
||||
msgstr "ενεργούς χρήστες"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "σχόλια"
|
||||
@@ -520,7 +519,7 @@ msgid "community"
|
||||
msgstr "κοινότητα"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "σημεία"
|
||||
|
||||
@@ -530,7 +529,7 @@ msgid "title"
|
||||
msgstr "τίτλος"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "συγγραφέας"
|
||||
|
||||
@@ -553,7 +552,7 @@ msgstr "απάντησε"
|
||||
msgid "No item found"
|
||||
msgstr "Δεν βρέθηκαν αντικείμενα"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "Πηγή"
|
||||
@@ -562,15 +561,15 @@ msgstr "Πηγή"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "Σφάλμα φόρτωσης της επόμενης σελίδας"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "Μη έγκυρες ρυθμίσεις, παρακαλούμε ελέγξτε τις προτιμήσεις σας"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Μη έγκυρες ρυθμίσεις"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "σφάλμα αναζήτησης"
|
||||
|
||||
@@ -662,7 +661,7 @@ msgstr "{title} (ΠΑΡΩΧΗΜΕΝΟΣ)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Αυτή η καταχώριση έχει αντικατασταθεί από"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Κανάλι"
|
||||
|
||||
@@ -732,13 +731,13 @@ msgstr ""
|
||||
"Φιλτράρισμα των αποτελεσμάτων onion που εμφανίζονται στη μάυρη λίστα της "
|
||||
"Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Βασική Αριθμομηχανή"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Υπολογίστε μαθηματικές εκφράσεις μέσω της γραμμής αναζήτησης"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Ανοίξτε την επανεγγραφή DOI της Access"
|
||||
@@ -839,15 +848,15 @@ msgstr "Αφαίρεση ιχνηλατών από συνδέσμους"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Αφαίρεση ιχνηλατών από τους επιστρεφόμενους συνδέσμους"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Πρόσθετο μετατροπέας μονάδων"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Μετατροπή μεταξύ μονάδων"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1024,23 +1033,23 @@ msgstr "Προεπιλεγμένες κατηγορίες"
|
||||
msgid "User interface"
|
||||
msgstr "Διεπαφή χρήστη"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Ιδιωτικότητα"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Μηχανές"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Μηχανές αναζήτησης που χρησιμοποιούνται"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Ειδικά Ερωτήματα"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1543,18 +1552,6 @@ msgstr "Διακομιστής μεσολάβησης εικόνων"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Τι γλώσσα προτιμάτε για αναζήτηση;"
|
||||
@@ -2420,3 +2417,19 @@ msgstr "απόκρυψη βίντεο"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
#~ "Αυτόματη φόρτωση της επόμενης σελίδας "
|
||||
#~ "κατά την κύλιση στο κάτω μέρος της"
|
||||
#~ " τρέχουσας σελίδας"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
@@ -484,7 +484,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -500,7 +500,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -510,7 +510,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -533,7 +533,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
@@ -542,15 +542,15 @@ msgstr ""
|
||||
msgid "Error loading the next page"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr ""
|
||||
|
||||
@@ -642,7 +642,7 @@ msgstr ""
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
@@ -702,12 +702,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -732,6 +732,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr ""
|
||||
@@ -798,15 +808,15 @@ msgstr ""
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr ""
|
||||
@@ -977,23 +987,23 @@ msgstr ""
|
||||
msgid "User interface"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
@@ -1475,16 +1485,6 @@ msgstr ""
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr ""
|
||||
@@ -2274,3 +2274,15 @@ msgstr ""
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: eo\n"
|
||||
@@ -501,7 +501,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -517,7 +517,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -527,7 +527,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -550,7 +550,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Fonto"
|
||||
@@ -559,15 +559,15 @@ msgstr "Fonto"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Nevalidaj agordoj, bonvolu redaktu viajn agordojn"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Nevalidaj agordoj"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "serĉa eraro"
|
||||
|
||||
@@ -659,7 +659,7 @@ msgstr "{title} (MALAKTUALA)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Tiu ĉi enigo estis anstataŭigita per"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanalo"
|
||||
|
||||
@@ -726,12 +726,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -756,6 +756,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Malfermalira COI-ŝanĝo"
|
||||
@@ -827,15 +837,15 @@ msgstr "Forigilo de URL-spuriloj"
|
||||
msgid "Remove trackers arguments from the returned 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"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1006,23 +1016,23 @@ msgstr "Defaŭltaj kategorioj"
|
||||
msgid "User interface"
|
||||
msgstr "Fasado"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privateco"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Serĉiloj"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Aktuale uzataj serĉiloj"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Specialaj Demandoj"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Kuketoj"
|
||||
|
||||
@@ -1510,16 +1520,6 @@ msgstr "Prokurila servilo por bildoj"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Kiun lingvon vi pli ŝatas por serĉi?"
|
||||
@@ -2358,3 +2358,15 @@ msgstr "kaŝi videojn"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -49,19 +49,18 @@
|
||||
# jperegrinm <jperegrinm@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: jperegrinm <jperegrinm@noreply.codeberg.org>\n"
|
||||
"Language-Team: Spanish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -530,7 +529,7 @@ msgid "active users"
|
||||
msgstr "usuarios activos"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "comentarios"
|
||||
@@ -546,7 +545,7 @@ msgid "community"
|
||||
msgstr "comunidad"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "puntos"
|
||||
|
||||
@@ -556,7 +555,7 @@ msgid "title"
|
||||
msgstr "título"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autor"
|
||||
|
||||
@@ -579,7 +578,7 @@ msgstr "contestado"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Fuente"
|
||||
@@ -588,15 +587,15 @@ msgstr "Fuente"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ajustes inválidos, por favor, cambia tus preferencias"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ajustes inválidos"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "error en la búsqueda"
|
||||
|
||||
@@ -688,7 +687,7 @@ msgstr "{title} (OBSOLETO)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Esta entrada ha sido sustituida por"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
@@ -755,13 +754,13 @@ msgstr "Lista negra de Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Filtrar resultados de onion que aparezcan en la lista negra de Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Calculadora básica"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Calcula expresiones matemáticas a través de la barra de búsqueda"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -789,6 +788,16 @@ msgstr ""
|
||||
"Reescribe los hostnames y elimina o prioriza los resultados según el "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
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"
|
||||
msgstr "Plugin conversor de unidades"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Convertir unidades"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{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 "
|
||||
"get here."
|
||||
msgstr ""
|
||||
"Esta es una vista previa de los ajustes usados por la URL de búsqueda que "
|
||||
"solías tener aquí."
|
||||
"Esta es una vista previa de los ajustes usados por la URL de búsqueda que"
|
||||
" solías tener aquí."
|
||||
|
||||
#: searx/templates/simple/preferences.html:162
|
||||
msgid "Press save to copy these preferences to your browser."
|
||||
@@ -1045,23 +1054,23 @@ msgstr "Categorías predeterminadas"
|
||||
msgid "User interface"
|
||||
msgstr "Interfaz de usuario"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privacidad"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Motores"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Motores de búsqueda actualmente en uso"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Consultas Especiales"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1559,18 +1568,6 @@ msgstr "Proxy de imágenes"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "¿Qué idioma prefieres para la búsqueda?"
|
||||
@@ -2445,3 +2442,19 @@ msgstr "ocultar video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -19,19 +19,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"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-Team: Estonian "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/et/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -500,7 +499,7 @@ msgid "active users"
|
||||
msgstr "aktiivseid kasutajaid"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentaare"
|
||||
@@ -516,7 +515,7 @@ msgid "community"
|
||||
msgstr "kogukond"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punkte"
|
||||
|
||||
@@ -526,7 +525,7 @@ msgid "title"
|
||||
msgstr "pealkiri"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "Autor"
|
||||
|
||||
@@ -549,7 +548,7 @@ msgstr "vastatud"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Allikas"
|
||||
@@ -558,15 +557,15 @@ msgstr "Allikas"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Sobimatud seaded, palun muuda oma eelistusi"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Sobimatud seaded"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "otsingu viga"
|
||||
|
||||
@@ -658,7 +657,7 @@ msgstr "{title} (VANANENUD)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "See üksus on asendatud"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
@@ -727,13 +726,13 @@ msgstr ""
|
||||
"Jäta onioni võrgust tehtud otsingute puhul välja vastused, mis leiduvad "
|
||||
"Ahmia keeluloendis."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Lihtne taskuarvuti"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Arvuta otsinguribal matemaatilisi avaldisi"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -761,6 +760,16 @@ msgstr ""
|
||||
"Asenda hostide nimesid ning eemalda või muuda tulemuste järjestust "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Avatud juurdepääsu DOI ümberkirjutamine"
|
||||
@@ -834,15 +843,15 @@ msgstr "Jälitajate eemaldus URList"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Eemaldab jälitavad argumendid tagastatud URList"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Ühikute konverteerimise lisamoodul"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konverteeri eri ühikute vahel"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1019,23 +1028,23 @@ msgstr "Vaikimisi kategooriad"
|
||||
msgid "User interface"
|
||||
msgstr "Kasutajaliides"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privaatsus"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Otsingumootorid"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Hetkel kasutatud otsingumootorid"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Spetsiaalsed päringud"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Küpsised"
|
||||
|
||||
@@ -1531,16 +1540,6 @@ msgstr "Pildiproksi"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Mis keelt sa otsinguks eelistad?"
|
||||
@@ -2382,3 +2381,16 @@ msgstr "peida video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -18,19 +18,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: alexgabi <alexgabi@noreply.codeberg.org>\n"
|
||||
"Language-Team: Basque <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -499,7 +498,7 @@ msgid "active users"
|
||||
msgstr "erabiltzaile aktiboak"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "iruzkinak"
|
||||
@@ -515,7 +514,7 @@ msgid "community"
|
||||
msgstr "komunitatea"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "puntuak"
|
||||
|
||||
@@ -525,7 +524,7 @@ msgid "title"
|
||||
msgstr "izenburua"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "egilea"
|
||||
|
||||
@@ -548,7 +547,7 @@ msgstr "erantzunda"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Iturria"
|
||||
@@ -557,15 +556,15 @@ msgstr "Iturria"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ezarpen baliogabeak, editatu zure hobespenak"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ezarpen baliogabeak"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "bilaketa akatsa"
|
||||
|
||||
@@ -657,7 +656,7 @@ msgstr "{title} (ZAHARKITUA)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Sarrera hau hurrengoarekin ordezkatu da"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanala"
|
||||
|
||||
@@ -724,13 +723,13 @@ msgstr "Ahmia zerrenda beltza"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Ahmiaren zerrenda beltzean agertzen diren tipula-emaitzak iragaztea."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Oinarrizko kalkulagailua"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Kalkulatu adierazpen matematikoak bilaketa-barraren bidez"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -758,6 +757,16 @@ msgstr ""
|
||||
"Berridatzi ostalari-izenak eta kendu edo lehenetsi emaitzak ostalari-"
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Berridatzi Open Access DOI"
|
||||
@@ -831,15 +840,15 @@ msgstr "URL aztarnariak kendu"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Aztarnarien argumentuak kendu itzulitako URLtik"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Unitateak bihurtzeko plugina"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Bihurtu unitateak"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1010,23 +1019,23 @@ msgstr "Lehenetsitako kategoriak"
|
||||
msgid "User interface"
|
||||
msgstr "Erabiltzailearen interfazea"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Pribatutasuna"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Bilatzaileak"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Erabiltzen ari diren bilatzaileak"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Kontsulta bereziak"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookieak"
|
||||
|
||||
@@ -1522,18 +1531,6 @@ msgstr "Irudien proxya"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Zein hizkuntzan egin nahi duzu bilaketa?"
|
||||
@@ -2380,3 +2377,18 @@ msgstr "ezkutatu bideoa"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -29,7 +29,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: fa_IR\n"
|
||||
@@ -507,7 +507,7 @@ msgid "active users"
|
||||
msgstr "کاربران فعال"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "نظر ها"
|
||||
@@ -523,7 +523,7 @@ msgid "community"
|
||||
msgstr "جمعیت"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "امتیازات"
|
||||
|
||||
@@ -533,7 +533,7 @@ msgid "title"
|
||||
msgstr "تیتر"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "نگارنده"
|
||||
|
||||
@@ -556,7 +556,7 @@ msgstr "جواب داده شده"
|
||||
msgid "No item found"
|
||||
msgstr "چیزی پیدا نشد"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "منبع"
|
||||
@@ -565,15 +565,15 @@ msgstr "منبع"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "خطا در بارگزاری صفحه جدید"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "تنظیمات نادرست است، لطفا تنظیمات جستجو را تغییر دهید"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "تنظیمات نادرست"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "خطای جستوجو"
|
||||
|
||||
@@ -665,7 +665,7 @@ msgstr "{title} (منسوخ شده)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "این ورودی معلق شده است، توسط"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "کانال"
|
||||
|
||||
@@ -732,13 +732,13 @@ msgstr "لیست سیاه Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "نتایج onion که در لیست سیاه Ahmia ظاهر میشوند را فیلتر کنید."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "ماشین حساب اولیه"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "محاسبه عبارتهای ریاضی در نوار جست و جو"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -762,6 +762,16 @@ msgstr "افزونه های نام دامنه"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "بازنویسی DOI Access را باز کنید"
|
||||
@@ -835,15 +845,15 @@ msgstr "حذف کننده URL ردیاب"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "آرگومان های ردیاب ها را از URL برگشتی حذف کنید"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "افزونه تبدیل واحد"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "تبدیل بین واحدها"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1016,23 +1026,23 @@ msgstr "دستهبندیهای پیشگزیده"
|
||||
msgid "User interface"
|
||||
msgstr "رابط کاربری"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "حریم شخصی"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "موتورها"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "موتور جستجو های در حال استفاده"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "مقدارهای ویژه"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "کلوچکها"
|
||||
|
||||
@@ -1520,16 +1530,6 @@ msgstr "پروکسی تصویر"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "چه زبانی را برای جستوجو میپسندید؟"
|
||||
@@ -2385,3 +2385,15 @@ msgstr "پنهانسازی ویدئو"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -21,19 +21,18 @@
|
||||
# Ricky-Tigg <ricky-tigg@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-10-20 08:35+0000\n"
|
||||
"PO-Revision-Date: 2025-10-22 02:09+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Finnish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/fi/>\n"
|
||||
"POT-Creation-Date: 2025-12-05 10:19+0000\n"
|
||||
"PO-Revision-Date: 2025-11-23 15:10+0000\n"
|
||||
"Last-Translator: artnay <artnay@noreply.codeberg.org>\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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -502,7 +501,7 @@ msgid "active users"
|
||||
msgstr "aktiiviset käyttäjät"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentit"
|
||||
@@ -518,7 +517,7 @@ msgid "community"
|
||||
msgstr "yhteisö"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "pisteet"
|
||||
|
||||
@@ -528,7 +527,7 @@ msgid "title"
|
||||
msgstr "otsikko"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "tekijä"
|
||||
|
||||
@@ -551,7 +550,7 @@ msgstr "vastattu"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Lähde"
|
||||
@@ -560,15 +559,15 @@ msgstr "Lähde"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Virheelliset asetukset, muokkaa siis asetuksia"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Virheelliset asetukset"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "hakuvirhe"
|
||||
|
||||
@@ -660,7 +659,7 @@ msgstr "{title} (VANHENTUNUT)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Tämän kohdan on korvannut"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanava"
|
||||
|
||||
@@ -727,13 +726,13 @@ msgstr "Ahmia-estolista"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Suodata pois Ahmian estolistalla olevat onion-tulokset."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Peruslaskin"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Laske matemaattisia lausekkeita hakupalkissa"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -761,6 +760,16 @@ msgstr ""
|
||||
"Kirjoita isäntänimet uudelleen ja poista tai priorisoi tuloksia "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Open Access DOI -uudelleenkirjoitus"
|
||||
@@ -834,15 +843,15 @@ msgstr "Seurantapalvelimen osoitteen poistaja"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Poista seurantapalvelinten argumentit palautetusta osoitteesta"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Yksikkömuuntajan liitännäinen"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Muunna yksiköiden välillä"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -997,11 +1006,11 @@ msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:162
|
||||
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
|
||||
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
|
||||
msgid "General"
|
||||
@@ -1015,23 +1024,23 @@ msgstr "Oletusluokat"
|
||||
msgid "User interface"
|
||||
msgstr "Käyttöliittymä"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Yksityisyys"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Hakukoneet"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Nyt käytetyt hakukoneet"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Erityiset kyselyt"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Evästeet"
|
||||
|
||||
@@ -1526,16 +1535,6 @@ msgstr "Kuvat välityspalvelimen kautta"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Millä kielellä haluat etsiä ensisijaisesti?"
|
||||
@@ -2395,3 +2394,18 @@ msgstr "piilota video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: fil\n"
|
||||
@@ -501,7 +501,7 @@ msgid "active users"
|
||||
msgstr "mga aktibong gumagamit"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "mga komento"
|
||||
@@ -517,7 +517,7 @@ msgid "community"
|
||||
msgstr "pamayanan"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "mga punto"
|
||||
|
||||
@@ -527,7 +527,7 @@ msgid "title"
|
||||
msgstr "titulo"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "maykatha"
|
||||
|
||||
@@ -550,7 +550,7 @@ msgstr "sinagot"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Pinagmulan"
|
||||
@@ -559,15 +559,15 @@ msgstr "Pinagmulan"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Di-wastong mga setting, pakibago ang iyong mga kagustuhan"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Di-wastong mga setting"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "nagkaproblema sa paghahanap ng mga resulta"
|
||||
|
||||
@@ -659,7 +659,7 @@ msgstr "{title} (Luma)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Ang tala na ito ay ipinagpaliban ng"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Tyanel"
|
||||
|
||||
@@ -725,13 +725,13 @@ msgstr "Blacklist ng Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Alisin ang mga onion na resulta na lumalabas sa blacklist ng Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Basic na Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "kalkulahin ang matematika gamit ang rehas ng pagsaliksik"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -755,6 +755,16 @@ msgstr "Hostnames plugin"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
msgstr "Alisin ang tracker sa ibabalik na URL"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Converter ng Yunit na plugin"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "ipalit sa pamamagitan ng mga yunit"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1011,23 +1021,23 @@ msgstr "Ang mga default na uri"
|
||||
msgid "User interface"
|
||||
msgstr "Ang User interface"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Pagiging Pribado"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Engines"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Ang ginagamit natin na search engines"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Mga Espesyal na Queries"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1521,16 +1531,6 @@ msgstr "Proxy ng larawan"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Ano ang gusto mong wika sa paghahanap?"
|
||||
@@ -2401,3 +2401,15 @@ msgstr "itago ang video"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -46,19 +46,18 @@
|
||||
# Flyingfufu <flyingfufu@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: Flyingfufu <flyingfufu@noreply.codeberg.org>\n"
|
||||
"Language-Team: French <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -527,7 +526,7 @@ msgid "active users"
|
||||
msgstr "utilisateurs actifs"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "Commentaires"
|
||||
@@ -543,7 +542,7 @@ msgid "community"
|
||||
msgstr "Communauté"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "points"
|
||||
|
||||
@@ -553,7 +552,7 @@ msgid "title"
|
||||
msgstr "Titre"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "Auteur"
|
||||
|
||||
@@ -576,7 +575,7 @@ msgstr "répondu"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Source"
|
||||
@@ -585,15 +584,15 @@ msgstr "Source"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Paramètres non valides, veuillez modifier vos préférences"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Paramètres non valides"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "erreur de recherche"
|
||||
|
||||
@@ -685,7 +684,7 @@ msgstr "{title} (OBSOLÈTE)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Cet item a été remplacé par"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Chaîne"
|
||||
|
||||
@@ -755,13 +754,13 @@ msgstr ""
|
||||
"Filtrer les résultats comportant des onion qui apparaissent dans la liste"
|
||||
" noire d’Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Calculatrice de Base"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Calculer des expressions mathématiques dans la barre de recherche"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -789,6 +788,16 @@ msgstr ""
|
||||
"Personnalisez vos résultats en redirigeant les liens et en filtrant les "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Utiliser Open Access DOI"
|
||||
@@ -862,15 +871,15 @@ msgstr "Nettoyeur d'URL de suivi"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Retire les arguments utilisés pour vous pister des URL retournées"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Module de conversion d'unités"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Convertit une unité en une autre"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{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 "
|
||||
"get here."
|
||||
msgstr ""
|
||||
"Ceci est un aperçu des paramètres utilisés par 'l'URL de recherche' que vous "
|
||||
"avez utilisée pour arriver ici."
|
||||
"Ceci est un aperçu des paramètres utilisés par 'l'URL de recherche' que "
|
||||
"vous avez utilisée pour arriver ici."
|
||||
|
||||
#: searx/templates/simple/preferences.html:162
|
||||
msgid "Press save to copy these preferences to your browser."
|
||||
msgstr ""
|
||||
"Appuyez sur Enregistrer pour copier ces préférences dans votre navigateur."
|
||||
msgstr "Appuyez sur Enregistrer pour copier ces préférences dans votre navigateur."
|
||||
|
||||
#: searx/templates/simple/preferences.html:163
|
||||
msgid "Click here to view your browser preferences instead:"
|
||||
@@ -1048,23 +1056,23 @@ msgstr "Catégories par défaut"
|
||||
msgid "User interface"
|
||||
msgstr "Interface utilisateur"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Vie privée"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Moteurs"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Moteurs de recherche actuellement utilisés"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Requêtes spéciales"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1561,18 +1569,6 @@ msgstr "Proxy d'images"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Dans quelle langue préférez-vous effectuer la recherche ?"
|
||||
@@ -2449,3 +2445,19 @@ msgstr "cacher la vidéo"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,18 +9,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Irish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\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"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -489,7 +488,7 @@ msgid "active users"
|
||||
msgstr "úsáideoirí gníomhacha"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "tráchtanna"
|
||||
@@ -505,7 +504,7 @@ msgid "community"
|
||||
msgstr "pobal"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "pointí"
|
||||
|
||||
@@ -515,7 +514,7 @@ msgid "title"
|
||||
msgstr "teideal"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "údar"
|
||||
|
||||
@@ -538,7 +537,7 @@ msgstr "freagraí"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Foinse"
|
||||
@@ -547,15 +546,15 @@ msgstr "Foinse"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Socruithe neamhbhailí, cuir do chuid roghanna in"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Socruithe neamhbhaintí"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "earráid cuardaigh"
|
||||
|
||||
@@ -647,7 +646,7 @@ msgstr "{title} (ÚSÁIDEACH)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Cuireadh an iontráil seo in ionad ag"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Cainéal"
|
||||
|
||||
@@ -714,13 +713,13 @@ msgstr "Liosta dubh Ahmia"
|
||||
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."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Áireamhán Bunúsach"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Ríomh nathanna matamaiticiúla tríd an mbarra cu"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -748,6 +747,16 @@ msgstr ""
|
||||
"Athscríobh ainmneacha óstach agus bain nó cuir tús áite do thorthaí "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Athscríobh DOI Rochtana Oscailte"
|
||||
@@ -823,15 +832,15 @@ msgstr "Aistritheoir URL rianaithe"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
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"
|
||||
msgstr "Breiseán tiontaire aonad"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Tiontaigh idir aonaid"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1006,23 +1015,23 @@ msgstr "Catagóirí réamhshoc"
|
||||
msgid "User interface"
|
||||
msgstr "Comhéadan úsáideora"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Príobháideacht"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Innill"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Innill chuardaigh á n-úsáidtear"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Ceisteanna Speisialta"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Fianáin"
|
||||
|
||||
@@ -1522,18 +1531,6 @@ msgstr "Proxy íomhá"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Cén teanga is fearr leat le haghaidh cuardaigh?"
|
||||
@@ -1951,3 +1948,19 @@ msgstr "físeán a cheilt"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -14,19 +14,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: ghose <ghose@noreply.codeberg.org>\n"
|
||||
"Language-Team: Galician <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -495,7 +494,7 @@ msgid "active users"
|
||||
msgstr "usuarias activas"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "comentarios"
|
||||
@@ -511,7 +510,7 @@ msgid "community"
|
||||
msgstr "comunidade"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "puntos"
|
||||
|
||||
@@ -521,7 +520,7 @@ msgid "title"
|
||||
msgstr "título"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autoría"
|
||||
|
||||
@@ -544,7 +543,7 @@ msgstr "respondido"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Fonte"
|
||||
@@ -553,15 +552,15 @@ msgstr "Fonte"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Axustes non válidos, por favor edita a configuración"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Axustes non válidos"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "fallo na busca"
|
||||
|
||||
@@ -653,7 +652,7 @@ msgstr "{title} (OBSOLETO)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Esta entrada foi proporcionada por"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Canle"
|
||||
|
||||
@@ -720,13 +719,13 @@ msgstr "Lista negra de Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Filtrar os resultados de onion que aparecen na lista negra de Ahmia"
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Calculadora básica"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Calcular expresións matemáticas usando a barra de busca"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -754,6 +753,16 @@ msgstr ""
|
||||
"Reescribir nomes de servidor e quitar ou priorizar resultados en función "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Reescritura Open Access DOI"
|
||||
@@ -827,15 +836,15 @@ msgstr "Eliminador de rastrexadores na URL"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
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"
|
||||
msgstr "Complemento conversor de unidades"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Converter unidades"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1008,23 +1017,23 @@ msgstr "Categorías por defecto"
|
||||
msgid "User interface"
|
||||
msgstr "Interface"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privacidade"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Motores"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Motores de busca utilizados actualmente"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Consultas especiais"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Rastros"
|
||||
|
||||
@@ -1522,18 +1531,6 @@ msgstr "Proxy de imaxes"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Que idioma prefires para buscar?"
|
||||
@@ -2403,3 +2400,19 @@ msgstr "agochar vídeo"
|
||||
|
||||
#~ msgid "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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -27,7 +27,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: he\n"
|
||||
@@ -506,7 +506,7 @@ msgid "active users"
|
||||
msgstr "משתמשים פעילים"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "הערות"
|
||||
@@ -522,7 +522,7 @@ msgid "community"
|
||||
msgstr "קהילה"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "נקודות"
|
||||
|
||||
@@ -532,7 +532,7 @@ msgid "title"
|
||||
msgstr "כותרת"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "מחבר"
|
||||
|
||||
@@ -555,7 +555,7 @@ msgstr "נענו"
|
||||
msgid "No item found"
|
||||
msgstr "לא נמצא פריט"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "מקור"
|
||||
@@ -564,15 +564,15 @@ msgstr "מקור"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "שגיאה בטעינת העמוד הבא"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "הגדרות לא תקינות, עליך לתקן את ההעדפות שלך"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "הגדרות לא תקינות"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "שגיאת חיפוש"
|
||||
|
||||
@@ -664,7 +664,7 @@ msgstr "{title} (OBSOLETE)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "רשומה זו הוחלפה על ידי"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "ערוץ"
|
||||
|
||||
@@ -731,13 +731,13 @@ msgstr "הרשימה השחורה של Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "מסנן תוצאות onion שמופיעות ברשימת השחורה של Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "מחשבון בסיסי"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "חשב ביטויים מתמטיים באמצעות שורת החיפוש"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -761,6 +761,16 @@ msgstr "תוסף כתובות"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "שכתוב Open Access DOI"
|
||||
@@ -833,15 +843,15 @@ msgstr "הסרת Tracker URL"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "הסר ארגומנטי איתור מתוך URL מוחזר"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "תוסף המרה של יחידות"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "המר בין יחידות"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1012,23 +1022,23 @@ msgstr "קטגוריות עיקריות"
|
||||
msgid "User interface"
|
||||
msgstr "ממשק משתמש"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "פרטיות"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "מנועים"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "מנועי חיפוש שמופעלים כעת"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "שאילתות מיוחדות"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "עוגיות"
|
||||
|
||||
@@ -1516,16 +1526,6 @@ msgstr "פרוקסי תמונה"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "באיזו שפה ברצונך לחפש?"
|
||||
@@ -2354,3 +2354,15 @@ msgstr "הסתר וידאו"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -22,20 +22,19 @@
|
||||
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Croatian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -504,7 +503,7 @@ msgid "active users"
|
||||
msgstr "aktivni korisnici"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "komentari"
|
||||
@@ -520,7 +519,7 @@ msgid "community"
|
||||
msgstr "zajednica"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "bodovi"
|
||||
|
||||
@@ -530,7 +529,7 @@ msgid "title"
|
||||
msgstr "naslov"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autor"
|
||||
|
||||
@@ -553,7 +552,7 @@ msgstr "odgovoren"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Izvor"
|
||||
@@ -562,15 +561,15 @@ msgstr "Izvor"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Nevažeće postavke, molimo uredite svoje postavke"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Nevažeće postavke"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "greška u pretraživanju"
|
||||
|
||||
@@ -662,7 +661,7 @@ msgstr "{title} (ZASTARJELO)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Ovaj je unos zamijenio"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
@@ -731,13 +730,13 @@ msgstr ""
|
||||
"Filtriraj rezultate pretraživanja luka koji se pojavljuju na Ahmijinoj "
|
||||
"crnoj listi."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Osnovni Kalkulator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Izračunaj matematički izraz putem tražilice"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -765,6 +764,16 @@ msgstr ""
|
||||
"Prepišite imena domaćina i uklonite ili odredite prioritete rezultata na "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Otvoreni pristup DOI prijepisa"
|
||||
@@ -836,15 +845,15 @@ msgstr "Ukloni praćenje URL-ova"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Ukloni elemente za označavanje rezultata vraćenih s URL-a"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Dodatak za pretvaranje jedinica"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konvertiraj između jedinica"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1015,23 +1024,23 @@ msgstr "Zadane kategorije"
|
||||
msgid "User interface"
|
||||
msgstr "Korisničko sučelje"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privatnost"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Tražilice"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Trenutno korištene tražilice"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Posebni upiti"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Kolačići"
|
||||
|
||||
@@ -1529,18 +1538,6 @@ msgstr "Proxy slike"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Koji jezik želite za pretraživanje?"
|
||||
@@ -2392,3 +2389,18 @@ msgstr "sakrij video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -23,19 +23,18 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Hungarian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -504,7 +503,7 @@ msgid "active users"
|
||||
msgstr "aktív felhasználók"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentek"
|
||||
@@ -520,7 +519,7 @@ msgid "community"
|
||||
msgstr "közösség"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "pontok"
|
||||
|
||||
@@ -530,7 +529,7 @@ msgid "title"
|
||||
msgstr "cím"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "szerző"
|
||||
|
||||
@@ -553,7 +552,7 @@ msgstr "megválaszolt"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Forrás"
|
||||
@@ -562,15 +561,15 @@ msgstr "Forrás"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Érvénytelen beállítások, módosítsa őket"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
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"
|
||||
msgstr "keresési hiba"
|
||||
|
||||
@@ -662,7 +661,7 @@ msgstr "{title} (elavult)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Ezt a bejegyzést leváltotta:"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Csatorna"
|
||||
|
||||
@@ -729,13 +728,13 @@ msgstr "Ahmia tiltólista"
|
||||
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."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Alapvető számológép"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Végezzen el matematikai műveleteket a keresősávban"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
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ó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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
" webcíméből"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Egységváltó bővítmény"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
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
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1023,23 +1032,23 @@ msgstr "Alapértelmezett kategóriák"
|
||||
msgid "User interface"
|
||||
msgstr "Felhasználói felület"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Adatvédelem"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Keresőmotorok"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Jelenleg használt keresőmotorok"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Speciális lekérdezések"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Sütik"
|
||||
|
||||
@@ -1537,18 +1546,6 @@ msgstr "Kép proxy"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Milyen nyelven keres?"
|
||||
@@ -2405,3 +2402,18 @@ msgstr "videó elrejtése"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: ia\n"
|
||||
@@ -490,7 +490,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -506,7 +506,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -516,7 +516,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -539,7 +539,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
@@ -548,15 +548,15 @@ msgstr ""
|
||||
msgid "Error loading the next page"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "Configurationes non valide, per favor, modifica tu preferentias"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Configurationes invalide"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "error in recerca"
|
||||
|
||||
@@ -648,7 +648,7 @@ msgstr ""
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Iste entrata esseva substituite per"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
@@ -708,12 +708,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -738,6 +738,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr ""
|
||||
@@ -806,15 +816,15 @@ msgstr "Remover tracker del URL"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -985,23 +995,23 @@ msgstr "categorias predefinite"
|
||||
msgid "User interface"
|
||||
msgstr "Interfacie del usator"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Confidentialitate"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Motores"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Motores de recerca actualmente usate"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1486,16 +1496,6 @@ msgstr "Proxy pro imagines"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Qual lingua tu prefere pro recercar?"
|
||||
@@ -2319,3 +2319,15 @@ msgstr "occultar video"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -19,21 +19,21 @@
|
||||
# SilentWord <silentword@users.noreply.translate.codeberg.org>, 2025.
|
||||
# Linerly <linerly@noreply.codeberg.org>, 2025.
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
# rmdzn <rmdzn@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-10-20 08:35+0000\n"
|
||||
"PO-Revision-Date: 2025-10-22 02:09+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Indonesian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/id/>\n"
|
||||
"POT-Creation-Date: 2025-12-05 10:19+0000\n"
|
||||
"PO-Revision-Date: 2025-11-23 15:10+0000\n"
|
||||
"Last-Translator: rmdzn <rmdzn@noreply.codeberg.org>\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/id/>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -502,7 +502,7 @@ msgid "active users"
|
||||
msgstr "pengguna aktif"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "komentar"
|
||||
@@ -518,7 +518,7 @@ msgid "community"
|
||||
msgstr "komunitas"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "poin-poin"
|
||||
|
||||
@@ -528,7 +528,7 @@ msgid "title"
|
||||
msgstr "judul"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "penulis"
|
||||
|
||||
@@ -551,7 +551,7 @@ msgstr "dijawab"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Sumber"
|
||||
@@ -560,15 +560,15 @@ msgstr "Sumber"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Pengaturan takvalid. Mohon ubah preferensi Anda"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Pengaturan takvalid"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "galat pencarian"
|
||||
|
||||
@@ -660,7 +660,7 @@ msgstr "{title} (USANG)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Entri ini telah digantikan oleh"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Saluran"
|
||||
|
||||
@@ -728,13 +728,13 @@ msgstr "Daftar hitam Ahmia"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Saringkan hasil onion yang muncul dalam daftar hitam Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Kalukator dasar"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Hitung ekspresi matematika di bilah pencarian"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -762,6 +762,16 @@ msgstr ""
|
||||
"Tulis ulang nama hos dan hapus atau prioritaskan hasil berdasarkan nama "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Penulisan ulang Open Access DOI"
|
||||
@@ -833,15 +843,15 @@ msgstr "Penghapus URL pelacak"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Menghapus argumen pelacak dari URL yang dikembalikan"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Plugin konverter satuan"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konversikan antarsatuan"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1016,23 +1026,23 @@ msgstr "Kategori bawaan"
|
||||
msgid "User interface"
|
||||
msgstr "Antarmuka pengguna"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privasi"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Mesin"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Mesin pencari yang saat ini digunakan"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Pencarian Khusus"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Kuki"
|
||||
|
||||
@@ -1310,7 +1320,7 @@ msgstr "Muat ulang laman ini."
|
||||
|
||||
#: searx/templates/simple/messages/no_results.html:20
|
||||
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
|
||||
msgid "Change the search engine used in the preferences:"
|
||||
@@ -1529,18 +1539,6 @@ msgstr "Proksi gambar"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Anda ingin mencari dalam bahasa apa?"
|
||||
@@ -2290,3 +2288,19 @@ msgstr "sembunyikan video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -45,19 +45,18 @@
|
||||
# langckx <langckx@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: langckx <langckx@noreply.codeberg.org>\n"
|
||||
"Language-Team: Italian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -526,7 +525,7 @@ msgid "active users"
|
||||
msgstr "utenti attivi"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "commenti"
|
||||
@@ -542,7 +541,7 @@ msgid "community"
|
||||
msgstr "comunità"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punti"
|
||||
|
||||
@@ -552,7 +551,7 @@ msgid "title"
|
||||
msgstr "titolo"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autore"
|
||||
|
||||
@@ -575,7 +574,7 @@ msgstr "risposto"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Sorgente"
|
||||
@@ -584,15 +583,15 @@ msgstr "Sorgente"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Impostazioni non valide, modifica le tue preferenze"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Impostazioni non valide"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "errore di ricerca"
|
||||
|
||||
@@ -684,7 +683,7 @@ msgstr "{title} (OBSOLETO)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Questa voce è stata sostituita da"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Canale"
|
||||
|
||||
@@ -752,13 +751,13 @@ msgstr "Blacklist Ahima"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Escludi i risultati onion che appaiono nella blacklist Ahmia."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Calcolatrice base"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Calcola espressioni matematiche nella barra di ricerca"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -784,6 +783,16 @@ msgstr "Plugin dell'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"
|
||||
|
||||
#: 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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Reindirizzamento Open Access DOI"
|
||||
@@ -856,15 +865,15 @@ msgstr "Rimuovi URL traccianti"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
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"
|
||||
msgstr "Plug in convertitore unità"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Converti tra le unità"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{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 "
|
||||
"get here."
|
||||
msgstr ""
|
||||
"Questa è un'anteprima delle impostazioni utilizzate dal 'Search URL' che hai "
|
||||
"utilizzato per arrivare qui."
|
||||
"Questa è un'anteprima delle impostazioni utilizzate dal 'Search URL' che "
|
||||
"hai utilizzato per arrivare qui."
|
||||
|
||||
#: searx/templates/simple/preferences.html:162
|
||||
msgid "Press save to copy these preferences to your browser."
|
||||
@@ -1043,23 +1052,23 @@ msgstr "Categorie predefinite"
|
||||
msgid "User interface"
|
||||
msgstr "Interfaccia utente"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privacy"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Motori"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Motori di ricerca attualmente in uso"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Richieste speciali"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookie"
|
||||
|
||||
@@ -1558,18 +1567,6 @@ msgstr "Proxy immagini"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Che lingua preferisci per eseguire la ricerca?"
|
||||
@@ -2438,3 +2435,19 @@ msgstr "nascondi video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -34,19 +34,18 @@
|
||||
# southwxst <southwxst@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Japanese <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/ja/>\n"
|
||||
"Language: ja\n"
|
||||
"Language-Team: Japanese "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/ja/>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -515,7 +514,7 @@ msgid "active users"
|
||||
msgstr "アクティブユーザー"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "コメント"
|
||||
@@ -531,7 +530,7 @@ msgid "community"
|
||||
msgstr "コミュニティ"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "ポイント"
|
||||
|
||||
@@ -541,7 +540,7 @@ msgid "title"
|
||||
msgstr "タイトル"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "作"
|
||||
|
||||
@@ -564,7 +563,7 @@ msgstr "回答"
|
||||
msgid "No item found"
|
||||
msgstr "アイテムが見つかりません"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "ソース"
|
||||
@@ -573,15 +572,15 @@ msgstr "ソース"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "次のページの読み込み中にエラーが発生しました"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "設定が無効です、設定を変更してください"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "無効な設定です"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "検索エラー"
|
||||
|
||||
@@ -673,7 +672,7 @@ msgstr "{title} (廃止)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "このエントリは、置き換えられました:"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "チャンネル"
|
||||
|
||||
@@ -735,13 +734,13 @@ msgstr "Ahmiaのブラックリスト"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Ahmiaのブラックリストに表示されるオニオン結果を除外します。"
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "基本的な計算機"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "検索バーで数式を計算"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -765,6 +764,16 @@ msgstr "ホスト名プラグイン"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "オープンアクセス DOI の書き換え"
|
||||
@@ -831,15 +840,15 @@ msgstr "トラッカー URL リムーバー"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "返された URL からトラッカー引数を消去する"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "単位変換プラグイン"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "単位を変換"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1010,23 +1019,23 @@ msgstr "デフォルトのカテゴリ"
|
||||
msgid "User interface"
|
||||
msgstr "ユーザーインターフェース"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "プライバシー"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "検索エンジン"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "現在使用中の検索エンジン"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "特殊クエリー"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "クッキー"
|
||||
|
||||
@@ -1508,16 +1517,6 @@ msgstr "画像プロキシ"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "どの言語で検索しますか?"
|
||||
@@ -2312,3 +2311,16 @@ msgstr "動画を隠す"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 "現在のページの下までスクロールすると、自動的に次のページを読み込む"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -21,17 +21,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Korean <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\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"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -500,7 +499,7 @@ msgid "active users"
|
||||
msgstr "활동 사용자"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "댓글"
|
||||
@@ -516,7 +515,7 @@ msgid "community"
|
||||
msgstr "커뮤니티"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "점수"
|
||||
|
||||
@@ -526,7 +525,7 @@ msgid "title"
|
||||
msgstr "제목"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "작성자"
|
||||
|
||||
@@ -549,7 +548,7 @@ msgstr "응답"
|
||||
msgid "No item found"
|
||||
msgstr "검색 결과가 없습니다"
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr "소스"
|
||||
@@ -558,15 +557,15 @@ msgstr "소스"
|
||||
msgid "Error loading the next page"
|
||||
msgstr "다음 페이지를 로드하는 동안 오류가 발생했습니다"
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr "잘못된 설정입니다, 설정을 수정하세요"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "잘못된 설정"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "검색 오류"
|
||||
|
||||
@@ -658,7 +657,7 @@ msgstr "{title} (사용되지 않음)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "이 항목은 다음으로 대체되었습니다"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "채널"
|
||||
|
||||
@@ -724,13 +723,13 @@ msgstr "Ahmia 블랙리스트"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Onion 검색 결과중 Ahmia 블랙리스트에 포함된 페이지를 제외합니다."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "기본 계산기"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "검색바를 통해 수학연산 계산하기"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -754,6 +753,16 @@ msgstr "호스트 이름 플러그인"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "오픈 액세스 DOI 재작성"
|
||||
@@ -822,15 +831,15 @@ msgstr "추적기 URL 제거기"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "반환된 URL에서 추적기 매개변수 제거"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "단위 변환 플러그인"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "단위 환산"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1001,23 +1010,23 @@ msgstr "기본 카테고리"
|
||||
msgid "User interface"
|
||||
msgstr "사용자 인터페이스"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "개인정보 보호"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "검색엔진"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "현재 사용중인 검색 엔진"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "특수 쿼리"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "쿠키"
|
||||
|
||||
@@ -1501,16 +1510,6 @@ msgstr "이미지 우회"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "어떤 언어로 검색하시겠습니까?"
|
||||
@@ -2187,3 +2186,16 @@ msgstr "비디오 숨기기"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 "페이지 가장 밑으로 스크롤 시 자동으로 다음 페이지 로드하기"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -18,7 +18,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: lt\n"
|
||||
@@ -498,7 +498,7 @@ msgid "active users"
|
||||
msgstr "Aktyvus naudotojai"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "Komentarai"
|
||||
@@ -514,7 +514,7 @@ msgid "community"
|
||||
msgstr "Bendruomene"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "Taškai"
|
||||
|
||||
@@ -524,7 +524,7 @@ msgid "title"
|
||||
msgstr "Pavadinimas"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "Autorius"
|
||||
|
||||
@@ -547,7 +547,7 @@ msgstr "atsakyta"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Šaltinis"
|
||||
@@ -556,15 +556,15 @@ msgstr "Šaltinis"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Neteisingi nustatymai, pakeiskite savo nuostatas"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Neteisingi nustatymai"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "paieškos klaida"
|
||||
|
||||
@@ -656,7 +656,7 @@ msgstr "{title} (PASENĘS)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Šį įrašą pakeitė"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanalas"
|
||||
|
||||
@@ -723,13 +723,13 @@ msgstr "Ahmia juodasis sąrašas"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Išfiltruoti onion rezultatus esančius Ahmia juodajame sąraše."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Bazinis skaičiuotuvas"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Apskaičiuoti matematines lygtis paieškos laukelyje"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -753,6 +753,16 @@ msgstr "Serverių pavadinimų įskiepis"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Atvirosios prieigos DOI perrašymas"
|
||||
@@ -826,15 +836,15 @@ msgstr "Seklių URL šalintojas"
|
||||
msgid "Remove trackers arguments from the returned 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"
|
||||
msgstr "Matavimo vienetų konvertavimo papildinys"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konvertuoti tarp matavimo vienetų"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1005,23 +1015,23 @@ msgstr "Numatytosios kategorijos"
|
||||
msgid "User interface"
|
||||
msgstr "Naudotojo sąsaja"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privatumas"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Sistemos"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Šiuo metu naudojamos paieškos sistemos"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Specialios Užklausos"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Slapukai"
|
||||
|
||||
@@ -1510,16 +1520,6 @@ msgstr "Paveikslų persiuntimas"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Kokią kalbą pageidaujate paieškai?"
|
||||
@@ -2354,3 +2354,15 @@ msgstr "slėpti vaizdo įrašą"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -17,7 +17,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: EmilyOrSomething <emilyorsomething@noreply.codeberg.org>"
|
||||
"\n"
|
||||
@@ -497,7 +497,7 @@ msgid "active users"
|
||||
msgstr "aktīvi lietotāji"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "komentāri"
|
||||
@@ -513,7 +513,7 @@ msgid "community"
|
||||
msgstr "kopiena"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punkti"
|
||||
|
||||
@@ -523,7 +523,7 @@ msgid "title"
|
||||
msgstr "virsraksts"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "autors"
|
||||
|
||||
@@ -546,7 +546,7 @@ msgstr "atbildēja"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Avots"
|
||||
@@ -555,15 +555,15 @@ msgstr "Avots"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Nepareizi iestatījumi, lūdzu rediģējiet savas preferences"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Nederīgi iestatījumi"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "meklēšanas kļūda"
|
||||
|
||||
@@ -655,7 +655,7 @@ msgstr "{title} (NOVECOJIS)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Šis ieraksts ir ticis aizstāts ar"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanāls"
|
||||
|
||||
@@ -722,13 +722,13 @@ msgstr "Ahmia melnais saraksts"
|
||||
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ā."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Parasts kalkulators"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Izrēķināt matemātiskas izteiksmes, izmantojot meklētāju"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -756,6 +756,16 @@ msgstr ""
|
||||
"Pārraksta ierīces tīkla nosaukumu un noņem vai prioritizē rezultātu "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
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"
|
||||
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"
|
||||
msgstr "Vienību pārveidotāja spraudnis"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konvertēt starp vienībām"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1015,23 +1025,23 @@ msgstr "Noklusējuma kategorijas"
|
||||
msgid "User interface"
|
||||
msgstr "Lietotāja saskarne"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privātums"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Dzinēji"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Pašlaik izmantotās meklētājprogrammas"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
@@ -1516,16 +1526,6 @@ msgstr "Attēla starpniekserveris"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Kādai valodai dodat priekšroku priekš meklēšanas?"
|
||||
@@ -2094,3 +2094,15 @@ msgstr "slēpt video"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: SearXNG -\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -483,7 +483,7 @@ msgid "active users"
|
||||
msgstr ""
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
@@ -499,7 +499,7 @@ msgid "community"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
@@ -509,7 +509,7 @@ msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr ""
|
||||
|
||||
@@ -532,7 +532,7 @@ msgstr ""
|
||||
msgid "No item found"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:289
|
||||
#: searx/engines/qwant.py:299
|
||||
#: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:330
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
@@ -541,15 +541,15 @@ msgstr ""
|
||||
msgid "Error loading the next page"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:475 searx/webapp.py:876
|
||||
#: searx/webapp.py:481 searx/webapp.py:882
|
||||
msgid "Invalid settings, please edit your preferences"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr ""
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr ""
|
||||
|
||||
@@ -641,7 +641,7 @@ msgstr ""
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr ""
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
@@ -701,12 +701,12 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
@@ -731,6 +731,16 @@ msgstr ""
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr ""
|
||||
@@ -797,15 +807,15 @@ msgstr ""
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr ""
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr ""
|
||||
@@ -976,23 +986,23 @@ msgstr ""
|
||||
msgid "User interface"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
@@ -1474,16 +1484,6 @@ msgstr ""
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: Kemystra <kemystra@noreply.codeberg.org>\n"
|
||||
"Language: ms\n"
|
||||
@@ -520,7 +520,7 @@ msgid "active users"
|
||||
msgstr "pengguna aktif"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "komen"
|
||||
@@ -536,7 +536,7 @@ msgid "community"
|
||||
msgstr "komuniti"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "mata"
|
||||
|
||||
@@ -546,7 +546,7 @@ msgid "title"
|
||||
msgstr "tajuk"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "penulis"
|
||||
|
||||
@@ -569,7 +569,7 @@ msgstr "dijawab"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Punca"
|
||||
@@ -578,15 +578,15 @@ msgstr "Punca"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Kesilapan tetapan, sila ubahsuai pilihan"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Tetapan tidak sah"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "ralat pencarian"
|
||||
|
||||
@@ -678,7 +678,7 @@ msgstr "{title} (USANG)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Kemasukan ini telah diganti oleh"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Saluran"
|
||||
|
||||
@@ -745,13 +745,13 @@ msgstr ""
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Kira ungkapan matematik melalui bar carian"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -775,6 +775,16 @@ msgstr "Plugin nama hos"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Akses Terbuka DOI tulis-semula"
|
||||
@@ -846,15 +856,15 @@ msgstr "Pemadam penjejak URL"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Buang hujah penjejak dari URL yang dikembalikan"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Tukar antara unit"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1027,23 +1037,23 @@ msgstr ""
|
||||
msgid "User interface"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privasi"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Enjin-enjin"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Enjin carian yang digunakan pada masa ini"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Pertanyaan Khas"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
#, fuzzy
|
||||
msgid "Cookies"
|
||||
msgstr "Kuki"
|
||||
@@ -1534,16 +1544,6 @@ msgstr "Proksi imej"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Bahasa apa yang anda suka untuk membuat carian?"
|
||||
@@ -2115,3 +2115,15 @@ msgstr "sembunyikkan video"
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -22,17 +22,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"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-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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -501,7 +500,7 @@ msgid "active users"
|
||||
msgstr "aktive brukere"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "kommentarer"
|
||||
@@ -517,7 +516,7 @@ msgid "community"
|
||||
msgstr "Fellesskap"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "poeng"
|
||||
|
||||
@@ -527,7 +526,7 @@ msgid "title"
|
||||
msgstr "tittel"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "forfatter"
|
||||
|
||||
@@ -550,7 +549,7 @@ msgstr "besvart"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Kilde"
|
||||
@@ -559,15 +558,15 @@ msgstr "Kilde"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ugyldige innstillinger, rediger dine preferanser"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ugyldige innstillinger"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "søkefeil"
|
||||
|
||||
@@ -659,7 +658,7 @@ msgstr "{title} (FORELDET)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Denne oppføringen har blitt erstattet av"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
@@ -726,13 +725,13 @@ msgstr "Ahmia svarteliste"
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr "Filtrer ut onion-resultater som finnes i Ahmias svarteliste."
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Enkel kalkulator"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Kalkuler matematiske uttrykk via søkebaren"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -758,6 +757,16 @@ msgstr "Vertnavn-plugin"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Open Access DOI-omskriving"
|
||||
@@ -831,15 +840,15 @@ msgstr "Sporings-nettadressefjerner"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Fjern sporingsargumenter fra den returnerte nettadressen"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Tillegg for enhetskonvertering"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Konverter mellom enheter"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{location}: {temperature}, {condition}"
|
||||
msgstr "{location}: {temperature}, {condition}"
|
||||
@@ -1014,23 +1023,23 @@ msgstr "Forvalgte kategorier"
|
||||
msgid "User interface"
|
||||
msgstr "Brukergrensesnitt"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Personvern"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Søkemotorer"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Søkemotorer i bruk"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Spesialspørringer"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Informasjonskapsler"
|
||||
|
||||
@@ -1526,16 +1535,6 @@ msgstr "Bildemellomtjener"
|
||||
msgid "Proxy image results through SearXNG"
|
||||
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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Hvilket språk foretrekker du for søk?"
|
||||
@@ -2301,3 +2300,16 @@ msgstr "skjul video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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 ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -39,19 +39,18 @@
|
||||
# SecularSteve <secularsteve@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Project-Id-Version: searx\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"
|
||||
"Last-Translator: artens <artens@noreply.codeberg.org>\n"
|
||||
"Language-Team: Dutch <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/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"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.13.3\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -520,7 +519,7 @@ msgid "active users"
|
||||
msgstr "actieve gebruikers"
|
||||
|
||||
#. 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
|
||||
msgid "comments"
|
||||
msgstr "reacties"
|
||||
@@ -536,7 +535,7 @@ msgid "community"
|
||||
msgstr "gemeenschap"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['POINTS']
|
||||
#: searx/engines/hackernews.py:81 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:83 searx/searxng.msg
|
||||
msgid "points"
|
||||
msgstr "punten"
|
||||
|
||||
@@ -546,7 +545,7 @@ msgid "title"
|
||||
msgstr "titel"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['AUTHOR']
|
||||
#: searx/engines/hackernews.py:84 searx/searxng.msg
|
||||
#: searx/engines/hackernews.py:86 searx/searxng.msg
|
||||
msgid "author"
|
||||
msgstr "auteur"
|
||||
|
||||
@@ -569,7 +568,7 @@ msgstr "beantwoord"
|
||||
msgid "No item found"
|
||||
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
|
||||
msgid "Source"
|
||||
msgstr "Bron"
|
||||
@@ -578,15 +577,15 @@ msgstr "Bron"
|
||||
msgid "Error loading the next page"
|
||||
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"
|
||||
msgstr "Ongeldige instellingswaarde, controleer invoer"
|
||||
|
||||
#: searx/webapp.py:491
|
||||
#: searx/webapp.py:497
|
||||
msgid "Invalid settings"
|
||||
msgstr "Ongeldige instellingen"
|
||||
|
||||
#: searx/webapp.py:568 searx/webapp.py:658
|
||||
#: searx/webapp.py:574 searx/webapp.py:664
|
||||
msgid "search error"
|
||||
msgstr "zoekfout"
|
||||
|
||||
@@ -678,7 +677,7 @@ msgstr "{title} (VEROUDERD)"
|
||||
msgid "This entry has been superseded by"
|
||||
msgstr "Dit object is vervangen door"
|
||||
|
||||
#: searx/engines/qwant.py:291
|
||||
#: searx/engines/qwant.py:301
|
||||
msgid "Channel"
|
||||
msgstr "Kanaal"
|
||||
|
||||
@@ -746,13 +745,13 @@ msgstr "Ahmia's zwarte lijst"
|
||||
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"
|
||||
|
||||
#: searx/plugins/calculator.py:37
|
||||
msgid "Basic Calculator"
|
||||
msgstr "Simpele Rekenmachine"
|
||||
#: searx/plugins/calculator.py:25
|
||||
msgid "Calculator"
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
msgstr "Bereken wiskundige formules via de zoekbalk"
|
||||
#: searx/plugins/calculator.py:26
|
||||
msgid "Parses and solves mathematical expressions."
|
||||
msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:33
|
||||
msgid "Hash plugin"
|
||||
@@ -780,6 +779,16 @@ msgstr ""
|
||||
"Hostnamen herschrijven en resultaten verwijderen of prioriteit geven op "
|
||||
"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
|
||||
msgid "Open Access DOI rewrite"
|
||||
msgstr "Open Access DOI bewerken"
|
||||
@@ -853,15 +862,15 @@ msgstr "Tracker-URL-verwijderaar"
|
||||
msgid "Remove trackers arguments from the returned URL"
|
||||
msgstr "Verwijdert trackerargumenten van de gekregen URL"
|
||||
|
||||
#: searx/plugins/unit_converter.py:48
|
||||
#: searx/plugins/unit_converter.py:42
|
||||
msgid "Unit converter plugin"
|
||||
msgstr "Eenheden conversie plugin"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
#: searx/plugins/unit_converter.py:43
|
||||
msgid "Convert between units"
|
||||
msgstr "Converteren tussen eenheden"
|
||||
|
||||
#: searx/result_types/answer.py:226
|
||||
#: searx/result_types/answer.py:223
|
||||
#, python-brace-format
|
||||
msgid "{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 "
|
||||
"get here."
|
||||
msgstr ""
|
||||
"Dit is een voorbeeld van de toegepaste instellingen door de 'Zoek URL' die "
|
||||
"je gebruikte om hier te komen."
|
||||
"Dit is een voorbeeld van de toegepaste instellingen door de 'Zoek URL' "
|
||||
"die je gebruikte om hier te komen."
|
||||
|
||||
#: searx/templates/simple/preferences.html:162
|
||||
msgid "Press save to copy these preferences to your browser."
|
||||
@@ -1038,23 +1047,23 @@ msgstr "Standaardcategorieën"
|
||||
msgid "User interface"
|
||||
msgstr "Gebruikersinterface"
|
||||
|
||||
#: searx/templates/simple/preferences.html:227
|
||||
#: searx/templates/simple/preferences.html:224
|
||||
msgid "Privacy"
|
||||
msgstr "Privacy"
|
||||
|
||||
#: searx/templates/simple/preferences.html:242
|
||||
#: searx/templates/simple/preferences.html:239
|
||||
msgid "Engines"
|
||||
msgstr "Zoekmachines"
|
||||
|
||||
#: searx/templates/simple/preferences.html:244
|
||||
#: searx/templates/simple/preferences.html:241
|
||||
msgid "Currently used search engines"
|
||||
msgstr "Momenteel gebruikte zoekmachines"
|
||||
|
||||
#: searx/templates/simple/preferences.html:253
|
||||
#: searx/templates/simple/preferences.html:250
|
||||
msgid "Special Queries"
|
||||
msgstr "Speciale Zoekopdrachten"
|
||||
|
||||
#: searx/templates/simple/preferences.html:261
|
||||
#: searx/templates/simple/preferences.html:258
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
@@ -1553,18 +1562,6 @@ msgstr "Afbeeldingenproxy"
|
||||
msgid "Proxy image results through 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
|
||||
msgid "What language do you prefer for search?"
|
||||
msgstr "Met welke taalinstelling wil je zoeken?"
|
||||
@@ -2440,3 +2437,19 @@ msgstr "verberg video"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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"
|
||||
|
||||
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user