mirror of
https://github.com/searxng/searxng.git
synced 2026-07-27 10:21:23 +00:00
Compare commits
6 Commits
f91c998aa0
...
e7501eaedf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7501eaedf | ||
|
|
25953fa32e | ||
|
|
a966e10bf5 | ||
|
|
d4173f129f | ||
|
|
02473b68df | ||
|
|
5a0caf2663 |
2
.github/workflows/checker.yml
vendored
2
.github/workflows/checker.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
2
.github/workflows/data-update.yml
vendored
2
.github/workflows/data-update.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
persist-credentials: "false"
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
|
||||
with:
|
||||
node-version-file: "./.nvmrc"
|
||||
|
||||
|
||||
4
.github/workflows/l10n.yml
vendored
4
.github/workflows/l10n.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@@ -41,6 +41,6 @@ jobs:
|
||||
write-comment: "false"
|
||||
|
||||
- name: Upload SARIFs
|
||||
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
|
||||
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
|
||||
with:
|
||||
sarif_file: "./scout.sarif"
|
||||
|
||||
234
client/simple/package-lock.json
generated
234
client/simple/package-lock.json
generated
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.2",
|
||||
"@types/node": "~24.3.0",
|
||||
"@types/node": "~24.3.1",
|
||||
"browserslist": "~4.25.4",
|
||||
"browserslist-to-esbuild": "~2.1.0",
|
||||
"edge.js": "~6.3.0",
|
||||
@@ -29,8 +29,8 @@
|
||||
"stylelint-prettier": "~5.0.0",
|
||||
"svgo": "~4.0.0",
|
||||
"typescript": "~5.9.0",
|
||||
"vite": "npm:rolldown-vite@7.1.3",
|
||||
"vite-bundle-analyzer": "~1.2.2"
|
||||
"vite": "npm:rolldown-vite@7.1.5",
|
||||
"vite-bundle-analyzer": "~1.2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@@ -312,32 +312,32 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@dual-bundle/import-meta-resolve": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
|
||||
"integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==",
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
|
||||
"integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/wooorm"
|
||||
"url": "https://github.com/sponsors/JounQin"
|
||||
}
|
||||
},
|
||||
"node_modules/@emnapi/core": {
|
||||
"version": "1.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.5.tgz",
|
||||
"integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.5.0.tgz",
|
||||
"integrity": "sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@emnapi/wasi-threads": "1.0.4",
|
||||
"@emnapi/wasi-threads": "1.1.0",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@emnapi/runtime": {
|
||||
"version": "1.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz",
|
||||
"integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz",
|
||||
"integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
@@ -346,9 +346,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@emnapi/wasi-threads": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz",
|
||||
"integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
|
||||
"integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
@@ -865,9 +865,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-project/runtime": {
|
||||
"version": "0.82.2",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.82.2.tgz",
|
||||
"integrity": "sha512-cYxcj5CPn/vo5QSpCZcYzBiLidU5+GlFSqIeNaMgBDtcVRBsBJHZg3pHw999W6nHamFQ1EHuPPByB26tjaJiJw==",
|
||||
"version": "0.82.3",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.82.3.tgz",
|
||||
"integrity": "sha512-LNh5GlJvYHAnMurO+EyA8jJwN1rki7l3PSHuosDh2I7h00T6/u9rCkUjg/SvPmT1CZzvhuW0y+gf7jcqUy/Usg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
@@ -875,9 +875,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-project/types": {
|
||||
"version": "0.82.2",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.82.2.tgz",
|
||||
"integrity": "sha512-WMGSwd9FsNBs/WfqIOH0h3k1LBdjZJQGYjGnC+vla/fh6HUsu5HzGPerRljiq1hgMQ6gs031YJR12VyP57b/hQ==",
|
||||
"version": "0.82.3",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.82.3.tgz",
|
||||
"integrity": "sha512-6nCUxBnGX0c6qfZW5MaF6/fmu5dHJDMiMPaioKHKs5mi5+8/FHQ7WGjgQIz1zxpmceMYfdIXkOaLYE+ejbuOtA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
@@ -942,9 +942,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@poppinss/utils": {
|
||||
"version": "6.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@poppinss/utils/-/utils-6.10.0.tgz",
|
||||
"integrity": "sha512-IJWgX5KQ1KEG9NqVF4IsNTjyeJFnz03p2PRfBvttx4cyLB0QKOBdGy0Wbn1AkB7EPZ0gAFryO0bNqD2V9UgU/Q==",
|
||||
"version": "6.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@poppinss/utils/-/utils-6.10.1.tgz",
|
||||
"integrity": "sha512-da+MMyeXhBaKtxQiWPfy7+056wk3lVIhioJnXHXkJ2/OHDaZfFcyKHNl1R06sdYO8lIRXcXdoZ6LO2ARmkAREA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -960,9 +960,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-android-arm64": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-xhDQXKftRkEULIxCddrKMR8y0YO/Y+6BKk/XrQP2B29YjV2wr8DByoEz+AHX9BfLHb2srfpdN46UquBW2QXWpQ==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-jf5GNe5jP3Sr1Tih0WKvg2bzvh5T/1TA0fn1u32xSH7ca/p5t+/QRr4VRFCV/na5vjwKEhwWrChsL2AWlY+eoA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -974,9 +974,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-darwin-arm64": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-7lhhY08v5ZtRq8JJQaJ49fnJombAPnqllKKCDLU/UvaqNAOEyTGC8J1WVOLC4EA4zbXO5U3CCRgVGyAFNH2VtQ==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-2F/TqH4QuJQ34tgWxqBjFL3XV1gMzeQgUO8YRtCPGBSP0GhxtoFzsp7KqmQEothsxztlv+KhhT9Dbg3HHwHViQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -988,9 +988,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-darwin-x64": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-U2iGjcDV7NWyYyhap8YuY0nwrLX6TvX/9i7gBtdEMPm9z3wIUVGNMVdGlA43uqg7xDpRGpEqGnxbeDgiEwYdnA==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-E1QuFslgLWbHQ8Qli/AqUKdfg0pockQPwRxVbhNQ74SciZEZpzLaujkdmOLSccMlSXDfFCF8RPnMoRAzQ9JV8Q==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1002,9 +1002,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-freebsd-x64": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-gd6ASromVHFLlzrjJWMG5CXHkS7/36DEZ8HhvGt2NN8eZALCIuyEx8HMMLqvKA7z4EAztVkdToVrdxpGMsKZxw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-VS8VInNCwnkpI9WeQaWu3kVBq9ty6g7KrHdLxYMzeqz24+w9hg712TcWdqzdY6sn+24lUoMD9jTZrZ/qfVpk0g==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1016,9 +1016,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-xmeLfkfGthuynO1EpCdyTVr0r4G+wqvnKCuyR6rXOet+hLrq5HNAC2XtP/jU2TB4Bc6aiLYxl868B8CGtFDhcw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-4St4emjcnULnxJYb/5ZDrH/kK/j6PcUgc3eAqH5STmTrcF+I9m/X2xvSF2a2bWv1DOQhxBewThu0KkwGHdgu5w==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
@@ -1030,9 +1030,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-cHGp8yfHL4pes6uaLbO5L58ceFkUK4efd8iE86jClD1QPPDLKiqEXJCFYeuK3OfODuF5EBOmf0SlcUZNEYGdmw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-a737FTqhFUoWfnebS2SnQ2BS50p0JdukdkUBwy2J06j4hZ6Eej0zEB8vTfAqoCjn8BQKkXBy+3Sx0IRkgwz1gA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1044,9 +1044,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-wZ1t7JAvVeFgskH1L9y7c47ITitPytpL0s8FmAT8pVfXcaTmS58ZyoXT+y6cz8uCkQnETjrX3YezTGI18u3ecg==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-NH+FeQWKyuw0k+PbXqpFWNfvD8RPvfJk766B/njdaWz4TmiEcSB0Nb6guNw1rBpM1FmltQYb3fFnTumtC6pRfA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1058,9 +1058,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-cDndWo3VEYbm7yeujOV6Ie2XHz0K8YX/R/vbNmMo03m1QwtBKKvbYNSyJb3B9+8igltDjd8zNM9mpiNNrq/ekQ==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-Q3RSCivp8pNadYK8ke3hLnQk08BkpZX9BmMjgwae2FWzdxhxxUiUzd9By7kneUL0vRQ4uRnhD9VkFQ+Haeqdvw==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1072,9 +1072,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-linux-x64-musl": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-bl7uzi6es/l6LT++NZcBpiX43ldLyKXCPwEZGY1rZJ99HQ7m1g3KxWwYCcGxtKjlb2ExVvDZicF6k+96vxOJKg==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-wDd/HrNcVoBhWWBUW3evJHoo7GJE/RofssBy3Dsiip05YUBmokQVrYAyrboOY4dzs/lJ7HYeBtWQ9hj8wlyF0A==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1086,9 +1086,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-openharmony-arm64": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-TrgzQanpLgcmmzolCbYA9BPZgF1gYxkIGZhU/HROnJPsq67gcyaYw/JBLioqQLjIwMipETkn25YY799D2OZzJA==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-dH3FTEV6KTNWpYSgjSXZzeX7vLty9oBYn6R3laEdhwZftQwq030LKL+5wyQdlbX5pnbh4h127hpv3Hl1+sj8dg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1100,9 +1100,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-wasm32-wasi": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-z0LltdUfvoKak9SuaLz/M9AVSg+RTOZjFksbZXzC6Svl1odyW4ai21VHhZy3m2Faeeb/rl/9efVLayj+qYEGxw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-y5BUf+QtO0JsIDKA51FcGwvhJmv89BYjUl8AmN7jqD6k/eU55mH6RJYnxwCsODq5m7KSSTigVb6O7/GqB8wbPw==",
|
||||
"cpu": [
|
||||
"wasm32"
|
||||
],
|
||||
@@ -1117,9 +1117,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-CpvOHyqDNOYx9riD4giyXQDIu72bWRU2Dwt1xFSPlBudk6NumK0OJl6Ch+LPnkp5podQHcQg0mMauAXPVKct7g==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-ga5hFhdTwpaNxEiuxZHWnD3ed0GBAzbgzS5tRHpe0ObptxM1a9Xrq6TVfNQirBLwb5Y7T/FJmJi3pmdLy95ljg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -1131,9 +1131,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-win32-ia32-msvc": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-/tNTvZTWHz6HiVuwpR3zR0kGIyCNb+/tFhnJmti+Aw2fAXs3l7Aj0DcXd0646eFKMX8L2w5hOW9H08FXTUkN0g==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-4/MBp9T9eRnZskxWr8EXD/xHvLhdjWaeX/qY9LPRG1JdCGV3DphkLTy5AWwIQ5jhAy2ZNJR5z2fYRlpWU0sIyQ==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
@@ -1145,9 +1145,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-Bb2qK3z7g2mf4zaKRvkohHzweaP1lLbaoBmXZFkY6jJWMm0Z8Pfnh8cOoRlH1IVM1Ufbo8ZZ1WXp1LbOpRMtXw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-7O5iUBX6HSBKlQU4WykpUoEmb0wQmonb6ziKFr3dJTHud2kzDnWMqk344T0qm3uGv9Ddq6Re/94pInxo1G2d4w==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -1159,9 +1159,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@rolldown/pluginutils": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-she25NCG6NoEPC/SEB4pHs5STcnfI4VBFOzjeI63maSPrWME5J2XC8ogrBgp8NaE/xzj28/kbpSaebiMvFRj+w==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -1270,9 +1270,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@stencil/core": {
|
||||
"version": "4.36.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.36.2.tgz",
|
||||
"integrity": "sha512-PRFSpxNzX9Oi0Wfh02asztN9Sgev/MacfZwmd+VVyE6ZxW+a/kEpAYZhzGAmE+/aKVOGYuug7R9SulanYGxiDQ==",
|
||||
"version": "4.36.3",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.36.3.tgz",
|
||||
"integrity": "sha512-C9DOaAjm+hSYRuVoUuYWG/lrYT8+4DG0AL0m1Ea9+G5v2Y6ApVpNJLbXvFlRZIdDMGecH86s6v0Gp39uockLxg==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
@@ -1311,9 +1311,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "24.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
|
||||
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
|
||||
"version": "24.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz",
|
||||
"integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -1547,9 +1547,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001737",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001737.tgz",
|
||||
"integrity": "sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==",
|
||||
"version": "1.0.30001741",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
||||
"integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -1986,9 +1986,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.5.211",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.211.tgz",
|
||||
"integrity": "sha512-IGBvimJkotaLzFnwIVgW9/UD/AOJ2tByUmeOrtqBfACSbAw5b1G0XpvdaieKyc7ULmbwXVx+4e4Be8pOPBrYkw==",
|
||||
"version": "1.5.214",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.214.tgz",
|
||||
"integrity": "sha512-TpvUNdha+X3ybfU78NoQatKvQEm1oq3lf2QbnmCEdw+Bd9RuIAY+hJTvq1avzHM0f7EJfnH3vbCnbzKzisc/9Q==",
|
||||
"dev": true,
|
||||
"license": "ISC"
|
||||
},
|
||||
@@ -2108,9 +2108,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fast-uri": {
|
||||
"version": "3.0.6",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
|
||||
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
||||
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -2355,9 +2355,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/hookified": {
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.11.0.tgz",
|
||||
"integrity": "sha512-aDdIN3GyU5I6wextPplYdfmWCo+aLmjjVbntmX6HLD5RCi/xKsivYEBhnRD+d9224zFf008ZpLMPlWF0ZodYZw==",
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.12.0.tgz",
|
||||
"integrity": "sha512-hMr1Y9TCLshScrBbV2QxJ9BROddxZ12MX9KsCtuGGy/3SmmN5H1PllKerrVlSotur9dlE8hmUKAOSa3WDzsZmQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -3445,35 +3445,35 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rolldown": {
|
||||
"version": "1.0.0-beta.33",
|
||||
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.33.tgz",
|
||||
"integrity": "sha512-mgu118ZuRguC8unhPCbdZbyRbjQfEMiWqlojBA5aRIncBelRaBomnHNpGKYkYWeK7twRz5Cql30xgqqrA3Xelw==",
|
||||
"version": "1.0.0-beta.34",
|
||||
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-beta.34.tgz",
|
||||
"integrity": "sha512-Wwh7EwalMzzX3Yy3VN58VEajeR2Si8+HDNMf706jPLIqU7CxneRW+dQVfznf5O0TWTnJyu4npelwg2bzTXB1Nw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@oxc-project/runtime": "=0.82.2",
|
||||
"@oxc-project/types": "=0.82.2",
|
||||
"@rolldown/pluginutils": "1.0.0-beta.33",
|
||||
"@oxc-project/runtime": "=0.82.3",
|
||||
"@oxc-project/types": "=0.82.3",
|
||||
"@rolldown/pluginutils": "1.0.0-beta.34",
|
||||
"ansis": "^4.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"rolldown": "bin/cli.mjs"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rolldown/binding-android-arm64": "1.0.0-beta.33",
|
||||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.33",
|
||||
"@rolldown/binding-darwin-x64": "1.0.0-beta.33",
|
||||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.33",
|
||||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.33",
|
||||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.33",
|
||||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.33",
|
||||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.33",
|
||||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.33",
|
||||
"@rolldown/binding-openharmony-arm64": "1.0.0-beta.33",
|
||||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.33",
|
||||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.33",
|
||||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.33",
|
||||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.33"
|
||||
"@rolldown/binding-android-arm64": "1.0.0-beta.34",
|
||||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.34",
|
||||
"@rolldown/binding-darwin-x64": "1.0.0-beta.34",
|
||||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.34",
|
||||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.34",
|
||||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.34",
|
||||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.34",
|
||||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.34",
|
||||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.34",
|
||||
"@rolldown/binding-openharmony-arm64": "1.0.0-beta.34",
|
||||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.34",
|
||||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.34",
|
||||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.34",
|
||||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.34"
|
||||
}
|
||||
},
|
||||
"node_modules/run-parallel": {
|
||||
@@ -4173,17 +4173,17 @@
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"name": "rolldown-vite",
|
||||
"version": "7.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.1.3.tgz",
|
||||
"integrity": "sha512-J22JlCJQbIRxR6KGwpf76Uq3R4wk6avQHCijXGPsXsbVpPt+Uavg5M5dvzP7XdlAKL8uZE5Xof9j4Y9yu+cxxg==",
|
||||
"version": "7.1.5",
|
||||
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.1.5.tgz",
|
||||
"integrity": "sha512-NgHjKatQn1B5TjtNVS3+Uq3JBUPP8s70cMxLzGHpv/UyCGj0SQUtVYImNWbU2uqfOpNSnqhI+nbR7tmPPcb1qQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fdir": "^6.4.6",
|
||||
"fdir": "^6.5.0",
|
||||
"lightningcss": "^1.30.1",
|
||||
"picomatch": "^4.0.3",
|
||||
"postcss": "^8.5.6",
|
||||
"rolldown": "1.0.0-beta.33",
|
||||
"rolldown": "1.0.0-beta.34",
|
||||
"tinyglobby": "^0.2.14"
|
||||
},
|
||||
"bin": {
|
||||
@@ -4248,9 +4248,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vite-bundle-analyzer": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/vite-bundle-analyzer/-/vite-bundle-analyzer-1.2.2.tgz",
|
||||
"integrity": "sha512-87z5nGD87CAN0XruEaysJKZKiuwoQA19sdXk4c8RbXYwwxXi3mmFJ8G0ntSACPLbZJyGfQVa+UEmGCGe9iBobA==",
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/vite-bundle-analyzer/-/vite-bundle-analyzer-1.2.3.tgz",
|
||||
"integrity": "sha512-8nhwDGHWMKKgg6oegAOpDgTT7/yzTVzeYzLF4y8WBJoYu9gO7h29UpHiQnXD2rAvfQzDy5Wqe/Za5cgqhnxi5g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.2",
|
||||
"@types/node": "~24.3.0",
|
||||
"@types/node": "~24.3.1",
|
||||
"browserslist": "~4.25.4",
|
||||
"browserslist-to-esbuild": "~2.1.0",
|
||||
"edge.js": "~6.3.0",
|
||||
@@ -45,7 +45,7 @@
|
||||
"stylelint-prettier": "~5.0.0",
|
||||
"svgo": "~4.0.0",
|
||||
"typescript": "~5.9.0",
|
||||
"vite": "npm:rolldown-vite@7.1.3",
|
||||
"vite-bundle-analyzer": "~1.2.2"
|
||||
"vite": "npm:rolldown-vite@7.1.5",
|
||||
"vite-bundle-analyzer": "~1.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,12 +36,9 @@ const svg2svg_favicon_opts: Config = {
|
||||
export default {
|
||||
base: "/static/themes/simple/",
|
||||
publicDir: "static/",
|
||||
mode: "production",
|
||||
// mode: "development",
|
||||
|
||||
build: {
|
||||
target: browserslistToEsbuild(manifest.browserslist),
|
||||
cssTarget: browserslistToEsbuild(manifest.browserslist),
|
||||
manifest: "manifest.json",
|
||||
emptyOutDir: true,
|
||||
assetsDir: "",
|
||||
@@ -49,7 +46,7 @@ export default {
|
||||
|
||||
sourcemap: true,
|
||||
|
||||
rollupOptions: {
|
||||
rolldownOptions: {
|
||||
input: {
|
||||
// build CSS files
|
||||
"searxng-ltr.css": `${PATH.src}/less/style-ltr.less`,
|
||||
@@ -160,9 +157,5 @@ export default {
|
||||
targets: browserslistToTargets(manifest.browserslist)
|
||||
},
|
||||
devSourcemap: true
|
||||
}, // end: css
|
||||
|
||||
experimental: {
|
||||
enableNativePlugin: true
|
||||
} // end: experimental
|
||||
} // end: css
|
||||
} satisfies UserConfig;
|
||||
|
||||
@@ -21,6 +21,6 @@ wlc==1.15
|
||||
coloredlogs==15.0.1
|
||||
docutils>=0.21.2
|
||||
parameterized==0.9.0
|
||||
granian[reload]==2.5.1
|
||||
basedpyright==1.31.3
|
||||
types-lxml==2025.3.30
|
||||
granian[reload]==2.5.2
|
||||
basedpyright==1.31.4
|
||||
types-lxml==2025.8.25
|
||||
|
||||
@@ -1 +1 @@
|
||||
granian==2.5.1
|
||||
granian==2.5.2
|
||||
|
||||
@@ -17,7 +17,7 @@ markdown-it-py==3.0.0
|
||||
fasttext-predict==0.9.2.4
|
||||
tomli==2.2.1; python_version < '3.11'
|
||||
msgspec==0.19.0
|
||||
typer-slim==0.16.1
|
||||
typer-slim==0.17.3
|
||||
isodate==0.7.2
|
||||
whitenoise==6.9.0
|
||||
typing-extensions==4.14.1
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"mappings":";iDAIA,EAAO,QAAS,oBAAqB,eAAmC,EAAc,CACpF,EAAM,iBACN,KAAK,UAAU,OAAO,oBAEtB,GAAM,CACJ,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,QACD,sBAfK,CACJ,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,QACD,CAAG,MAAM,OAAO,sBAdf,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,cAEF,yBAAO,uBAEP,GAAM,CAAE,cAAe,EAAQ,SAAQ,SAAQ,aAAY,CAAG,KAAK,QAE7D,EAAM,OAAO,WAAW,GAAU,KAClC,EAAM,OAAO,WAAW,GAAU,KAClC,EAAO,IAAI,EAAK,CAAE,QAAS,GAAI,eAAgB,GAAO,EACtD,EAAM,IAAI,EAAM,CACZ,SACR,OAAQ,CAAC,IAAI,EAAU,CAAE,OAAQ,IAAI,EAAI,CAAE,QAAS,GAAI,EAAG,EAAE,CACvD,OACP,EAED,GAAI,CACF,IAAM,EAAe,IAAI,EAAa,CACpC,SAAU,CACR,IAAI,EAAQ,CACV,SAAU,IAAI,EAAM,EAAW,CAAC,EAAK,EAAI,GAC1C,EACF,CACF,EAEK,EAAc,IAAI,EAAY,CAClC,OAAQ,EACR,MAAO,IAAI,EAAM,CACf,MAAO,IAAI,EAAO,CAChB,OAAQ,EACR,KAAM,IAAI,EAAK,CAAE,MAAO,UAAW,EACpC,EACF,EACF,EAED,EAAI,SAAS,EACd,OAAQ,EAAO,CACd,QAAQ,MAAM,iCAAkC,EACjD,CAED,GAAI,EACF,GAAI,CACF,IAAM,EAAY,IAAI,EAAa,CACjC,SAAU,IAAI,IAAU,aAAa,KAAK,MAAM,GAAa,CAC3D,eAAgB,YAChB,kBAAmB,YACpB,EACF,EAEK,EAAW,IAAI,EAAY,CAC/B,OAAQ,EACR,MAAO,IAAI,EAAM,CACf,OAAQ,IAAI,EAAO,CAAE,MAAO,UAAW,MAAO,EAAG,EACjD,KAAM,IAAI,EAAK,CAAE,MAAO,YAAa,EACtC,EACF,EAED,EAAI,SAAS,GAEb,EAAK,IAAI,EAAU,YAAa,CAAE,QAAS,CAAC,GAAI,GAAI,GAAI,GAAG,CAAE,CAC9D,OAAQ,EAAO,CACd,QAAQ,MAAM,kCAAmC,EAClD,CAEJ","names":[],"ignoreList":[],"sources":["../../../../../client/simple/src/js/main/mapresult.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { listen } from \"../core/toolkit.ts\";\n\nlisten(\"click\", \".searxng_init_map\", async function (this: HTMLElement, event: Event) {\n event.preventDefault();\n this.classList.remove(\"searxng_init_map\");\n\n const {\n View,\n OlMap,\n TileLayer,\n VectorLayer,\n OSM,\n VectorSource,\n Style,\n Stroke,\n Fill,\n Circle,\n fromLonLat,\n GeoJSON,\n Feature,\n Point\n } = await import(\"../pkg/ol.ts\");\n import(\"ol/ol.css\");\n\n const { leafletTarget: target, mapLon, mapLat, mapGeojson } = this.dataset;\n\n const lon = Number.parseFloat(mapLon || \"0\");\n const lat = Number.parseFloat(mapLat || \"0\");\n const view = new View({ maxZoom: 16, enableRotation: false });\n const map = new OlMap({\n target: target,\n layers: [new TileLayer({ source: new OSM({ maxZoom: 16 }) })],\n view: view\n });\n\n try {\n const markerSource = new VectorSource({\n features: [\n new Feature({\n geometry: new Point(fromLonLat([lon, lat]))\n })\n ]\n });\n\n const markerLayer = new VectorLayer({\n source: markerSource,\n style: new Style({\n image: new Circle({\n radius: 6,\n fill: new Fill({ color: \"#3050ff\" })\n })\n })\n });\n\n map.addLayer(markerLayer);\n } catch (error) {\n console.error(\"Failed to create marker layer:\", error);\n }\n\n if (mapGeojson) {\n try {\n const geoSource = new VectorSource({\n features: new GeoJSON().readFeatures(JSON.parse(mapGeojson), {\n dataProjection: \"EPSG:4326\",\n featureProjection: \"EPSG:3857\"\n })\n });\n\n const geoLayer = new VectorLayer({\n source: geoSource,\n style: new Style({\n stroke: new Stroke({ color: \"#3050ff\", width: 2 }),\n fill: new Fill({ color: \"#3050ff33\" })\n })\n });\n\n map.addLayer(geoLayer);\n\n view.fit(geoSource.getExtent(), { padding: [20, 20, 20, 20] });\n } catch (error) {\n console.error(\"Failed to create GeoJSON layer:\", error);\n }\n }\n});\n"],"file":"js/mapresult.min.js"}
|
||||
{"version":3,"mappings":";iDAIA,EAAO,QAAS,oBAAqB,eAAmC,EAAc,CACpF,EAAM,iBACN,KAAK,UAAU,OAAO,oBAEtB,GAAM,CACJ,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,8BAdI,CACJ,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,SACE,MAAM,OAAO,sBAdf,OACA,QACA,YACA,cACA,MACA,eACA,QACA,SACA,OACA,SACA,aACA,UACA,UACA,cAEF,yBAAO,uBAEP,GAAM,CAAE,cAAe,EAAQ,SAAQ,SAAQ,cAAe,KAAK,QAE7D,EAAM,OAAO,WAAW,GAAU,KAClC,EAAM,OAAO,WAAW,GAAU,KAClC,EAAO,IAAI,EAAK,CAAE,QAAS,GAAI,eAAgB,KAC/C,EAAM,IAAI,EAAM,CACZ,SACR,OAAQ,CAAC,IAAI,EAAU,CAAE,OAAQ,IAAI,EAAI,CAAE,QAAS,QAC9C,SAGR,GAAI,CACF,IAAM,EAAe,IAAI,EAAa,CACpC,SAAU,CACR,IAAI,EAAQ,CACV,SAAU,IAAI,EAAM,EAAW,CAAC,EAAK,UAKrC,EAAc,IAAI,EAAY,CAClC,OAAQ,EACR,MAAO,IAAI,EAAM,CACf,MAAO,IAAI,EAAO,CAChB,OAAQ,EACR,KAAM,IAAI,EAAK,CAAE,MAAO,kBAK9B,EAAI,SAAS,SACN,EAAO,CACd,QAAQ,MAAM,iCAAkC,GAGlD,GAAI,EACF,GAAI,CACF,IAAM,EAAY,IAAI,EAAa,CACjC,SAAU,IAAI,IAAU,aAAa,KAAK,MAAM,GAAa,CAC3D,eAAgB,YAChB,kBAAmB,gBAIjB,EAAW,IAAI,EAAY,CAC/B,OAAQ,EACR,MAAO,IAAI,EAAM,CACf,OAAQ,IAAI,EAAO,CAAE,MAAO,UAAW,MAAO,IAC9C,KAAM,IAAI,EAAK,CAAE,MAAO,kBAI5B,EAAI,SAAS,GAEb,EAAK,IAAI,EAAU,YAAa,CAAE,QAAS,CAAC,GAAI,GAAI,GAAI,YACjD,EAAO,CACd,QAAQ,MAAM,kCAAmC","names":[],"ignoreList":[],"sources":["../../../../../client/simple/src/js/main/mapresult.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { listen } from \"../core/toolkit.ts\";\n\nlisten(\"click\", \".searxng_init_map\", async function (this: HTMLElement, event: Event) {\n event.preventDefault();\n this.classList.remove(\"searxng_init_map\");\n\n const {\n View,\n OlMap,\n TileLayer,\n VectorLayer,\n OSM,\n VectorSource,\n Style,\n Stroke,\n Fill,\n Circle,\n fromLonLat,\n GeoJSON,\n Feature,\n Point\n } = await import(\"../pkg/ol.ts\");\n import(\"ol/ol.css\");\n\n const { leafletTarget: target, mapLon, mapLat, mapGeojson } = this.dataset;\n\n const lon = Number.parseFloat(mapLon || \"0\");\n const lat = Number.parseFloat(mapLat || \"0\");\n const view = new View({ maxZoom: 16, enableRotation: false });\n const map = new OlMap({\n target: target,\n layers: [new TileLayer({ source: new OSM({ maxZoom: 16 }) })],\n view: view\n });\n\n try {\n const markerSource = new VectorSource({\n features: [\n new Feature({\n geometry: new Point(fromLonLat([lon, lat]))\n })\n ]\n });\n\n const markerLayer = new VectorLayer({\n source: markerSource,\n style: new Style({\n image: new Circle({\n radius: 6,\n fill: new Fill({ color: \"#3050ff\" })\n })\n })\n });\n\n map.addLayer(markerLayer);\n } catch (error) {\n console.error(\"Failed to create marker layer:\", error);\n }\n\n if (mapGeojson) {\n try {\n const geoSource = new VectorSource({\n features: new GeoJSON().readFeatures(JSON.parse(mapGeojson), {\n dataProjection: \"EPSG:4326\",\n featureProjection: \"EPSG:3857\"\n })\n });\n\n const geoLayer = new VectorLayer({\n source: geoSource,\n style: new Style({\n stroke: new Stroke({ color: \"#3050ff\", width: 2 }),\n fill: new Fill({ color: \"#3050ff33\" })\n })\n });\n\n map.addLayer(geoLayer);\n\n view.fit(geoSource.getExtent(), { padding: [20, 20, 20, 20] });\n } catch (error) {\n console.error(\"Failed to create GeoJSON layer:\", error);\n }\n }\n});\n"],"file":"js/mapresult.min.js"}
|
||||
14
searx/static/themes/simple/js/ol.min.js
vendored
14
searx/static/themes/simple/js/ol.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 +1 @@
|
||||
{"version":3,"file":"preferences.min.js","names":["engineDescriptions: Record<string, [string, string]> | undefined","engineElements: NodeListOf<HTMLElement>","engineToggles: NodeListOf<HTMLInputElement>","enableAllEngines: NodeListOf<HTMLElement>","disableAllEngines: NodeListOf<HTMLElement>","copyHashButton: HTMLElement | null"],"sources":["../../../../../client/simple/src/js/main/preferences.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { http, listen, settings } from \"../core/toolkit.ts\";\n\nlet engineDescriptions: Record<string, [string, string]> | undefined;\n\nconst loadEngineDescriptions = async (): Promise<void> => {\n if (engineDescriptions) return;\n try {\n const res = await http(\"GET\", \"engine_descriptions.json\");\n engineDescriptions = await res.json();\n } catch (error) {\n console.error(\"Error fetching engineDescriptions:\", error);\n }\n if (!engineDescriptions) return;\n\n for (const [engine_name, [description, source]] of Object.entries(engineDescriptions)) {\n const elements = document.querySelectorAll<HTMLElement>(`[data-engine-name=\"${engine_name}\"] .engine-description`);\n const sourceText = ` (<i>${settings.translations?.Source}: ${source}</i>)`;\n\n for (const element of elements) {\n element.innerHTML = description + sourceText;\n }\n }\n};\n\nconst toggleEngines = (enable: boolean, engineToggles: NodeListOf<HTMLInputElement>): void => {\n for (const engineToggle of engineToggles) {\n // check if element visible, so that only engines of the current category are modified\n if (engineToggle.offsetParent) {\n engineToggle.checked = !enable;\n }\n }\n};\n\nconst engineElements: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\"[data-engine-name]\");\nfor (const engineElement of engineElements) {\n listen(\"mouseenter\", engineElement, loadEngineDescriptions);\n}\n\nconst engineToggles: NodeListOf<HTMLInputElement> = document.querySelectorAll<HTMLInputElement>(\n \"tbody input[type=checkbox][class~=checkbox-onoff]\"\n);\n\nconst enableAllEngines: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\".enable-all-engines\");\nfor (const engine of enableAllEngines) {\n listen(\"click\", engine, () => toggleEngines(true, engineToggles));\n}\n\nconst disableAllEngines: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\".disable-all-engines\");\nfor (const engine of disableAllEngines) {\n listen(\"click\", engine, () => toggleEngines(false, engineToggles));\n}\n\nconst copyHashButton: HTMLElement | null = document.querySelector<HTMLElement>(\"#copy-hash\");\nif (copyHashButton) {\n listen(\"click\", copyHashButton, async (event: Event) => {\n event.preventDefault();\n\n const { copiedText, hash } = copyHashButton.dataset;\n if (!(copiedText && hash)) return;\n\n try {\n await navigator.clipboard.writeText(hash);\n copyHashButton.innerText = copiedText;\n } catch (error) {\n console.error(\"Failed to copy hash:\", error);\n }\n });\n}\n"],"mappings":"wDAIA,IAAIA,EAEJ,MAAM,EAAyB,SAA2B,CACpD,MACJ,IAAI,CACF,IAAM,EAAM,MAAM,EAAK,MAAO,4BAC9B,EAAqB,MAAM,EAAI,MAChC,OAAQ,EAAO,CACd,QAAQ,MAAM,qCAAsC,EACrD,CACI,KAEL,IAAK,GAAM,CAAC,EAAa,CAAC,EAAa,EAAO,CAAC,GAAI,OAAO,QAAQ,GAAqB,CACrF,IAAM,EAAW,SAAS,iBAA8B,sBAAsB,EAAY,yBACpF,EAAa,QAAQ,EAAS,cAAc,OAAO,SAAS,EAAO,OAEzE,IAAK,IAAM,KAAW,EACpB,EAAQ,UAAY,EAAc,CAErC,CAVA,CAWF,EAEK,GAAiB,EAAiB,IAAsD,CAC5F,IAAK,IAAM,KAAgB,EAErB,EAAa,eACf,EAAa,QAAU,CAAC,EAG7B,EAEKC,EAA0C,SAAS,iBAA8B,sBACvF,IAAK,IAAM,KAAiB,EAC1B,EAAO,aAAc,EAAe,GAGtC,MAAMC,EAA8C,SAAS,iBAC3D,qDAGIC,EAA4C,SAAS,iBAA8B,uBACzF,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,MAAc,EAAc,GAAM,IAGpD,MAAMC,EAA6C,SAAS,iBAA8B,wBAC1F,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,MAAc,EAAc,GAAO,IAGrD,MAAMC,EAAqC,SAAS,cAA2B,cAC3E,GACF,EAAO,QAAS,EAAgB,KAAO,IAAiB,CACtD,EAAM,iBAEN,GAAM,CAAE,aAAY,OAAM,CAAG,EAAe,QACtC,MAAc,EAEpB,GAAI,CACF,MAAM,UAAU,UAAU,UAAU,GACpC,EAAe,UAAY,CAC5B,OAAQ,EAAO,CACd,QAAQ,MAAM,uBAAwB,EACvC,CACF"}
|
||||
{"version":3,"file":"preferences.min.js","names":["engineDescriptions: Record<string, [string, string]> | undefined","engineElements: NodeListOf<HTMLElement>","engineToggles: NodeListOf<HTMLInputElement>","enableAllEngines: NodeListOf<HTMLElement>","disableAllEngines: NodeListOf<HTMLElement>","copyHashButton: HTMLElement | null"],"sources":["../../../../../client/simple/src/js/main/preferences.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\nimport { http, listen, settings } from \"../core/toolkit.ts\";\n\nlet engineDescriptions: Record<string, [string, string]> | undefined;\n\nconst loadEngineDescriptions = async (): Promise<void> => {\n if (engineDescriptions) return;\n try {\n const res = await http(\"GET\", \"engine_descriptions.json\");\n engineDescriptions = await res.json();\n } catch (error) {\n console.error(\"Error fetching engineDescriptions:\", error);\n }\n if (!engineDescriptions) return;\n\n for (const [engine_name, [description, source]] of Object.entries(engineDescriptions)) {\n const elements = document.querySelectorAll<HTMLElement>(`[data-engine-name=\"${engine_name}\"] .engine-description`);\n const sourceText = ` (<i>${settings.translations?.Source}: ${source}</i>)`;\n\n for (const element of elements) {\n element.innerHTML = description + sourceText;\n }\n }\n};\n\nconst toggleEngines = (enable: boolean, engineToggles: NodeListOf<HTMLInputElement>): void => {\n for (const engineToggle of engineToggles) {\n // check if element visible, so that only engines of the current category are modified\n if (engineToggle.offsetParent) {\n engineToggle.checked = !enable;\n }\n }\n};\n\nconst engineElements: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\"[data-engine-name]\");\nfor (const engineElement of engineElements) {\n listen(\"mouseenter\", engineElement, loadEngineDescriptions);\n}\n\nconst engineToggles: NodeListOf<HTMLInputElement> = document.querySelectorAll<HTMLInputElement>(\n \"tbody input[type=checkbox][class~=checkbox-onoff]\"\n);\n\nconst enableAllEngines: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\".enable-all-engines\");\nfor (const engine of enableAllEngines) {\n listen(\"click\", engine, () => toggleEngines(true, engineToggles));\n}\n\nconst disableAllEngines: NodeListOf<HTMLElement> = document.querySelectorAll<HTMLElement>(\".disable-all-engines\");\nfor (const engine of disableAllEngines) {\n listen(\"click\", engine, () => toggleEngines(false, engineToggles));\n}\n\nconst copyHashButton: HTMLElement | null = document.querySelector<HTMLElement>(\"#copy-hash\");\nif (copyHashButton) {\n listen(\"click\", copyHashButton, async (event: Event) => {\n event.preventDefault();\n\n const { copiedText, hash } = copyHashButton.dataset;\n if (!(copiedText && hash)) return;\n\n try {\n await navigator.clipboard.writeText(hash);\n copyHashButton.innerText = copiedText;\n } catch (error) {\n console.error(\"Failed to copy hash:\", error);\n }\n });\n}\n"],"mappings":"wDAIA,IAAIA,EAEJ,MAAM,EAAyB,SAA2B,CACpD,MACJ,IAAI,CACF,IAAM,EAAM,MAAM,EAAK,MAAO,4BAC9B,EAAqB,MAAM,EAAI,aACxB,EAAO,CACd,QAAQ,MAAM,qCAAsC,GAEjD,KAEL,IAAK,GAAM,CAAC,EAAa,CAAC,EAAa,MAAY,OAAO,QAAQ,GAAqB,CACrF,IAAM,EAAW,SAAS,iBAA8B,sBAAsB,EAAY,yBACpF,EAAa,QAAQ,EAAS,cAAc,OAAO,SAAS,EAAO,OAEzE,IAAK,IAAM,KAAW,EACpB,EAAQ,UAAY,EAAc,KAKlC,GAAiB,EAAiB,IAAsD,CAC5F,IAAK,IAAM,KAAgB,EAErB,EAAa,eACf,EAAa,QAAU,CAAC,IAKxBC,EAA0C,SAAS,iBAA8B,sBACvF,IAAK,IAAM,KAAiB,EAC1B,EAAO,aAAc,EAAe,GAGtC,MAAMC,EAA8C,SAAS,iBAC3D,qDAGIC,EAA4C,SAAS,iBAA8B,uBACzF,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,MAAc,EAAc,GAAM,IAGpD,MAAMC,EAA6C,SAAS,iBAA8B,wBAC1F,IAAK,IAAM,KAAU,EACnB,EAAO,QAAS,MAAc,EAAc,GAAO,IAGrD,MAAMC,EAAqC,SAAS,cAA2B,cAC3E,GACF,EAAO,QAAS,EAAgB,KAAO,IAAiB,CACtD,EAAM,iBAEN,GAAM,CAAE,aAAY,QAAS,EAAe,QACtC,MAAc,EAEpB,GAAI,CACF,MAAM,UAAU,UAAU,UAAU,GACpC,EAAe,UAAY,QACpB,EAAO,CACd,QAAQ,MAAM,uBAAwB"}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-07-04 07:05+0000\n"
|
||||
"Last-Translator: Raithlin <raithlin@noreply.codeberg.org>\n"
|
||||
"Language: af\n"
|
||||
@@ -1122,6 +1122,7 @@ msgstr "Persentasie"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1627,8 +1628,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Verander aantword URL formatering"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "bewaarplek"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2120,3 +2121,6 @@ msgstr "versteek video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Verander SearXNG uitleg"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "bewaarplek"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -31,8 +31,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-28 19:34+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Arabic <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/ar/>\n"
|
||||
@@ -1130,6 +1130,7 @@ msgstr "نسبة"
|
||||
msgid "Parameter"
|
||||
msgstr "معامل"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1628,8 +1629,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "تغيير تنسيق العنوان للنتيجة"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "مستودعات"
|
||||
msgid "Repository"
|
||||
msgstr "المستودع"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2362,3 +2363,6 @@ msgstr "إخفاء الفيديو"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "تغيير مظهر سيركس"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "مستودعات"
|
||||
|
||||
Binary file not shown.
@@ -21,18 +21,19 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-16 06:08+0000\n"
|
||||
"Last-Translator: muha7a <muha7a@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1122,6 +1123,7 @@ msgstr "Процент"
|
||||
msgid "Parameter"
|
||||
msgstr "Параметър"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1628,8 +1630,8 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "репозитори"
|
||||
msgid "Repository"
|
||||
msgstr "Хранилище"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2361,3 +2363,5 @@ msgstr "скрий видеото"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Смяна на оформлението на SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "репозитори"
|
||||
|
||||
Binary file not shown.
@@ -29,16 +29,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-22 07:09+0000\n"
|
||||
"Last-Translator: KOUSTAV <koustav@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1126,6 +1127,7 @@ msgstr "শতাংশ"
|
||||
msgid "Parameter"
|
||||
msgstr "প্যারামিটার"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1617,7 +1619,7 @@ msgid "Change result URL formatting"
|
||||
msgstr "ইউআরএল ফরম্যাটের ফলাফল পাল্টাও"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr "ভাণ্ডার"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2113,3 +2115,5 @@ msgstr "ভিডিও লুকিয়ে ফেলুন"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "SearXNG এর লেআউট পরিবর্তন করুন"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "ভাণ্ডার"
|
||||
|
||||
Binary file not shown.
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: bo\n"
|
||||
@@ -1092,6 +1092,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1577,7 +1578,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2257,3 +2258,6 @@ msgstr "རྙན་ཟློས་སྦས།"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -27,18 +27,19 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-24 15:15+0000\n"
|
||||
"Last-Translator: eudemo <eudemo@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1124,6 +1125,7 @@ msgstr "Percentatge"
|
||||
msgid "Parameter"
|
||||
msgstr "Paràmetre"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1620,8 +1622,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Canvia el format de l'URL del resultat"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repositori"
|
||||
msgid "Repository"
|
||||
msgstr "Repositori"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2373,3 +2375,5 @@ msgstr "oculta el vídeo"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Canvia l'aparença de SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repositori"
|
||||
|
||||
Binary file not shown.
@@ -25,19 +25,20 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-22 10:57+0000\n"
|
||||
"Last-Translator: Fjuro <fjuro@alius.cz>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -799,11 +800,11 @@ msgstr "Váš uživatelský agent: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Doplněk časových pásem"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Zobrazit aktuální čas v různých časových pásmech."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1127,6 +1128,7 @@ msgstr "Procenta"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametr"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1631,8 +1633,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Změnit formátování adres URL výsledků"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repozitář"
|
||||
msgid "Repository"
|
||||
msgstr "Organizace"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2371,3 +2373,5 @@ msgstr "skrýt video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Změnit vzhled SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repozitář"
|
||||
|
||||
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-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: cy\n"
|
||||
@@ -1115,6 +1115,7 @@ msgstr "Canran"
|
||||
msgid "Parameter"
|
||||
msgstr "Paramedr"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1607,8 +1608,8 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "storfa"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2320,3 +2321,6 @@ msgstr "cuddio'r fideo"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Newid cynllun SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "storfa"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -14,20 +14,22 @@
|
||||
# lolmeOzzi <lolmeozzi@users.noreply.translate.codeberg.org>, 2025.
|
||||
# AndersNordh <andersnordh@users.noreply.translate.codeberg.org>, 2025.
|
||||
# AndersNordh <andersnordh@noreply.codeberg.org>, 2025.
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-27 05:58+0000\n"
|
||||
"Last-Translator: AndersNordh <andersnordh@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -790,11 +792,11 @@ msgstr "Din brugeragent er: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Tidszoner plugin"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Vis den aktuelle tid i forskellige tidszoner."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1120,6 +1122,7 @@ msgstr "Procentdel"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1628,8 +1631,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Skift resultat af URL-formatering"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "depot"
|
||||
msgid "Repository"
|
||||
msgstr "Repository"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2371,3 +2374,5 @@ msgstr "skjul video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Ændr SearXNG layout"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "depot"
|
||||
|
||||
Binary file not shown.
@@ -31,8 +31,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-29 07:10+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: German <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/de/>\n"
|
||||
@@ -1138,6 +1138,7 @@ msgstr "Prozentsatz"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1644,7 +1645,7 @@ msgid "Change result URL formatting"
|
||||
msgstr "Ändern der URL Anzeige in den Ergebnissen"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr "Repository"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2415,3 +2416,6 @@ msgstr "Video verstecken"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Ändere das Aussehen von SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "Repository"
|
||||
|
||||
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-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-08-13 08:09+0000\n"
|
||||
"Last-Translator: ijxp <ijxp@noreply.codeberg.org>\n"
|
||||
"Language: dv\n"
|
||||
@@ -1089,6 +1089,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1574,7 +1575,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -1990,3 +1991,6 @@ msgstr ""
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -23,18 +23,19 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-30 09:09+0000\n"
|
||||
"Last-Translator: gkalathas <gkalathas@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1131,6 +1132,7 @@ msgstr "Ποσοστό"
|
||||
msgid "Parameter"
|
||||
msgstr "Παράμετρος"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1647,8 +1649,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Αλλαγή τρόπου εμφάνισης ηλεκτρονικών συνδέσμων"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "αποθετήρια"
|
||||
msgid "Repository"
|
||||
msgstr "Repository"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2397,3 +2399,5 @@ msgstr "απόκρυψη βίντεο"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Τροποποίηση διάταξης του SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ 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-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2014-01-30 15:22+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
@@ -1085,6 +1085,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1570,7 +1571,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2251,3 +2252,6 @@ msgstr ""
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -21,18 +21,19 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Esperanto <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/eo/>\n"
|
||||
"Language: eo\n"
|
||||
"Language-Team: Esperanto "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/eo/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1114,6 +1115,7 @@ msgstr "Procento"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametro"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1609,7 +1611,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr "Deponejo"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2335,3 +2337,5 @@ msgstr "kaŝi videojn"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Ŝanĝu SearXNG-aranĝon"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "Deponejo"
|
||||
|
||||
Binary file not shown.
@@ -45,12 +45,13 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
# Atul_Eterno <atul_eterno@noreply.codeberg.org>, 2025.
|
||||
# realkendrick_fr <realkendrick_fr@noreply.codeberg.org>, 2025.
|
||||
# Carlos Solís <csolisr@azkware.net>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-28 19:34+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Spanish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/es/>\n"
|
||||
@@ -785,7 +786,7 @@ msgstr "Plugin del hostname"
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
msgstr ""
|
||||
"Reescribe los hostnames y elimina o prioriza los resultados según el "
|
||||
"hostname."
|
||||
"hostname"
|
||||
|
||||
#: searx/plugins/oa_doi_rewrite.py:55
|
||||
msgid "Open Access DOI rewrite"
|
||||
@@ -821,11 +822,11 @@ msgstr "Tu user-agent es: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Plugin de husos horarios"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Muestra la hora actual en diferentes husos horarios."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1149,6 +1150,7 @@ msgstr "Porcentaje"
|
||||
msgid "Parameter"
|
||||
msgstr "Parámetro"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1658,8 +1660,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Cambiar el formato de la URL del resultado"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repositorios"
|
||||
msgid "Repository"
|
||||
msgstr "Repositorio"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2418,3 +2420,6 @@ msgstr "ocultar video"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Cambiar la interfaz de SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repositorios"
|
||||
|
||||
Binary file not shown.
@@ -16,20 +16,22 @@
|
||||
# dom1torii <dom1torii@users.noreply.translate.codeberg.org>, 2025.
|
||||
# pxrb <pxrb@users.noreply.translate.codeberg.org>, 2025.
|
||||
# Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org>, 2025.
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-19 08:08+0000\n"
|
||||
"Last-Translator: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -793,11 +795,11 @@ msgstr "Sinu kasutatava brauseri tunnus on: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Ajavööndite lisamoodul"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Korrektse aja kuvamine eri ajavööndites."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1123,6 +1125,7 @@ msgstr "Protsentuaalne osakaal"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameeter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1626,8 +1629,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Muuda võrguaadressi vormingut otsinguvastustes"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "hoidla"
|
||||
msgid "Repository"
|
||||
msgstr "Hoidla"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2356,3 +2359,5 @@ msgstr "peida video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Muuda SearXNG paigutust"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "hoidla"
|
||||
|
||||
Binary file not shown.
@@ -18,18 +18,19 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-16 21:44+0000\n"
|
||||
"Last-Translator: alexgabi <alexgabi@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1117,6 +1118,7 @@ msgstr "Ehunekoa"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametroa"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1624,8 +1626,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Aldatu emaitzaren URL formatua"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "biltegiak"
|
||||
msgid "Repository"
|
||||
msgstr "Biltegia"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2357,3 +2359,5 @@ msgstr "ezkutatu bideoa"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Aldatu SearXNGren diseinua"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "biltegiak"
|
||||
|
||||
Binary file not shown.
@@ -29,9 +29,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-28 19:34+0000\n"
|
||||
"Last-Translator: Artiman <artiman@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Persian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/fa/>\n"
|
||||
"Language: fa_IR\n"
|
||||
@@ -330,7 +330,7 @@ msgstr "بارش باران پایین"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light rain"
|
||||
msgstr "باران پایین"
|
||||
msgstr "باران ضعیف"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
@@ -340,7 +340,7 @@ msgstr "باران و رعد"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Rain showers and thunder"
|
||||
msgstr "باران و رعد و برق"
|
||||
msgstr "بارش باران و رعد و برق"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
@@ -1125,6 +1125,7 @@ msgstr "درصد"
|
||||
msgid "Parameter"
|
||||
msgstr "شاخص"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1618,8 +1619,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "تغییر فرمت URL نتایج"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "مخازن"
|
||||
msgid "Repository"
|
||||
msgstr "مخزن"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2362,3 +2363,6 @@ msgstr "پنهانسازی ویدئو"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "تغییر طرحبندی SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "مخازن"
|
||||
|
||||
Binary file not shown.
@@ -20,18 +20,19 @@
|
||||
# artnay <artnay@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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-24 15:34+0000\n"
|
||||
"Last-Translator: artnay <artnay@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Finnish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/fi/>\n"
|
||||
"Language: fi\n"
|
||||
"Language-Team: Finnish "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/fi/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1119,6 +1120,7 @@ msgstr "Prosentti"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametri"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1621,8 +1623,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Vaihda tulosten URL-muotoilua"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repot"
|
||||
msgid "Repository"
|
||||
msgstr "Tietovarasto"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2367,3 +2369,5 @@ msgstr "piilota video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Vaihda SearXNG:n käyttöliittymä"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repot"
|
||||
|
||||
Binary file not shown.
@@ -20,19 +20,20 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Filipino <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/fil/>\n"
|
||||
"Language: fil\n"
|
||||
"Language-Team: Filipino "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/fil/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4"
|
||||
" || n % 10 != 6 || n % 10 != 9);\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4 || "
|
||||
"n % 10 != 6 || n % 10 != 9);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1119,6 +1120,7 @@ msgstr "porsyento"
|
||||
msgid "Parameter"
|
||||
msgstr "pamantayan"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1620,8 +1622,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Palitan ang pag-format ng URL ng resulta"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repositoryo"
|
||||
msgid "Repository"
|
||||
msgstr "Repositoryo"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2378,3 +2380,5 @@ msgstr "itago ang video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Baguhin ang SearXNG layout"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repositoryo"
|
||||
|
||||
Binary file not shown.
@@ -42,20 +42,22 @@
|
||||
# demilune <demilune@noreply.codeberg.org>, 2025.
|
||||
# Hēphaistos <hephaistos@noreply.codeberg.org>, 2025.
|
||||
# ledjfou <ledjfou@noreply.codeberg.org>, 2025.
|
||||
# vbrodeur <vbrodeur@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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-20 14:08+0000\n"
|
||||
"Last-Translator: ledjfou <ledjfou@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -820,11 +822,11 @@ msgstr "Votre agent-utilisateur est : "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Module de fuseau horaires"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Afficher l'heure actuelle dans différents fuseaux horaires."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1150,6 +1152,7 @@ msgstr "Pourcentage"
|
||||
msgid "Parameter"
|
||||
msgstr "Paramètre"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1658,8 +1661,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Modifier le formatage de l'URL du résultat"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "dépôts"
|
||||
msgid "Repository"
|
||||
msgstr "Dépôt"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2421,3 +2424,5 @@ msgstr "cacher la vidéo"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Change l'apparence de SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "dépôts"
|
||||
|
||||
Binary file not shown.
@@ -4,21 +4,23 @@
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
||||
# return42 <return42@users.noreply.translate.codeberg.org>, 2025.
|
||||
# aindriu80 <aindriu80@noreply.codeberg.org>, 2025.
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-06 08:08+0000\n"
|
||||
"Last-Translator: aindriu80 <aindriu80@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -780,11 +782,11 @@ msgstr "Is é do ghníomhaire úsáideora: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Breiseán criosanna ama"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Taispeáin an t-am reatha ar chriosanna ama éagsúla."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1110,6 +1112,7 @@ msgstr "Céatadán"
|
||||
msgid "Parameter"
|
||||
msgstr "Paraiméadar"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1621,8 +1624,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Athraigh formáidiú URL torthaí"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "stóras"
|
||||
msgid "Repository"
|
||||
msgstr "Stóras"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -1925,3 +1928,5 @@ msgstr "físeán a cheilt"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Athraigh leagan amach SearxNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "stóras"
|
||||
|
||||
Binary file not shown.
@@ -11,13 +11,14 @@
|
||||
# return42 <return42@users.noreply.translate.codeberg.org>, 2024, 2025.
|
||||
# Anonymous <anonymous@users.noreply.translate.codeberg.org>, 2025.
|
||||
# ghose <ghose@noreply.codeberg.org>, 2025.
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-29 07:10+0000\n"
|
||||
"Last-Translator: ghose <ghose@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Galician <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/gl/>\n"
|
||||
"Language: gl\n"
|
||||
@@ -1113,6 +1114,7 @@ msgstr "Porcentaxe"
|
||||
msgid "Parameter"
|
||||
msgstr "Parámetro"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1622,8 +1624,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Cambiar o formato do URL do resultado"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repo"
|
||||
msgid "Repository"
|
||||
msgstr "Repositorio"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2377,3 +2379,6 @@ msgstr "agochar vídeo"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Cambiar a interface de SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repo"
|
||||
|
||||
Binary file not shown.
@@ -25,19 +25,20 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-07 05:25+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Hebrew <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/he/>\n"
|
||||
"Language: he\n"
|
||||
"Language-Team: Hebrew "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/he/>\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 "
|
||||
"&& n % 10 == 0) ? 2 : 3));\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1120,6 +1121,7 @@ msgstr "אחוז"
|
||||
msgid "Parameter"
|
||||
msgstr "פרמטר"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1613,8 +1615,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "שנה עיצוב כתובת תוצאות"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "מאגרים"
|
||||
msgid "Repository"
|
||||
msgstr "קרפיף"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2331,3 +2333,5 @@ msgstr "הסתר וידאו"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "שנה את מערך SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "מאגרים"
|
||||
|
||||
Binary file not shown.
@@ -22,19 +22,20 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-24 13:04+0000\n"
|
||||
"Last-Translator: SecularSteve <secularsteve@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1122,6 +1123,7 @@ msgstr "Postotak"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametar"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1629,8 +1631,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Promjenite oblikovanje URL-a rezultata"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repozitoriji"
|
||||
msgid "Repository"
|
||||
msgstr "Repozitorij"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2369,3 +2371,5 @@ msgstr "sakrij video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Promijenite izgled SearXNG-a"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repozitoriji"
|
||||
|
||||
Binary file not shown.
@@ -25,9 +25,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-28 19:34+0000\n"
|
||||
"Last-Translator: kratos <makesocialfoss32@keemail.me>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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"
|
||||
@@ -1127,6 +1127,7 @@ msgstr "Százalék"
|
||||
msgid "Parameter"
|
||||
msgstr "Paraméter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1636,8 +1637,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Az eredmény webcím formázásának módosítása"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "tároló"
|
||||
msgid "Repository"
|
||||
msgstr "Tároló"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2378,3 +2379,6 @@ msgstr "videó elrejtése"
|
||||
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "A SearXNG elrendezésének megváltoztatása"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "tároló"
|
||||
|
||||
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-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: ia\n"
|
||||
@@ -1093,6 +1093,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1581,7 +1582,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2296,3 +2297,6 @@ msgstr "occultar video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -18,20 +18,22 @@
|
||||
# Anonymous <anonymous@users.noreply.translate.codeberg.org>, 2025.
|
||||
# SilentWord <silentword@users.noreply.translate.codeberg.org>, 2025.
|
||||
# Linerly <linerly@noreply.codeberg.org>, 2025.
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-25 08:05+0000\n"
|
||||
"Last-Translator: Linerly <linerly@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Indonesian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/id/>\n"
|
||||
"Language: id\n"
|
||||
"Language-Team: Indonesian "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/id/>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -792,11 +794,11 @@ msgstr "Agen pengguna Anda: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Plugin zona waktu"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Tampilkan waktu saat ini dalam zona waktu yang berbeda."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1120,6 +1122,7 @@ msgstr "Persentase"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1628,8 +1631,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Ubah pemformatan URL hasil"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repositori"
|
||||
msgid "Repository"
|
||||
msgstr "Repositori"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2264,3 +2267,5 @@ msgstr "sembunyikan video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Ubah tata letak SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repositori"
|
||||
|
||||
Binary file not shown.
@@ -44,18 +44,19 @@
|
||||
# LinuxWizard <linuxwizard@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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-12 14:08+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1147,6 +1148,7 @@ msgstr "Percentuale"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametro"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1657,8 +1659,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Modifica formattazione URL del risultato"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "ripostiglo"
|
||||
msgid "Repository"
|
||||
msgstr "Repositorio"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2412,3 +2414,5 @@ msgstr "nascondi video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Cambia la disposizione di SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "ripostiglo"
|
||||
|
||||
Binary file not shown.
@@ -31,20 +31,22 @@
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
# norizou <norizou@noreply.codeberg.org>, 2025.
|
||||
# c2qd <c2qd@noreply.codeberg.org>, 2025.
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-08-15 07:10+0000\n"
|
||||
"Last-Translator: c2qd <c2qd@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -793,11 +795,11 @@ msgstr "あなたのユーザーエージェントは: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "タイムゾーンのプラグイン"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "現在の時間を異なるタイムゾーンで表示します"
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1116,6 +1118,7 @@ msgstr "確率"
|
||||
msgid "Parameter"
|
||||
msgstr "パラメータ"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1601,7 +1604,7 @@ msgid "Change result URL formatting"
|
||||
msgstr "検索結果のURL書式を変更"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr "リポジトリ"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2288,3 +2291,5 @@ msgstr "動画を隠す"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "SearXNGレイアウトの変更"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "リポジトリ"
|
||||
|
||||
Binary file not shown.
@@ -15,20 +15,23 @@
|
||||
# curtwheeler <curtwheeler@users.noreply.translate.codeberg.org>, 2025.
|
||||
# return42 <return42@noreply.codeberg.org>, 2025.
|
||||
# yoonhahwang <yoonhahwang@noreply.codeberg.org>, 2025.
|
||||
# choonarine <choonarine@noreply.codeberg.org>, 2025.
|
||||
# pywc <pywc@noreply.codeberg.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-15 05:18+0000\n"
|
||||
"Last-Translator: yoonhahwang <yoonhahwang@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-04 04:09+0000\n"
|
||||
"Last-Translator: choonarine <choonarine@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -129,12 +132,12 @@ msgstr "패키지"
|
||||
#. CATEGORY_GROUPS['Q_A']
|
||||
#: searx/searxng.msg
|
||||
msgid "q&a"
|
||||
msgstr "Q&A"
|
||||
msgstr "자주 묻는 질문"
|
||||
|
||||
#. CATEGORY_GROUPS['REPOS']
|
||||
#: searx/searxng.msg
|
||||
msgid "repos"
|
||||
msgstr "리포지토리"
|
||||
msgstr "저장소"
|
||||
|
||||
#. CATEGORY_GROUPS['SOFTWARE_WIKIS']
|
||||
#: searx/searxng.msg
|
||||
@@ -194,12 +197,12 @@ msgstr "운량"
|
||||
#. WEATHER_TERMS['CONDITION']
|
||||
#: searx/searxng.msg
|
||||
msgid "Condition"
|
||||
msgstr "상태"
|
||||
msgstr "날씨"
|
||||
|
||||
#. WEATHER_TERMS['CURRENT CONDITION']
|
||||
#: searx/searxng.msg
|
||||
msgid "Current condition"
|
||||
msgstr "현재 상태"
|
||||
msgstr "현재 날씨"
|
||||
|
||||
#. WEATHER_TERMS['EVENING']
|
||||
#: searx/searxng.msg
|
||||
@@ -219,7 +222,7 @@ msgstr "습도"
|
||||
#. WEATHER_TERMS['MAX TEMP.']
|
||||
#: searx/searxng.msg
|
||||
msgid "Max temp."
|
||||
msgstr "최대 기온"
|
||||
msgstr "최고 기온"
|
||||
|
||||
#. WEATHER_TERMS['MIN TEMP.']
|
||||
#: searx/searxng.msg
|
||||
@@ -279,17 +282,17 @@ msgstr "풍속"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Clear sky"
|
||||
msgstr "깨끗한 하늘"
|
||||
msgstr "맑은 하늘"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Partly cloudy"
|
||||
msgstr "구름 조금"
|
||||
msgstr "약간 흐림"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Cloudy"
|
||||
msgstr "구름"
|
||||
msgstr "흐림"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
@@ -304,12 +307,12 @@ msgstr "안개"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light rain and thunder"
|
||||
msgstr "조금의 비와 천둥 번개"
|
||||
msgstr "약한 비와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light rain showers and thunder"
|
||||
msgstr "소나기와 천둥 번개"
|
||||
msgstr "약한 소나기와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
@@ -319,7 +322,7 @@ msgstr "약한 소나기"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light rain"
|
||||
msgstr "조금의 비"
|
||||
msgstr "약한 비"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
@@ -344,142 +347,142 @@ msgstr "비"
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy rain and thunder"
|
||||
msgstr "센 비와 천둥번개"
|
||||
msgstr "강한 비와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy rain showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "강한 소나기와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy rain showers"
|
||||
msgstr ""
|
||||
msgstr "강한 소나기"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy rain"
|
||||
msgstr ""
|
||||
msgstr "강한 비"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light sleet and thunder"
|
||||
msgstr ""
|
||||
msgstr "약한 진눈깨비와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light sleet showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "약한 진눈깨비 소나기와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light sleet showers"
|
||||
msgstr ""
|
||||
msgstr "약한 진눈깨비 소나기"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light sleet"
|
||||
msgstr ""
|
||||
msgstr "약한 진눈깨비"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Sleet and thunder"
|
||||
msgstr ""
|
||||
msgstr "진눈깨비와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Sleet showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "진눈깨비 소나기와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Sleet showers"
|
||||
msgstr ""
|
||||
msgstr "진눈깨비 소나기"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Sleet"
|
||||
msgstr ""
|
||||
msgstr "진눈깨비"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy sleet and thunder"
|
||||
msgstr ""
|
||||
msgstr "강한 진눈깨비와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy sleet showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "강한 진눈깨비 소나기와 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy sleet showers"
|
||||
msgstr ""
|
||||
msgstr "강한 진눈깨비 소나기"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy sleet"
|
||||
msgstr ""
|
||||
msgstr "강한 진눈깨비"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light snow and thunder"
|
||||
msgstr ""
|
||||
msgstr "약한 눈과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light snow showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "약한 소나기눈과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light snow showers"
|
||||
msgstr ""
|
||||
msgstr "약한 소나기눈"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Light snow"
|
||||
msgstr ""
|
||||
msgstr "약한 눈"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Snow and thunder"
|
||||
msgstr ""
|
||||
msgstr "눈과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Snow showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "소나기눈과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Snow showers"
|
||||
msgstr ""
|
||||
msgstr "소나기눈"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Snow"
|
||||
msgstr ""
|
||||
msgstr "눈"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy snow and thunder"
|
||||
msgstr ""
|
||||
msgstr "폭설과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy snow showers and thunder"
|
||||
msgstr ""
|
||||
msgstr "강한 소나기눈과 천둥번개"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy snow showers"
|
||||
msgstr ""
|
||||
msgstr "강한 소나기눈"
|
||||
|
||||
#. WEATHER_CONDITIONS
|
||||
#: searx/searxng.msg
|
||||
msgid "Heavy snow"
|
||||
msgstr ""
|
||||
msgstr "폭설"
|
||||
|
||||
#. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
|
||||
#: searx/engines/lemmy.py:85 searx/searxng.msg
|
||||
@@ -715,15 +718,15 @@ msgstr "파일 품질"
|
||||
|
||||
#: searx/plugins/ahmia_filter.py:32
|
||||
msgid "Ahmia blacklist"
|
||||
msgstr ""
|
||||
msgstr "Ahmia 블랙리스트"
|
||||
|
||||
#: searx/plugins/ahmia_filter.py:33
|
||||
msgid "Filter out onion results that appear in Ahmia's blacklist."
|
||||
msgstr ""
|
||||
msgstr "Onion 검색 결과중 Ahmia 블랙리스트에 포함된 페이지를 제외합니다."
|
||||
|
||||
#: searx/plugins/calculator.py:38
|
||||
msgid "Basic Calculator"
|
||||
msgstr ""
|
||||
msgstr "기본 계산기"
|
||||
|
||||
#: searx/plugins/calculator.py:39
|
||||
msgid "Calculate mathematical expressions via the search bar"
|
||||
@@ -737,7 +740,8 @@ msgstr "해시 플러그인"
|
||||
msgid ""
|
||||
"Converts strings to different hash digests. Available functions: md5, "
|
||||
"sha1, sha224, sha256, sha384, sha512."
|
||||
msgstr ""
|
||||
msgstr "문자열을 해시값으로 변환합니다. 이용 가능한 함수: md5, sha1, sha224, sha256, "
|
||||
"sha384, sha512."
|
||||
|
||||
#: searx/plugins/hash_plugin.py:64
|
||||
msgid "hash digest"
|
||||
@@ -749,7 +753,8 @@ msgstr "호스트 이름 플러그인"
|
||||
|
||||
#: searx/plugins/hostnames.py:124
|
||||
msgid "Rewrite hostnames and remove or prioritize results based on the hostname"
|
||||
msgstr ""
|
||||
msgstr "호스트명을 덮어씌우고 호스트명을 기준으로 결과를 제거하거나 우선순위를 "
|
||||
"지정합니다"
|
||||
|
||||
#: searx/plugins/oa_doi_rewrite.py:55
|
||||
msgid "Open Access DOI rewrite"
|
||||
@@ -781,11 +786,11 @@ msgstr "당신의 사용자 에이전트는: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "시간대역 (타임존) 플러그인"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "현재 시간을 다른 시간대로 표시합니다."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -821,7 +826,7 @@ msgstr "반환된 URL에서 추적기 매개변수 제거"
|
||||
|
||||
#: searx/plugins/unit_converter.py:49
|
||||
msgid "Unit converter plugin"
|
||||
msgstr ""
|
||||
msgstr "단위 변환 플러그인"
|
||||
|
||||
#: searx/plugins/unit_converter.py:50
|
||||
msgid "Convert between units"
|
||||
@@ -965,7 +970,7 @@ msgstr "P95"
|
||||
|
||||
#: searx/templates/simple/preferences.html:136
|
||||
msgid "Failed checker test(s): "
|
||||
msgstr "실패한 검사기 테스트: "
|
||||
msgstr "검사기 테스트 실패: "
|
||||
|
||||
#: searx/templates/simple/preferences.html:138
|
||||
msgid "Errors:"
|
||||
@@ -1106,6 +1111,7 @@ msgstr "백분율"
|
||||
msgid "Parameter"
|
||||
msgstr "매개변수"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1146,7 +1152,7 @@ msgstr "동의어"
|
||||
|
||||
#: searx/templates/simple/answer/weather.html:19
|
||||
msgid "Feels Like"
|
||||
msgstr ""
|
||||
msgstr "체감 온도"
|
||||
|
||||
#: searx/templates/simple/elements/answers.html:2
|
||||
msgid "Answers"
|
||||
@@ -1326,7 +1332,7 @@ msgstr "자동 완성"
|
||||
|
||||
#: searx/templates/simple/preferences/autocomplete.html:15
|
||||
msgid "Show possible queries as you type"
|
||||
msgstr ""
|
||||
msgstr "입력하는 동안 검색어 예측"
|
||||
|
||||
#: searx/templates/simple/preferences/center_alignment.html:2
|
||||
msgid "Center Alignment"
|
||||
@@ -1334,7 +1340,7 @@ msgstr "중앙 정렬"
|
||||
|
||||
#: searx/templates/simple/preferences/center_alignment.html:14
|
||||
msgid "Display results in the center of the page (Oscar layout)."
|
||||
msgstr ""
|
||||
msgstr "결과를 페이지 중앙에 표시합니다 (Oscar 레이아웃)."
|
||||
|
||||
#: searx/templates/simple/preferences/cookies.html:2
|
||||
msgid ""
|
||||
@@ -1344,7 +1350,7 @@ msgstr "SearXNG이 컴퓨터에 저장하는 쿠키 목록입니다."
|
||||
|
||||
#: searx/templates/simple/preferences/cookies.html:3
|
||||
msgid "With this list, you can assess the transparency of SearXNG."
|
||||
msgstr ""
|
||||
msgstr "이 목록을 이용하여, SearXNG의 투명성을 평가할 수 있습니다."
|
||||
|
||||
#: searx/templates/simple/preferences/cookies.html:9
|
||||
msgid "Cookie name"
|
||||
@@ -1372,7 +1378,8 @@ msgstr "다른 브라우저에서 설정을 복구하기 위한 URL"
|
||||
msgid ""
|
||||
"A URL containing your preferences. This URL can be used to restore your "
|
||||
"settings on a different device."
|
||||
msgstr ""
|
||||
msgstr "환경설정을 포함하고 있는 URL. 이 URL은 환경설정을 다른 기기에 적용하기 위해 "
|
||||
"사용할 수 있습니다."
|
||||
|
||||
#: searx/templates/simple/preferences/cookies.html:46
|
||||
msgid "Copy preferences hash"
|
||||
@@ -1402,7 +1409,8 @@ msgstr "DOI 재작성에 사용된 서비스 선택"
|
||||
msgid ""
|
||||
"This tab does not exist in the user interface, but you can search with "
|
||||
"these engines via !bangs."
|
||||
msgstr ""
|
||||
msgstr "이 탭은 사용자 인터페이스에 존재하지 않지만, !bangs를 통해 다음 엔진들로 "
|
||||
"검색할 수 있습니다."
|
||||
|
||||
#: searx/templates/simple/preferences/engines.html:15
|
||||
msgid "Enable all"
|
||||
@@ -1430,21 +1438,23 @@ msgstr "최대시간"
|
||||
|
||||
#: searx/templates/simple/preferences/favicon.html:2
|
||||
msgid "Favicon Resolver"
|
||||
msgstr ""
|
||||
msgstr "파비콘 리졸버"
|
||||
|
||||
#: searx/templates/simple/preferences/favicon.html:15
|
||||
msgid "Display favicons near search results"
|
||||
msgstr ""
|
||||
msgstr "검색 결과 옆에 파비콘 표시하기"
|
||||
|
||||
#: searx/templates/simple/preferences/footer.html:2
|
||||
msgid ""
|
||||
"These settings are stored in your cookies. This allows us not to store "
|
||||
"this data about you."
|
||||
msgstr ""
|
||||
msgstr "이 설정은 사용자의 쿠키에 저장되어 있습니다. 이것은 저희가 사용자의 데이터를 "
|
||||
"수집하지 않기 위함입니다."
|
||||
|
||||
#: searx/templates/simple/preferences/footer.html:3
|
||||
msgid "These cookies serve your sole convenience; we don't use them to track you."
|
||||
msgstr ""
|
||||
msgstr "이 쿠키는 사용자의 편의를 위하여 존재합니다. 이 쿠키는 사용자를 추적하기 "
|
||||
"위해 사용되지 않습니다."
|
||||
|
||||
#: searx/templates/simple/preferences/footer.html:6
|
||||
msgid "Save"
|
||||
@@ -1480,7 +1490,7 @@ msgstr "이미지 우회"
|
||||
|
||||
#: searx/templates/simple/preferences/image_proxy.html:14
|
||||
msgid "Proxy image results through SearXNG"
|
||||
msgstr ""
|
||||
msgstr "SearXNG를 통해 중개된 이미지 검색결과"
|
||||
|
||||
#: searx/templates/simple/preferences/infinite_scroll.html:2
|
||||
msgid "Infinite scroll"
|
||||
@@ -1490,7 +1500,7 @@ msgstr "무한 스크롤"
|
||||
msgid ""
|
||||
"Automatically load the next page when scrolling to the bottom of the "
|
||||
"current page"
|
||||
msgstr ""
|
||||
msgstr "페이지 가장 밑으로 스크롤 시 자동으로 다음 페이지 로드하기"
|
||||
|
||||
#: searx/templates/simple/preferences/language.html:24
|
||||
msgid "What language do you prefer for search?"
|
||||
@@ -1520,11 +1530,11 @@ msgstr "활성화 할 경우, 결과 페이지 제목에 검색어가 표시 됩
|
||||
|
||||
#: searx/templates/simple/preferences/results_on_new_tab.html:2
|
||||
msgid "Results in new tabs"
|
||||
msgstr ""
|
||||
msgstr "새 탭에 결과 표시하기"
|
||||
|
||||
#: searx/templates/simple/preferences/results_on_new_tab.html:14
|
||||
msgid "Open result links in new browser tabs"
|
||||
msgstr ""
|
||||
msgstr "새로운 탭에서 결과 링크 열기"
|
||||
|
||||
#: searx/templates/simple/preferences/safesearch.html:20
|
||||
msgid "Filter content"
|
||||
@@ -1538,7 +1548,8 @@ msgstr "특정 카테고리 검색"
|
||||
msgid ""
|
||||
"Perform a search immediately if a category is selected. Disable to select"
|
||||
" multiple categories"
|
||||
msgstr ""
|
||||
msgstr "카테고리 하나 선택 시 즉시 검색하기. 여러 카테고리를 선택하려면 "
|
||||
"비활성화하세요"
|
||||
|
||||
#: searx/templates/simple/preferences/theme.html:2
|
||||
msgid "Theme"
|
||||
@@ -1546,7 +1557,7 @@ msgstr "테마"
|
||||
|
||||
#: searx/templates/simple/preferences/theme.html:14
|
||||
msgid "Change the layout of SearXNG"
|
||||
msgstr ""
|
||||
msgstr "SearXNG의 레이아웃 변경"
|
||||
|
||||
#: searx/templates/simple/preferences/theme.html:19
|
||||
msgid "Theme style"
|
||||
@@ -1574,27 +1585,27 @@ msgstr "레이아웃 언어 변경"
|
||||
|
||||
#: searx/templates/simple/preferences/urlformatting.html:2
|
||||
msgid "URL formatting"
|
||||
msgstr ""
|
||||
msgstr "URL 형식"
|
||||
|
||||
#: searx/templates/simple/preferences/urlformatting.html:8
|
||||
msgid "Pretty"
|
||||
msgstr ""
|
||||
msgstr "상당한"
|
||||
|
||||
#: searx/templates/simple/preferences/urlformatting.html:13
|
||||
msgid "Full"
|
||||
msgstr ""
|
||||
msgstr "가득 찬"
|
||||
|
||||
#: searx/templates/simple/preferences/urlformatting.html:18
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
msgstr "호스트"
|
||||
|
||||
#: searx/templates/simple/preferences/urlformatting.html:23
|
||||
msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
msgstr "URL 포맷 변경"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "리포지토리"
|
||||
msgid "Repository"
|
||||
msgstr "저장소"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2162,3 +2173,5 @@ msgstr "비디오 숨기기"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "SearXNG 레이아웃 변경"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "리포지토리"
|
||||
|
||||
Binary file not shown.
@@ -16,20 +16,21 @@
|
||||
# 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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Lithuanian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/lt/>\n"
|
||||
"Language: lt\n"
|
||||
"Language-Team: Lithuanian "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/lt/>\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100"
|
||||
" < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < "
|
||||
"11) ? 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 % 10 == 1 && (n % 100 > 19 || n % 100 < "
|
||||
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 :"
|
||||
" n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1113,6 +1114,7 @@ msgstr "Procentinė dalis"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametras"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1607,8 +1609,8 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "saugyklos"
|
||||
msgid "Repository"
|
||||
msgstr "Saugykla"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2331,3 +2333,5 @@ msgstr "slėpti vaizdo įrašą"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Pakeiskite SearXNG išdėstymą"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "saugyklos"
|
||||
|
||||
Binary file not shown.
@@ -16,17 +16,18 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Latvian <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/lv/>\n"
|
||||
"Language: lv\n"
|
||||
"Language-Team: Latvian "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/lv/>\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100"
|
||||
" <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 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 == 0 || n % 100 >= 11 && n % 100 <= "
|
||||
"19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1112,6 +1113,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1600,8 +1602,8 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr ""
|
||||
msgid "Repository"
|
||||
msgstr "Glabātava"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2060,3 +2062,5 @@ msgstr "slēpt video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Mainīt SearXNG izkārtojumu"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: SearXNG -\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+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"
|
||||
@@ -1084,6 +1084,7 @@ msgstr ""
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1569,7 +1570,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
|
||||
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-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-08-19 23:09+0000\n"
|
||||
"Last-Translator: Kemystra <kemystra@noreply.codeberg.org>\n"
|
||||
"Language: ms\n"
|
||||
@@ -1138,6 +1138,7 @@ msgstr "Peratus"
|
||||
msgid "Parameter"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1629,7 +1630,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2092,3 +2093,6 @@ msgstr "sembunyikkan video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -22,16 +22,17 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-12 14:08+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1121,6 +1122,7 @@ msgstr "Prosentandel"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1624,8 +1626,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Endre formatering av resultat-URL"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "pakkebrønner"
|
||||
msgid "Repository"
|
||||
msgstr "Repositorium"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2278,3 +2280,5 @@ msgstr "skjul video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Endre SearXNG-sideoppsett"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "pakkebrønner"
|
||||
|
||||
Binary file not shown.
@@ -39,18 +39,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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-06-24 13:04+0000\n"
|
||||
"Last-Translator: SecularSteve <secularsteve@noreply.codeberg.org>\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@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.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -1143,6 +1144,7 @@ msgstr "Percentage"
|
||||
msgid "Parameter"
|
||||
msgstr "Parameter"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1653,8 +1655,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Pas de resultaat URL opmaak aan"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repo's"
|
||||
msgid "Repository"
|
||||
msgstr "Opslagplaats"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2415,3 +2417,5 @@ msgstr "verberg video"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Verander lay-out van SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repo's"
|
||||
|
||||
Binary file not shown.
@@ -16,7 +16,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: searx\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-08-28 08:53+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-06-22 17:06+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language: oc\n"
|
||||
@@ -1099,6 +1099,7 @@ msgstr "Percentatge"
|
||||
msgid "Parameter"
|
||||
msgstr "Paramètre"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1586,7 +1587,7 @@ msgid "Change result URL formatting"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
@@ -2297,3 +2298,6 @@ msgstr "escondre la vidèo"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -34,20 +34,21 @@
|
||||
# JonaszPotoniec <jonaszpotoniec@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-08-28 08:53+0000\n"
|
||||
"PO-Revision-Date: 2025-07-16 18:08+0000\n"
|
||||
"POT-Creation-Date: 2025-09-01 12:54+0000\n"
|
||||
"PO-Revision-Date: 2025-09-02 04:50+0000\n"
|
||||
"Last-Translator: return42 <return42@noreply.codeberg.org>\n"
|
||||
"Language-Team: Polish <https://translate.codeberg.org/projects/searxng/"
|
||||
"searxng/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"Language-Team: Polish "
|
||||
"<https://translate.codeberg.org/projects/searxng/searxng/pl/>\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
||||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 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 ? 0 : (n%10>=2 && n%10<=4) && ("
|
||||
"n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
"Generated-By: Babel 2.17.0\n"
|
||||
|
||||
#. CONSTANT_NAMES['NO_SUBGROUPING']
|
||||
@@ -765,7 +766,7 @@ msgstr ""
|
||||
|
||||
#: searx/plugins/hash_plugin.py:64
|
||||
msgid "hash digest"
|
||||
msgstr "wartość hash"
|
||||
msgstr "Wartość hash"
|
||||
|
||||
#: searx/plugins/hostnames.py:123
|
||||
msgid "Hostnames plugin"
|
||||
@@ -811,11 +812,11 @@ msgstr "Twój agent użytkownika to: "
|
||||
|
||||
#: searx/plugins/time_zone.py:34
|
||||
msgid "Timezones plugin"
|
||||
msgstr ""
|
||||
msgstr "Plugin Stref Czasu"
|
||||
|
||||
#: searx/plugins/time_zone.py:35
|
||||
msgid "Display the current time on different time zones."
|
||||
msgstr ""
|
||||
msgstr "Wyświetl aktualny czas w innych strefach czasowych."
|
||||
|
||||
#: searx/plugins/tor_check.py:42
|
||||
msgid "Tor check plugin"
|
||||
@@ -1139,6 +1140,7 @@ msgstr "Odsetek"
|
||||
msgid "Parameter"
|
||||
msgstr "Parametr"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:29
|
||||
#: searx/templates/simple/result_templates/files.html:36
|
||||
#: searx/templates/simple/stats.html:119
|
||||
msgid "Filename"
|
||||
@@ -1646,8 +1648,8 @@ msgid "Change result URL formatting"
|
||||
msgstr "Zmień formatowanie adresów URL wyników"
|
||||
|
||||
#: searx/templates/simple/result_templates/code.html:13
|
||||
msgid "repo"
|
||||
msgstr "repozytorium"
|
||||
msgid "Repository"
|
||||
msgstr "Repozytorium"
|
||||
|
||||
#: searx/templates/simple/result_templates/default.html:6
|
||||
#: searx/templates/simple/result_templates/files.html:8
|
||||
@@ -2392,3 +2394,5 @@ msgstr "ukryj wideo"
|
||||
#~ msgid "Change SearXNG layout"
|
||||
#~ msgstr "Zmień wygląd SearXNG"
|
||||
|
||||
#~ msgid "repo"
|
||||
#~ msgstr "repozytorium"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user