Compare commits

..
Author SHA1 Message Date
shamoon 143b225019 Fix: also correct unbroken long names on small cards 2026-09-04 09:27:10 -07:00
dependabot[bot] a07e1cea75 docker-compose(deps): Bump gotenberg/gotenberg in /docker/compose (#13910)
Bumps gotenberg/gotenberg from 8.34 to 8.36.

---
updated-dependencies:
- dependency-name: gotenberg/gotenberg
  dependency-version: '8.36'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-04 09:18:04 -07:00
dependabot[bot] 99f2ef9b89 Chore(deps-dev): Bump the development group across 1 directory with 2 updates (#13911)
Bumps the development group with 2 updates in the / directory: [zensical](https://github.com/zensical/zensical) and [ruff](https://github.com/astral-sh/ruff).


Updates `zensical` from 0.0.51 to 0.0.57
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](https://github.com/zensical/zensical/compare/v0.0.51...v0.0.57)

Updates `ruff` from 0.16.1 to 0.16.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.16.1...0.16.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: zensical
  dependency-version: 0.0.57
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-04 15:52:43 +00:00
dependabot[bot] 705b45e507 docker(deps): Bump astral-sh/uv (#13914)
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.5-python3.14-trixie-slim to 0.12.9-python3.14-trixie-slim.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.12.5...0.12.9)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.12.8-python3.14-trixie-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-04 15:38:19 +00:00
102 changed files with 811 additions and 806 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RUN set -eux \
# Purpose: Installs s6-overlay and rootfs
# Comments:
# - Don't leave anything extra in here either
FROM ghcr.io/astral-sh/uv:0.12.5-python3.14-trixie-slim AS s6-overlay-base
FROM ghcr.io/astral-sh/uv:0.12.9-python3.14-trixie-slim AS s6-overlay-base
WORKDIR /usr/src/s6
+1 -1
View File
@@ -4,7 +4,7 @@
# correct networking for the tests
services:
gotenberg:
image: docker.io/gotenberg/gotenberg:8.34
image: docker.io/gotenberg/gotenberg:8.36
hostname: gotenberg
container_name: gotenberg
network_mode: host
@@ -72,7 +72,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
image: docker.io/gotenberg/gotenberg:8.34
image: docker.io/gotenberg/gotenberg:8.36
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
@@ -67,7 +67,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
image: docker.io/gotenberg/gotenberg:8.34
image: docker.io/gotenberg/gotenberg:8.36
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
@@ -56,7 +56,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
image: docker.io/gotenberg/gotenberg:8.34
image: docker.io/gotenberg/gotenberg:8.36
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
@@ -60,16 +60,16 @@
<div class="list-group list-group-flush border-0 pt-1 pb-2 card-info">
@if (document()) {
@if (displayFields().includes(DisplayField.DOCUMENT_TYPE) && document().document_type) {
<button type="button" class="list-group-item list-group-item-action bg-transparent ps-0 p-1 border-0" title="Toggle document type filter" i18n-title
<button type="button" class="list-group-item list-group-item-action bg-transparent ps-0 p-1 border-0 d-flex align-items-start" title="Toggle document type filter" i18n-title
(click)="clickDocumentType.emit(document().document_type);$event.stopPropagation()">
<i-bs width="1em" height="1em" class="me-2 text-muted" name="file-earmark"></i-bs>
<i-bs width="1em" height="1em" class="me-2 text-muted flex-shrink-0" name="file-earmark"></i-bs>
<small>{{document().document_type | documentTypeName | async}}</small>
</button>
}
@if (displayFields().includes(DisplayField.STORAGE_PATH) && document().storage_path) {
<button type="button" class="list-group-item list-group-item-action bg-transparent ps-0 p-1 border-0" title="Toggle storage path filter" i18n-title
<button type="button" class="list-group-item list-group-item-action bg-transparent ps-0 p-1 border-0 d-flex align-items-start" title="Toggle storage path filter" i18n-title
(click)="clickStoragePath.emit(document().storage_path);$event.stopPropagation()">
<i-bs width="1em" height="1em" class="me-2 text-muted" name="folder"></i-bs>
<i-bs width="1em" height="1em" class="me-2 text-muted flex-shrink-0" name="folder"></i-bs>
<small>{{document().storage_path | storagePathName | async}}</small>
</button>
}
@@ -69,6 +69,11 @@
button {
line-height: 1;
small {
min-width: 0;
overflow-wrap: anywhere;
}
&:hover,
&:focus {
background-color: transparent !important;
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">فتح المرشح <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Отвори <x id="PH" equiv-text="this.title"/> филтър</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Obrir <x id="PH" equiv-text="this.title"/> filtre</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Otevřít filtr <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated"><x id="PH" equiv-text="this.title"/> Filter öffnen</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="final"><x id="PH" equiv-text="this.title"/> Filter öffnen</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Abrir <x id="PH" equiv-text="this.title"/> filtro</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Ouvrir le filtre <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">פתחו מסנן <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Otvorite filtar <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated"><x id="PH" equiv-text="this.title"/> filter megnyitása</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Buka <x id="PH" equiv-text="this.title"/> saring</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Apri filtro <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated"><x id="PH" equiv-text="this.title"/> フィルタを開く</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">"<x id="PH" equiv-text="this.title"/>" 필터 열기</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Otwórz <x id="PH" equiv-text="this.title"/> filtr</target>
</trans-unit>
+1 -1
View File
@@ -7003,7 +7003,7 @@ Erro ao enviar documentos por e-mail</target>
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Abrir <x id="PH" equiv-text="this.title"/> filtro</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Deschide <x id="PH" equiv-text="this.title"/> filtru</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Открыть фильтр <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Odpri filter <x id="PH" equiv-text="this.title"/></target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Hap <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Otvori <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Öppna <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="needs-translation">Open <x id="PH" equiv-text="this.title"/> filter</target>
</trans-unit>
+1 -1
View File
@@ -7004,7 +7004,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated"><x id="PH" equiv-text="this.title"/> filtresini aç</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">Відкрити <x id="PH" equiv-text="this.title"/> фільтр</target>
</trans-unit>
+1 -1
View File
@@ -7030,7 +7030,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="final">
OpenFilter
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">开启<x id="PH" equiv-text="this.title"/>过滤</target>
</trans-unit>
+1 -1
View File
@@ -7002,7 +7002,7 @@
<source>Open <x id="PH" equiv-text="this.title"/> filter</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts</context>
<context context-type="linenumber">874</context>
<context context-type="linenumber">856</context>
</context-group>
<target state="translated">開啟 <x id="PH" equiv-text="this.title"/> 篩選器</target>
</trans-unit>
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
"Language: af_ZA\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Ongeldige kleur."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Lêertipe %(type)s word nie ondersteun nie"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ongeldige veranderlike bespeur."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Amharic\n"
"Language: am_ET\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "لون خاطئ."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "نوع الملف %(type)s غير مدعوم"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "اكتشاف متغير خاطئ."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Belarusian\n"
"Language: be_BY\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Няправільны колер."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Тып файла %(type)s не падтрымліваецца"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Выяўлена няправільная зменная."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "стартиране на работните процеси"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Невалиден цвят."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Файловия тип %(type)s не се поддържа"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Засечена е невалидна променлива."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Catalan\n"
"Language: ca_ES\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "flux corrents"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Permisos insuficients."
@@ -1620,38 +1620,38 @@ msgstr "Permisos insuficients."
msgid "Invalid color."
msgstr "Color Invàlid."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tipus arxiu %(type)s no suportat"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID de camp personalizat ha de ser enter: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Camp personalitzat amb ID %(id)s no existeix"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Camps personalitzats han de ser una llista d'enters o un objecte que mapegi els identificadors amb els valors."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Alguns camps personalitzats no existeixen o s'han especificat dues vegades."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variable detectada invàlida."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Duplicat d'identificadors de documents no permès."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Documents no trobats: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"Language: cs_CZ\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "spuštění pracovních postupů"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Nedostatečná oprávnění."
@@ -1620,38 +1620,38 @@ msgstr "Nedostatečná oprávnění."
msgid "Invalid color."
msgstr "Neplatná barva."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Typ souboru %(type)s není podporován"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Vlastní ID pole musí být celé číslo: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Vlastní pole s ID %(id)s neexistuje"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Vlastní pole musí být seznam celých čísel nebo ID pro mapování objektů na hodnoty."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Některá vlastní pole neexistují nebo byla zadána dvakrát."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Zjištěna neplatná proměnná."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"Language: da_DK\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "workflow-kørsler"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Ugyldig farve."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Filtype %(type)s understøttes ikke"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ugyldig variabel fundet."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: German, Switzerland\n"
"Language: de_CH\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "Arbeitsablauf wird ausgeführt"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Unzureichende Berechtigungen."
@@ -1620,38 +1620,38 @@ msgstr "Unzureichende Berechtigungen."
msgid "Invalid color."
msgstr "Ungültige Farbe."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Dateityp %(type)s nicht unterstützt"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Feld-ID eines benutzerdefinierten Felds muss eine Ganzzahl sein: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Benutzerdefiniertes Feld mit ID %(id)s existiert nicht"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Benutzerdefinierte Felder müssen eine Liste von Ganzzahlen oder ein Objekt mit Zuordnung von IDs zu Werten sein."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Einige benutzerdefinierte Felder existieren nicht oder wurden zweimal angegeben."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ungültige Variable erkannt."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Doppelte Dokumentbezeichner sind nicht erlaubt."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumente nicht gefunden: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "Arbeitsablauf wird ausgeführt"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Unzureichende Berechtigungen."
@@ -1620,38 +1620,38 @@ msgstr "Unzureichende Berechtigungen."
msgid "Invalid color."
msgstr "Ungültige Farbe."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Dateityp %(type)s nicht unterstützt"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Zusatzfeld-ID muss eine Ganzzahl sein: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Zusatzfeld mit ID %(id)s existiert nicht"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Zusatzfelder müssen eine Liste von Ganzzahlen oder ein Objekt mit Zuordnung von IDs zu Werten sein."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Einige Zusatzfelder existieren nicht oder wurden zweimal angegeben."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ungültige Variable erkannt."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Doppelte Dokumentbezeichner sind nicht erlaubt."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumente nicht gefunden: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Greek\n"
"Language: el_GR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "εκτελέσεις ροής εργασίας"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Άκυρο χρώμα."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Ο τύπος αρχείου %(type)s δεν υποστηρίζεται"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Εντοπίστηκε μη έγκυρη μεταβλητή."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Language: es_ES\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "ejecuciones de flujo de trabajo"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Permisos insuficientes."
@@ -1620,38 +1620,38 @@ msgstr "Permisos insuficientes."
msgid "Invalid color."
msgstr "Color inválido."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tipo de fichero %(type)s no suportado"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "El id del campo personalizado debe ser un entero: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "El campo personalizado con identificador %(id)s no existe"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Los campos personalizados deben ser una lista de enteros o un identificador de mapeo de objetos a valores."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Algunos campos personalizados no existen o fueron especificados dos veces."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variable inválida."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "No se permiten identificadores de documento duplicados."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Documentos no encontrados: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Estonian\n"
"Language: et_EE\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Persian\n"
"Language: fa_IR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "گردش کار اجرا می شود"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "رنگ نامعتبر"
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "متغیر نامعتبر شناسایی شده است."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"Language: fi_FI\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Virheellinen väri."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tiedostotyyppiä %(type)s ei tueta"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Virheellinen muuttuja havaittu."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: French\n"
"Language: fr_FR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "le flux de travail s'exécute"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Droits insuffisants."
@@ -1620,38 +1620,38 @@ msgstr "Droits insuffisants."
msgid "Invalid color."
msgstr "Couleur incorrecte."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Type de fichier %(type)s non pris en charge"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "L'id du champ personnalisé doit être un entier : %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Le champ personnalisé avec l'id %(id)s n'existe pas"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Les champs personnalisés doivent être une liste d'entiers ou un mappage d'identifiants à des valeurs."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Certains champs personnalisés n'existent pas ou ont été spécifiés deux fois."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variable invalide détectée."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Les identificateurs de document en double ne sont pas autorisés."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Documents introuvables : %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Hebrew\n"
"Language: he_IL\n"
@@ -1612,7 +1612,7 @@ msgid "workflow runs"
msgstr "הרצות זרימת עבודה"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "הרשאות אינן מספיקות."
@@ -1621,38 +1621,38 @@ msgstr "הרשאות אינן מספיקות."
msgid "Invalid color."
msgstr "צבע לא חוקי."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "סוג קובץ %(type)s לא נתמך"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "שדה מותאם אישית id חייב להיות מספרי: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "שדה מותאם אישית עם מזהה %(id)s איננו קיים"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "שדות מותאמים אישית חייבים להיות רשימה של מספרים שלמים או אובייקט הממפה מזהים לערכים."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "חלק מהשדות המותאמים אישית אינם קיימים או שהוגדרו פעמיים."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "משתנה לא חוקי זוהה."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "מזהי מסמכים כפולים אינם מורשים."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "מסמכים לא נמצאו: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Hindi\n"
"Language: hi_IN\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Croatian\n"
"Language: hr_HR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "tijek rada pokrenut"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Nedovoljne ovlasti."
@@ -1620,38 +1620,38 @@ msgstr "Nedovoljne ovlasti."
msgid "Invalid color."
msgstr "Nevažeća boja."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Vrsta datoteke %(type)s nije podržana"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID prilagođenog polja mora biti cijeli broj: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Prilagođeno polje s ID-om %(id)s ne postoji"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Prilagođena polja moraju biti popis cijelih brojeva ili ID-ova objekata koji preslikavaju vrijednosti."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Neka prilagođena polja ne postoje ili su navedena dvaput."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Otkrivena je nevaljana vrsta datoteke."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Duplicirani identifikatori dokumenata nisu dopušteni."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumenti nisu pronađeni: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"Language: hu_HU\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "munkafolyamat futtatások"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Nincs jogosúltsága."
@@ -1620,38 +1620,38 @@ msgstr "Nincs jogosúltsága."
msgid "Invalid color."
msgstr "Érvénytelen szín."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "%(type)s fájltípus nem támogatott"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Az egyéni mező azonosítójának egész számnak kell lennie: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "A(z) %(id)s azonosítójú egyéni mező nem létezik"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Az egyéni mezőknek egész számok listájának vagy azonosítókat értékekhez rendelő objektumnak kell lenniük."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Néhány egyéni mező nem létezik, vagy kétszer lett megadva."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Érvénytelen változó észlelve."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "A dokumentumazonosítók duplikálása nem megengedett."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumentumok nem találhatók: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"Language: id_ID\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "daftar jalankan alur kerja"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Izin tidak mencukupi"
@@ -1620,38 +1620,38 @@ msgstr "Izin tidak mencukupi"
msgid "Invalid color."
msgstr "Warna tidak sesuai."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Jenis berkas %(type)s tidak didukung"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Id kolom kustom harus berupa bilangan bulat: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Kolom kustom dengan id %(id)s tidak ada"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Kolom kustom harus berupa daftar bilangan bulat atau objek yang memetakan id ke nilai."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Beberapa kolom kustom tidak ada atau ditentukan dua kali."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variabel ilegal terdeteksi."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Penggunaan pengenal dokumen ganda tidak diperbolehkan."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumen tidak ditemukan: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"Language: it_IT\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "esecuzioni del flusso di lavoro"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Autorizzazioni insufficienti."
@@ -1620,38 +1620,38 @@ msgstr "Autorizzazioni insufficienti."
msgid "Invalid color."
msgstr "Colore non valido."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Il tipo di file %(type)s non è supportato"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "L'ID del campo personalizzato deve essere un numero intero: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Il campo personalizzato con ID %(id)s non esiste"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "I campi personalizzati devono essere un elenco di numeri interi o un oggetto che mappa gli ID ai valori."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Alcuni campi personalizzati non esistono o sono stati specificati due volte."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variabile non valida rilevata."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Non sono consentiti identificatori di documenti duplicati."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Documenti non trovati: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"Language: ja_JP\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "ワークフローの実行"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "無効な色"
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "ファイルタイプ %(type)s はサポートされていません"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "無効な変数を検出しました"
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "워크플로우 실행"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "사용자 정의 ID 필드는 반드시 정수여야 합니다: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "%(id)s를 ID로 가지는 사용자 정의 필드가 존재하지 않습니다."
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "사용자 정의 필드는 정수 리스트이거나, ID를 값에 매핑하는 객체여야 합니다."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "존재하지 않거나 중복된 사용자 정의 필드가 있습니다."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "잘못된 변수가 감지되었습니다."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Luxembourgish\n"
"Language: lb_LU\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Ongëlteg Faarf."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Fichierstyp %(type)s net ënnerstëtzt"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ongëlteg Zeechen detektéiert."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Latvian\n"
"Language: lv_LV\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Macedonian\n"
"Language: mk_MK\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Malay\n"
"Language: ms_MY\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr ""
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr ""
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr ""
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"Language: nl_NL\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Ongeldig kleur."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Bestandstype %(type)s niet ondersteund"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Aangepast veld met id %(id)s bestaat niet"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Aangepaste velden moeten een lijst van numerieke waarden zijn of een object mapping id naar waarden."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Sommige aangepaste velden bestaan niet of zijn dubbel opgegeven."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ongeldige variabele ontdekt."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+87 -87
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 15:28\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"Language: no_NO\n"
@@ -282,119 +282,119 @@ msgstr "Arkiv"
#: documents/models.py:530
msgid "Bank"
msgstr "Bank"
msgstr ""
#: documents/models.py:531
msgid "Basket"
msgstr "Kurv"
msgstr ""
#: documents/models.py:532
msgid "Bell"
msgstr "Bjelle"
msgstr ""
#: documents/models.py:533
msgid "Bookmark"
msgstr "Bokmerke"
msgstr ""
#: documents/models.py:534
msgid "Boxes"
msgstr "Bokser"
msgstr ""
#: documents/models.py:535
msgid "Briefcase"
msgstr "Koffert"
msgstr ""
#: documents/models.py:536
msgid "Building"
msgstr "Bygning"
msgstr ""
#: documents/models.py:537
msgid "Calculator"
msgstr "Kalkulator"
msgstr ""
#: documents/models.py:538
msgid "Calendar"
msgstr "Kalender"
msgstr ""
#: documents/models.py:539
msgid "Camera"
msgstr "Kamera"
msgstr ""
#: documents/models.py:540
msgid "Checklist"
msgstr "Sjekkliste"
msgstr ""
#: documents/models.py:541
msgid "Cash"
msgstr "Kontanter"
msgstr ""
#: documents/models.py:542
msgid "Chat"
msgstr "Samtale"
msgstr ""
#: documents/models.py:543
msgid "Check"
msgstr "Sjekk"
msgstr ""
#: documents/models.py:544
msgid "Clipboard"
msgstr "Utklippstavle"
msgstr ""
#: documents/models.py:545
msgid "Clock"
msgstr "Klokke"
msgstr ""
#: documents/models.py:546
msgid "Credit card"
msgstr "Kredittkort"
msgstr ""
#: documents/models.py:547
msgid "Download"
msgstr "Last ned"
msgstr ""
#: documents/models.py:548
msgid "Envelope"
msgstr "Konvolutt"
msgstr ""
#: documents/models.py:549
msgid "Warning"
msgstr "Advarsel"
msgstr ""
#: documents/models.py:550
msgid "File"
msgstr "Fil"
msgstr ""
#: documents/models.py:551
msgid "Checked file"
msgstr "Avkrysset fil"
msgstr ""
#: documents/models.py:552
msgid "Locked file"
msgstr "Låst fil"
msgstr ""
#: documents/models.py:553
msgid "Medical file"
msgstr "Medisinsk fil"
msgstr ""
#: documents/models.py:554
msgid "Person file"
msgstr "Personlig fil"
msgstr ""
#: documents/models.py:557
msgid "Spreadsheet"
msgstr "Regneark"
msgstr ""
#: documents/models.py:559
msgid "Text file"
msgstr "Tekstfil"
msgstr ""
#: documents/models.py:560
msgid "Files"
msgstr "Filer"
msgstr ""
#: documents/models.py:561
msgid "Folder"
msgstr "Mappe"
msgstr ""
#: documents/models.py:562 paperless_mail/admin.py:58
msgid "Filter"
@@ -402,87 +402,87 @@ msgstr "Filtrer"
#: documents/models.py:563
msgid "Gear"
msgstr "Tannhjul"
msgstr ""
#: documents/models.py:564
msgid "Globe"
msgstr "Klode"
msgstr ""
#: documents/models.py:565
msgid "Hash"
msgstr "Hash"
msgstr ""
#: documents/models.py:566
msgid "Heart"
msgstr "Hjerte"
msgstr ""
#: documents/models.py:567
msgid "House"
msgstr "Hus"
msgstr ""
#: documents/models.py:568
msgid "Inbox"
msgstr "Innboks"
msgstr ""
#: documents/models.py:569
msgid "Journals"
msgstr "Tidsskrifter"
msgstr ""
#: documents/models.py:570
msgid "Task list"
msgstr "Oppgaveliste"
msgstr ""
#: documents/models.py:571
msgid "Newspaper"
msgstr "Avis"
msgstr ""
#: documents/models.py:572
msgid "Attachment"
msgstr "Vedlegg"
msgstr ""
#: documents/models.py:573
msgid "People"
msgstr "Mennesker"
msgstr ""
#: documents/models.py:574
msgid "Person"
msgstr "Person"
msgstr ""
#: documents/models.py:575
msgid "Printer"
msgstr "Skriver"
msgstr ""
#: documents/models.py:576
msgid "Receipt"
msgstr "Kvittering"
msgstr ""
#: documents/models.py:577
msgid "Safe"
msgstr "Sikker"
msgstr ""
#: documents/models.py:578
msgid "Search"
msgstr "Søk"
msgstr ""
#: documents/models.py:579
msgid "Send"
msgstr "Send"
msgstr ""
#: documents/models.py:580
msgid "Shop"
msgstr "Butikk"
msgstr ""
#: documents/models.py:581
msgid "Stack"
msgstr "Stabel"
msgstr ""
#: documents/models.py:582
msgid "Stars"
msgstr "Stjerner"
msgstr ""
#: documents/models.py:583
msgid "Tag"
msgstr "Merke"
msgstr ""
#: documents/models.py:584 documents/models.py:599 documents/models.py:1689
msgid "Tags"
@@ -494,15 +494,15 @@ msgstr ""
#: documents/models.py:586
msgid "Truck"
msgstr "Lastebil"
msgstr ""
#: documents/models.py:587
msgid "Barcode"
msgstr "Strekkode"
msgstr ""
#: documents/models.py:588
msgid "Wallet"
msgstr "Lommebok"
msgstr ""
#: documents/models.py:591
msgid "Table"
@@ -562,7 +562,7 @@ msgstr "Sider"
#: documents/models.py:613
msgid "icon"
msgstr "ikon"
msgstr ""
#: documents/models.py:620
msgid "sort field"
@@ -830,7 +830,7 @@ msgstr "Tilbakekalt"
#: documents/models.py:761
msgid "Consume File"
msgstr "Bruk fil"
msgstr "Forbruk fil"
#: documents/models.py:762
msgid "Train Classifier"
@@ -878,7 +878,7 @@ msgstr "Massesletting"
#: documents/models.py:773
msgid "Apply AI Suggestions"
msgstr "Bruk KI-forslag"
msgstr ""
#: documents/models.py:782 documents/models.py:1353
msgid "Scheduled"
@@ -898,7 +898,7 @@ msgstr "Mappeforbruk"
#: documents/models.py:786
msgid "Email Consume"
msgstr "E-posthenting"
msgstr "E-postforbruk"
#: documents/models.py:787
msgid "System"
@@ -1379,23 +1379,23 @@ msgstr "Flytt til papirkurven"
#: documents/models.py:1680
msgid "Remote OCR"
msgstr "Ekstern OCR"
msgstr ""
#: documents/models.py:1684
msgid "Apply AI suggestions"
msgstr "Bruk KI-forslag"
msgstr ""
#: documents/models.py:1691
msgid "Document type"
msgstr "Dokumenttype"
msgstr ""
#: documents/models.py:1692
msgid "Storage path"
msgstr "Lagringssti"
msgstr ""
#: documents/models.py:1693
msgid "Created date"
msgstr "Opprettet dato"
msgstr ""
#: documents/models.py:1696
msgid "Workflow Action Type"
@@ -1548,27 +1548,27 @@ msgstr "Passwords to try when removing PDF protection. Separate with commas or n
#: documents/models.py:1933
msgid "AI suggestion fields"
msgstr "KI forslags felter"
msgstr ""
#: documents/models.py:1937
msgid "Which of the AI-suggested fields to apply to the document."
msgstr "Hvilke av KI-foreslåtte felter som skal gjelde for dokumentet."
msgstr ""
#: documents/models.py:1942
msgid "create missing objects"
msgstr "opprett manglende objekter"
msgstr ""
#: documents/models.py:1945
msgid "Create suggested tags, correspondents, document types and storage paths that do not already exist instead of skipping them."
msgstr "Opprett foreslåtte merker, korrespondenter, dokumenttyper og lagringsveier som ikke allerede eksisterer i stedet for å hoppe over dem."
msgstr ""
#: documents/models.py:1951
msgid "overwrite existing values"
msgstr "overskrive eksisterende verdier"
msgstr ""
#: documents/models.py:1954
msgid "Apply suggestions even if the document already has a value for that field. Tags are always added to, never replaced."
msgstr "Bruk forslag selv om dokumentet allerede har en verdi for feltet. Merker blir alltid lagt til, aldri erstattet."
msgstr ""
#: documents/models.py:1960
msgid "workflow action"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "workflow runs (NO)"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Insufficient permissions. (NO)"
@@ -1620,38 +1620,38 @@ msgstr "Insufficient permissions. (NO)"
msgid "Invalid color."
msgstr "Ugyldig farge."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Filtype %(type)s støttes ikke"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Egendefinert felt-id må være et heltall: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Egendefinert felt med id %(id)s finnes ikke"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Custom fields must be a list of integers or an object mapping ids to values. (NO)"
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Some custom fields don't exist or were specified twice. (NO)"
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ugyldig variabel oppdaget."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Duplicate document identifiers are not allowed. (NO)"
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Documents not found: %(ids)s (NO)"
@@ -2022,15 +2022,15 @@ msgstr "CMYK (NO)"
#: paperless/models.py:82
msgid "Azure AI Document Intelligence"
msgstr "Azure KI dokumentetterretning"
msgstr ""
#: paperless/models.py:90
msgid "All supported documents"
msgstr "Alle støttede dokumenter"
msgstr ""
#: paperless/models.py:91
msgid "Only when a workflow enables it"
msgstr "Bare når en arbeidsflyt aktiverer den"
msgstr ""
#: paperless/models.py:95 paperless/models.py:105
msgid "OpenAI-compatible"
@@ -2154,19 +2154,19 @@ msgstr "Enables splitting on tag barcodes"
#: paperless/models.py:312
msgid "Sets the remote OCR engine"
msgstr "Angir ekstern OCR motor"
msgstr ""
#: paperless/models.py:321
msgid "Sets the remote OCR API key"
msgstr "Angir ekstern OCR API-nøkkel"
msgstr ""
#: paperless/models.py:329
msgid "Sets the remote OCR endpoint"
msgstr "Angir ekstern OCR endepunkt"
msgstr ""
#: paperless/models.py:337
msgid "Sets which documents are sent to the remote OCR engine"
msgstr "Angir hvilke dokumenter som skal sendes til ekstern OCR motor"
msgstr ""
#: paperless/models.py:349
msgid "Enables AI features"
@@ -2402,7 +2402,7 @@ msgstr "Tilordne metadata til dokumenter som brukes fra denne regelen automatisk
#: paperless_mail/apps.py:8
msgid "Paperless mail"
msgstr "Paperless e-post"
msgstr "Paperløst e-post"
#: paperless_mail/models.py:10
msgid "mail account"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "uruchomienia przepływu pracy"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Niewystarczające uprawnienia."
@@ -1620,38 +1620,38 @@ msgstr "Niewystarczające uprawnienia."
msgid "Invalid color."
msgstr "Nieprawidłowy kolor."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Typ pliku %(type)s nie jest obsługiwany"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Identyfikator pola niestandardowego musi być liczbą całkowitą: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Pole niestandardowe z id %(id)s nie istnieje"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Pola niestandardowe muszą być listą liczb całkowitych lub obiektem mapującym identyfikatory na wartości."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Niektóre niestandardowe pola nie istnieją lub zostały określone dwukrotnie."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Wykryto nieprawidłową zmienną."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Nie dopuszcza się powielania identyfikatorów dokumentów."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Nie znaleziono dokumentów: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
@@ -1612,7 +1612,7 @@ msgid "workflow runs"
msgstr "execução de fluxo de trabalho"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1621,38 +1621,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Cor inválida."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tipo de arquivo %(type)s não suportado"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "O ID do campo personalizado deve ser um número inteiro: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Não existe um campo personalizado com o ID %(id)s"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Campos personalizados devem estar em uma lista de números inteiros ou em um objeto que relacione IDs a valores."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Campos personalizados inválidos ou duplicados."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variável inválida detectada."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Cor invalida."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tipo de arquivo %(type)s não suportado"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variável inválida detetada."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Romanian\n"
"Language: ro_RO\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "rulări flux de lucru"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Culoare invalidă."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Tip de fișier %(type)s nesuportat"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Id-ul câmpului personalizat trebuie să fie un număr întreg: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Câmp personalizat cu id %(id)s nu există"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Câmpurile personalizate trebuie să fie o listă de numere întregi sau un obiect mapping ids la valori."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Unele câmpuri personalizate nu există sau au fost specificate de două ori."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Variabilă nevalidă detectată."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "запуски рабочего процесса"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Недостаточно прав."
@@ -1620,38 +1620,38 @@ msgstr "Недостаточно прав."
msgid "Invalid color."
msgstr "Неверный цвет."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Тип файла %(type)s не поддерживается"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Идентификатор настраиваемого поля должен быть целым числом: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Пользовательское поле с идентификатором %(id)s не существует"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Пользовательские поля должны быть списком целых чисел или идентификаторами отображения объектов значений."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Некоторые пользовательские поля не существуют или были указаны дважды."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Обнаружена неверная переменная."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Повторяющиеся идентификаторы документа не допускаются."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Документы не найдены: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"Language: sk_SK\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "spustenia pracovných postupov"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Neplatná farba."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Typ súboru %(type)s nie je podporovaný"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Zistená neplatná premenná."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Slovenian\n"
"Language: sl_SI\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "poteka dela"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Nezadostna dovoljenja."
@@ -1620,38 +1620,38 @@ msgstr "Nezadostna dovoljenja."
msgid "Invalid color."
msgstr "Napačna barva."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Vrsta datoteke %(type)s ni podprta"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID polja po meri mora biti celo število: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Polje po meri z ID-jem %(id)s ne obstaja"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Polja po meri morajo biti seznam celih števil ali objekt, ki preslika ID-je v vrednosti."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Nekatera polja po meri ne obstajajo ali pa so bila navedena dvakrat."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Zaznani neveljavni znaki."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Podvojeni identifikatorji dokumentov niso dovoljeni."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumentov ni bilo mogoče najti: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Albanian\n"
"Language: sq_AL\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "ekzekutime rrjedhash pune"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Leje të pamjaftueshme."
@@ -1620,38 +1620,38 @@ msgstr "Leje të pamjaftueshme."
msgid "Invalid color."
msgstr "Ngjyrë e pavlefshme."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Lloji i skedarit %(type)s nuk mbështetet"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID-ja e fushës së personalizuar duhet të jetë numër i plotë: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Fusha e personalizuar me ID %(id)s nuk ekziston"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Disa fusha të personalizuara nuk ekzistojnë ose janë specifikuar dy herë."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "U zbulua variabël e pavlefshme."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Identifikuesit dublikatë të dokumenteve nuk lejohen."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumentet nuk u gjetën: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Serbian (Latin)\n"
"Language: sr_CS\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "pokretanje tokova rada"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Nedovoljne dozvole."
@@ -1620,38 +1620,38 @@ msgstr "Nedovoljne dozvole."
msgid "Invalid color."
msgstr "Nevažeća boja."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Vrsta datoteke %(type)s nije podržana"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID prilagođenog polja mora biti ceo broj: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Prilagođeno polje sa ID-em %(id)s ne postoji"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Prilagođena polja moraju biti lista celih brojeva ili objekat koji mapira identifikatore na vrednosti."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Neka prilagođena polja ne postoje ili su navedena dva puta."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Otkrivena je nevažeća promenljiva."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Duplirani identifikatori dokumenata nisu dozvoljeni."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumenti nisu pronađeni: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"Language: sv_SE\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "arbetsflöde körs"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Otillräckliga behörigheter."
@@ -1620,38 +1620,38 @@ msgstr "Otillräckliga behörigheter."
msgid "Invalid color."
msgstr "Ogiltig färg."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Filtypen %(type)s stöds inte"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "Anpassat fält-id måste vara ett heltal: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Anpassat fält med id %(id)s finns inte"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Anpassade fält måste vara en lista med heltal eller ett objekt som mappar ID:n till värden."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Vissa anpassade fält finns inte eller har angetts två gånger."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Ogiltig variabel upptäckt."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Dubbletter av dokumentidentifierare är inte tillåtna."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dokumenten hittades inte: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Thai\n"
"Language: th_TH\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "สีไม่ถูกต้อง"
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "ไม่รองรับไฟล์ประเภท %(type)s"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "ตรวจพบตัวแปรไม่ถูกต้อง"
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"Language: tr_TR\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "iş akışı çalıştırma"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Yetersiz izin."
@@ -1620,38 +1620,38 @@ msgstr "Yetersiz izin."
msgid "Invalid color."
msgstr "Geçersiz renk."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Dosya türü %(type)s desteklenmiyor"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "%(id)s özel alan numarası tam sayı olmalıdır"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "%(id)s numaralı özel alan mevcut değil"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Özel alanlar bir tam sayı olarak veya bir nesne haritası numaraları olmalıdır."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Bazı õzel alan numaraları mevcut değil yada iki kez tanımlanmıș."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Geçersiz değişken algılandı."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Doküman kimliği çakışmasına izin verilmiyor."
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Dosyalar bulunamadı: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr ""
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr ""
@@ -1620,38 +1620,38 @@ msgstr ""
msgid "Invalid color."
msgstr "Неправильний колір."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Тип файлу %(type)s не підтримується"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr ""
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr ""
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr ""
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr ""
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Виявлено неправильну змінну."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr ""
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr ""
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"Language: vi_VN\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "các lần chạy quy trình"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "Không có đủ quyền."
@@ -1620,38 +1620,38 @@ msgstr "Không có đủ quyền."
msgid "Invalid color."
msgstr "Màu không hợp lệ."
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "Loại tập tin %(type)s không được hỗ trợ"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "ID trường tùy chỉnh phải là số nguyên: %(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "Trường tùy chỉnh với ID %(id)s không tồn tại"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "Trường tùy chỉnh phải là danh sách số nguyên hoặc đối tượng ánh xạ ID sang giá trị."
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "Một số trường tùy chỉnh không tồn tại hoặc được chỉ định hai lần."
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "Đã phát hiện biến số không hợp lệ."
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "Không cho phép các định danh tài liệu trùng lặp"
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "Không tìm thấy tài liệu: %(ids)s"
+11 -11
View File
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-04 14:16+0000\n"
"PO-Revision-Date: 2026-09-04 14:25\n"
"POT-Creation-Date: 2026-09-02 18:09+0000\n"
"PO-Revision-Date: 2026-09-02 18:11\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -1611,7 +1611,7 @@ msgid "workflow runs"
msgstr "工作流运行"
#: documents/serialisers.py:524 documents/serialisers.py:878
#: documents/serialisers.py:2838 documents/views.py:314 documents/views.py:2623
#: documents/serialisers.py:2830 documents/views.py:314 documents/views.py:2623
#: paperless_mail/serialisers.py:156
msgid "Insufficient permissions."
msgstr "权限不足。"
@@ -1620,38 +1620,38 @@ msgstr "权限不足。"
msgid "Invalid color."
msgstr "无效的颜色"
#: documents/serialisers.py:2315
#: documents/serialisers.py:2307
#, python-format
msgid "File type %(type)s not supported"
msgstr "不支持文件类型 %(type)s"
#: documents/serialisers.py:2359
#: documents/serialisers.py:2351
#, python-format
msgid "Custom field id must be an integer: %(id)s"
msgstr "自定义字段 id 必须是数字:%(id)s"
#: documents/serialisers.py:2366
#: documents/serialisers.py:2358
#, python-format
msgid "Custom field with id %(id)s does not exist"
msgstr "自定义字段 id %(id)s 不存在"
#: documents/serialisers.py:2383 documents/serialisers.py:2393
#: documents/serialisers.py:2375 documents/serialisers.py:2385
msgid "Custom fields must be a list of integers or an object mapping ids to values."
msgstr "自定义字段必须为整数列表,或是一个将ID映射到值的对象。"
#: documents/serialisers.py:2388
#: documents/serialisers.py:2380
msgid "Some custom fields don't exist or were specified twice."
msgstr "部分自定义字段不存在或重复指定。"
#: documents/serialisers.py:2535
#: documents/serialisers.py:2527
msgid "Invalid variable detected."
msgstr "检测到无效变量。"
#: documents/serialisers.py:2894
#: documents/serialisers.py:2886
msgid "Duplicate document identifiers are not allowed."
msgstr "不允许重复文档标识符。"
#: documents/serialisers.py:2924 documents/views.py:4624
#: documents/serialisers.py:2916 documents/views.py:4624
#, python-format
msgid "Documents not found: %(ids)s"
msgstr "未找到文档:%(ids)s"

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