From bf468ac64fdc4f72c4b794de07beeadc21b878ca Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sat, 23 Aug 2025 04:00:02 -0700
Subject: [PATCH 01/19] Documentation: fix cache invalidation command in
documentation (#10665)
---
docs/administration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/administration.md b/docs/administration.md
index 3fe8bc19a..ddf51bf9a 100644
--- a/docs/administration.md
+++ b/docs/administration.md
@@ -471,7 +471,7 @@ Failing to invalidate the cache after such modifications can lead to stale data
Use the following management command to clear the cache:
```
-invalidate_cachalot
+python3 manage.py invalidate_cachalot
```
!!! info
From 4275e18c10e04c8177d18fb25b4aca07be4b45a3 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 26 Aug 2025 20:31:30 +0000
Subject: [PATCH 02/19] Auto translate strings
---
src-ui/messages.xlf | 70 ++++++++++++++++++++++-----------------------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index e2dd388b6..6b794c912 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2544,11 +2544,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1017
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1382
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3156,7 +3156,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 970
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -6579,7 +6579,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1381
@@ -6869,56 +6869,56 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 573
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 583
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 591
src/app/services/open-documents.service.ts
@@ -6929,67 +6929,67 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 598
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 607
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 659
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 688
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 860
src/app/components/document-detail/document-detail.component.ts
- 882
+ 884
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 890
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 939
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 971
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 972
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7000,7 +7000,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 974
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7011,14 +7011,14 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 993
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1013
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7029,67 +7029,67 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1014
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1015
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1025
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1036
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1085
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1162
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1400
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1412
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1479
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1483
From 909ccebb34e0745288e987925a137753ad63f35c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 26 Aug 2025 14:59:05 -0700
Subject: [PATCH 03/19] docker(deps): Bump astral-sh/uv to 0.8.13 (#10685)
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.8.8-python3.12-bookworm-slim to 0.8.13-python3.12-bookworm-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.8.8...0.8.13)
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.8.13-python3.12-bookworm-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 69196843b..a2cfb488b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,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.8.8-python3.12-bookworm-slim AS s6-overlay-base
+FROM ghcr.io/astral-sh/uv:0.8.13-python3.12-bookworm-slim AS s6-overlay-base
WORKDIR /usr/src/s6
From 27d72ebb184092f8dcf70435f34a335c0e0785f9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Aug 2025 14:53:35 -0700
Subject: [PATCH 04/19] docker-compose(deps): Bump gotenberg/gotenberg from
8.20 to 8.22 in /docker/compose (#10687)
Bumps gotenberg/gotenberg from 8.20 to 8.22.
---
updated-dependencies:
- dependency-name: gotenberg/gotenberg
dependency-version: '8.22'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docker/compose/docker-compose.ci-test.yml | 2 +-
docker/compose/docker-compose.mariadb-tika.yml | 2 +-
docker/compose/docker-compose.postgres-tika.yml | 2 +-
docker/compose/docker-compose.sqlite-tika.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker/compose/docker-compose.ci-test.yml b/docker/compose/docker-compose.ci-test.yml
index 9eb1afe19..6cbfffd40 100644
--- a/docker/compose/docker-compose.ci-test.yml
+++ b/docker/compose/docker-compose.ci-test.yml
@@ -4,7 +4,7 @@
# correct networking for the tests
services:
gotenberg:
- image: docker.io/gotenberg/gotenberg:8.20
+ image: docker.io/gotenberg/gotenberg:8.22
hostname: gotenberg
container_name: gotenberg
network_mode: host
diff --git a/docker/compose/docker-compose.mariadb-tika.yml b/docker/compose/docker-compose.mariadb-tika.yml
index b4522c26b..c13cdd2bb 100644
--- a/docker/compose/docker-compose.mariadb-tika.yml
+++ b/docker/compose/docker-compose.mariadb-tika.yml
@@ -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.20
+ image: docker.io/gotenberg/gotenberg:8.22
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.
diff --git a/docker/compose/docker-compose.postgres-tika.yml b/docker/compose/docker-compose.postgres-tika.yml
index 818e1b130..c6b90a48f 100644
--- a/docker/compose/docker-compose.postgres-tika.yml
+++ b/docker/compose/docker-compose.postgres-tika.yml
@@ -66,7 +66,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
- image: docker.io/gotenberg/gotenberg:8.20
+ image: docker.io/gotenberg/gotenberg:8.22
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.
diff --git a/docker/compose/docker-compose.sqlite-tika.yml b/docker/compose/docker-compose.sqlite-tika.yml
index 86a6f5031..6d83cbdf9 100644
--- a/docker/compose/docker-compose.sqlite-tika.yml
+++ b/docker/compose/docker-compose.sqlite-tika.yml
@@ -55,7 +55,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg:
- image: docker.io/gotenberg/gotenberg:8.20
+ image: docker.io/gotenberg/gotenberg:8.22
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.
From 10ccccc9870e71055c7c41afc0aad7bcf9d03ca4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Aug 2025 15:07:50 -0700
Subject: [PATCH 05/19] docker-compose(deps): Bump library/mariadb from 11 to
12 in /docker/compose (#10621)
Bumps library/mariadb from 11 to 12.
---
updated-dependencies:
- dependency-name: library/mariadb
dependency-version: '12'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docker/compose/docker-compose.mariadb-tika.yml | 2 +-
docker/compose/docker-compose.mariadb.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/compose/docker-compose.mariadb-tika.yml b/docker/compose/docker-compose.mariadb-tika.yml
index c13cdd2bb..84e96d281 100644
--- a/docker/compose/docker-compose.mariadb-tika.yml
+++ b/docker/compose/docker-compose.mariadb-tika.yml
@@ -35,7 +35,7 @@ services:
volumes:
- redisdata:/data
db:
- image: docker.io/library/mariadb:11
+ image: docker.io/library/mariadb:12
restart: unless-stopped
volumes:
- dbdata:/var/lib/mysql
diff --git a/docker/compose/docker-compose.mariadb.yml b/docker/compose/docker-compose.mariadb.yml
index b33e7e889..2265703da 100644
--- a/docker/compose/docker-compose.mariadb.yml
+++ b/docker/compose/docker-compose.mariadb.yml
@@ -31,7 +31,7 @@ services:
volumes:
- redisdata:/data
db:
- image: docker.io/library/mariadb:11
+ image: docker.io/library/mariadb:12
restart: unless-stopped
volumes:
- dbdata:/var/lib/mysql
From 4e0f5dff95c1b0aefaebcb7c8fed110ee4e4eba8 Mon Sep 17 00:00:00 2001
From: sidey79 <7968127+sidey79@users.noreply.github.com>
Date: Thu, 28 Aug 2025 00:23:23 +0200
Subject: [PATCH 06/19] Development: allow devcontainer pytest to find tests
(#10671)
* Fix:[settings.json]: update pytest configuration in VSCode settings
* chore[pckage.json]: Add pnmp as packagemanager
* Chore[package.json]: revert
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
---
.devcontainer/vscode/settings.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.devcontainer/vscode/settings.json b/.devcontainer/vscode/settings.json
index 86c718cad..bd8251a4a 100644
--- a/.devcontainer/vscode/settings.json
+++ b/.devcontainer/vscode/settings.json
@@ -1,11 +1,10 @@
{
- "python.testing.pytestArgs": [
- "src"
- ],
+ "python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"files.watcherExclude": {
"**/.venv/**": true,
"**/pytest_cache/**": true
- }
+ },
+ "python.testing.cwd": "${workspaceFolder}/src"
}
From d9459ac37f71da6011d1911d6987daf26fe49aa8 Mon Sep 17 00:00:00 2001
From: david-loe <56305409+david-loe@users.noreply.github.com>
Date: Thu, 28 Aug 2025 17:07:34 +0200
Subject: [PATCH 07/19] Performance: Enable virtual scrolling for large custom
field selects (#10708)
---
.../custom-fields-query-dropdown.component.html | 1 +
.../src/app/components/common/input/select/select.component.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
index 57aff1bd9..22a1eec2e 100644
--- a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
+++ b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
@@ -51,6 +51,7 @@
100"
bindLabel="label"
bindValue="id"
[(ngModel)]="atom.value"
diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html
index ef7be3b62..7aa4ef94a 100644
--- a/src-ui/src/app/components/common/input/select/select.component.html
+++ b/src-ui/src/app/components/common/input/select/select.component.html
@@ -19,6 +19,7 @@
[class.private]="isPrivate"
[clearable]="allowNull"
[items]="items"
+ [virtualScroll]="items?.length > 100"
[addTag]="allowCreateNew && addItemRef"
addTagText="Add item"
i18n-addTagText="Used for both types, correspondents, storage paths"
From dbbebaeb89599fc0dbd9ded42a599f960a885b8e Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 28 Aug 2025 15:09:58 +0000
Subject: [PATCH 08/19] Auto translate strings
---
src-ui/messages.xlf | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 6b794c912..2f9baf5f9 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -3361,11 +3361,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
@@ -3376,29 +3376,29 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3409,7 +3409,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3436,21 +3436,21 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
@@ -5277,7 +5277,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5388,7 +5388,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
From 7b679e11bc0ac134a9eef2e0b78d4cd48486fa81 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 29 Aug 2025 09:37:58 -0700
Subject: [PATCH 09/19] Fix: wrap long view titles in sidebar (#10715)
---
src-ui/src/app/components/app-frame/app-frame.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index 4e294a837..7ec92cda8 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -113,7 +113,7 @@
[disablePopover]="!slimSidebarEnabled" placement="end" container="body" triggers="mouseenter:mouseleave"
popoverClass="popover-slim">
- {{view.name}}
+ {{view.name}}
@if (showSidebarCounts && !slimSidebarEnabled) {
{{ savedViewService.getDocumentCount(view) }}
}
From 08887cb8e30934ec351b2f0241a447f5218ce9d4 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 29 Aug 2025 09:55:43 -0700
Subject: [PATCH 10/19] Fix: hide sidebar counts during saved views
organization (#10716)
---
src-ui/src/app/components/app-frame/app-frame.component.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.ts b/src-ui/src/app/components/app-frame/app-frame.component.ts
index b29f3fc05..28f6ad9b9 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.ts
+++ b/src-ui/src/app/components/app-frame/app-frame.component.ts
@@ -287,6 +287,9 @@ export class AppFrameComponent
}
get showSidebarCounts(): boolean {
- return this.settingsService.get(SETTINGS_KEYS.SIDEBAR_VIEWS_SHOW_COUNT)
+ return (
+ this.settingsService.get(SETTINGS_KEYS.SIDEBAR_VIEWS_SHOW_COUNT) &&
+ !this.settingsService.organizingSidebarSavedViews
+ )
}
}
From fdef774a16ca59ad672eb87e1575427048325f67 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 29 Aug 2025 18:07:40 +0000
Subject: [PATCH 11/19] Chore(deps): Bump the small-changes group across 1
directory with 6 updates (#10714)
Bumps the small-changes group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.19.1` |
| [gotenberg-client](https://github.com/stumpylog/gotenberg-client) | `0.10.0` | `0.11.0` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.13.0` | `3.14.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.17` | `9.6.18` |
| [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) | `4.1.4` | `4.1.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.12.11` |
Updates `filelock` from 3.18.0 to 3.19.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.18.0...3.19.1)
Updates `gotenberg-client` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/stumpylog/gotenberg-client/releases)
- [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stumpylog/gotenberg-client/compare/0.10.0...0.11.0)
Updates `rapidfuzz` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.13.0...v3.14.0)
Updates `mkdocs-material` from 9.6.17 to 9.6.18
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.17...9.6.18)
Updates `pre-commit-uv` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/tox-dev/pre-commit-uv/releases)
- [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.4...4.1.5)
Updates `ruff` from 0.12.9 to 0.12.11
- [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.12.9...0.12.11)
---
updated-dependencies:
- dependency-name: filelock
dependency-version: 3.19.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: gotenberg-client
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: rapidfuzz
dependency-version: 3.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: mkdocs-material
dependency-version: 9.6.18
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: pre-commit-uv
dependency-version: 4.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: ruff
dependency-version: 0.12.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 6 +-
uv.lock | 194 ++++++++++++++++++++++++++-----------------------
2 files changed, 105 insertions(+), 95 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 0c741cd91..6c26f8f2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,9 +41,9 @@ dependencies = [
"drf-spectacular~=0.28",
"drf-spectacular-sidecar~=2025.8.1",
"drf-writable-nested~=0.7.1",
- "filelock~=3.18.0",
+ "filelock~=3.19.1",
"flower~=2.0.1",
- "gotenberg-client~=0.10.0",
+ "gotenberg-client~=0.11.0",
"httpx-oauth~=0.16",
"imap-tools~=1.11.0",
"inotifyrecursive~=0.3",
@@ -60,7 +60,7 @@ dependencies = [
"python-ipware~=3.0.0",
"python-magic~=0.4.27",
"pyzbar~=0.1.9",
- "rapidfuzz~=3.13.0",
+ "rapidfuzz~=3.14.0",
"redis[hiredis]~=5.2.1",
"scikit-learn~=1.7.0",
"setproctitle~=1.3.4",
diff --git a/uv.lock b/uv.lock
index 38b988838..52c53823e 100644
--- a/uv.lock
+++ b/uv.lock
@@ -991,11 +991,11 @@ wheels = [
[[package]]
name = "filelock"
-version = "3.18.0"
+version = "3.19.1"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz", hash = "sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2", size = 18075, upload-time = "2025-03-14T07:11:40.47Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/40/bb/0ab3e58d22305b6f5440629d20683af28959bf793d98d11950e305c1c326/filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58", size = 17687, upload-time = "2025-08-14T16:56:03.016Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/4d/36/2a115987e2d8c300a974597416d9de88f2444426de9571f4b59b2cca3acc/filelock-3.18.0-py3-none-any.whl", hash = "sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de", size = 16215, upload-time = "2025-03-14T07:11:39.145Z" },
+ { url = "https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl", hash = "sha256:d38e30481def20772f5baf097c122c3babc4fcdb7e14e57049eb9d88c6dc017d", size = 15988, upload-time = "2025-08-14T16:56:01.633Z" },
]
[[package]]
@@ -1028,15 +1028,15 @@ wheels = [
[[package]]
name = "gotenberg-client"
-version = "0.10.0"
+version = "0.11.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "httpx", extra = ["http2"], marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
{ name = "typing-extensions", marker = "(python_full_version < '3.11' and sys_platform == 'darwin') or (python_full_version < '3.11' and sys_platform == 'linux')" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/46/f4/aa1edff06d2da0bd41d05ee1d0f8459a580e8b9fa6658203cd2a37f85101/gotenberg_client-0.10.0.tar.gz", hash = "sha256:27da0ba29eb313d747b8940558d43588bfb816458829e4cb5e2697bfe645732d", size = 1209616, upload-time = "2025-04-21T16:38:53.809Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/c4/e8/65928856a46023eda0af83d65987a99aa5190557f64c3c30478b91229070/gotenberg_client-0.11.0.tar.gz", hash = "sha256:44479d996fb4103fc324d84395cc4a762863a033833ac1fc63490e96109f50d7", size = 1210349, upload-time = "2025-08-28T15:34:50.814Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/95/54/b28368353815f1cc40c19c8bbae4c99b059e15e2771dfbbf00648a72b29e/gotenberg_client-0.10.0-py3-none-any.whl", hash = "sha256:581625accd7fae3514be16294f576a579bc0cbedbd1575ce897786a371d72ea7", size = 50782, upload-time = "2025-04-21T16:38:51.944Z" },
+ { url = "https://files.pythonhosted.org/packages/93/cd/39cb6a32fa17632daddf0a1d26f0b7930cec0b5bb7ed585f792af98ab5b5/gotenberg_client-0.11.0-py3-none-any.whl", hash = "sha256:641891f26912c3201d4faae8d40fd47584229d63059b3c8b1c0efd476b2eff88", size = 50849, upload-time = "2025-08-28T15:34:49.184Z" },
]
[[package]]
@@ -1687,7 +1687,7 @@ wheels = [
[[package]]
name = "mkdocs-material"
-version = "9.6.17"
+version = "9.6.18"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
@@ -1703,9 +1703,9 @@ dependencies = [
{ name = "pymdown-extensions", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
{ name = "requests", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/47/02/51115cdda743e1551c5c13bdfaaf8c46b959acc57ba914d8ec479dd2fe1f/mkdocs_material-9.6.17.tar.gz", hash = "sha256:48ae7aec72a3f9f501a70be3fbd329c96ff5f5a385b67a1563e5ed5ce064affe", size = 4032898, upload-time = "2025-08-15T16:09:21.412Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/e6/46/db0d78add5aac29dfcd0a593bcc6049c86c77ba8a25b3a5b681c190d5e99/mkdocs_material-9.6.18.tar.gz", hash = "sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05", size = 4034856, upload-time = "2025-08-22T08:21:47.575Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/3c/7c/0f0d44c92c8f3068930da495b752244bd59fd87b5b0f9571fa2d2a93aee7/mkdocs_material-9.6.17-py3-none-any.whl", hash = "sha256:221dd8b37a63f52e580bcab4a7e0290e4a6f59bd66190be9c3d40767e05f9417", size = 9229230, upload-time = "2025-08-15T16:09:18.301Z" },
+ { url = "https://files.pythonhosted.org/packages/22/0b/545a4f8d4f9057e77f1d99640eb09aaae40c4f9034707f25636caf716ff9/mkdocs_material-9.6.18-py3-none-any.whl", hash = "sha256:dbc1e146a0ecce951a4d84f97b816a54936cdc9e1edd1667fc6868878ac06701", size = 9232642, upload-time = "2025-08-22T08:21:44.52Z" },
]
[[package]]
@@ -2168,9 +2168,9 @@ requires-dist = [
{ name = "drf-spectacular", specifier = "~=0.28" },
{ name = "drf-spectacular-sidecar", specifier = "~=2025.8.1" },
{ name = "drf-writable-nested", specifier = "~=0.7.1" },
- { name = "filelock", specifier = "~=3.18.0" },
+ { name = "filelock", specifier = "~=3.19.1" },
{ name = "flower", specifier = "~=2.0.1" },
- { name = "gotenberg-client", specifier = "~=0.10.0" },
+ { name = "gotenberg-client", specifier = "~=0.11.0" },
{ name = "granian", extras = ["uvloop"], marker = "extra == 'webserver'", specifier = "~=2.4.1" },
{ name = "httpx-oauth", specifier = "~=0.16" },
{ name = "imap-tools", specifier = "~=1.11.0" },
@@ -2194,7 +2194,7 @@ requires-dist = [
{ name = "python-ipware", specifier = "~=3.0.0" },
{ name = "python-magic", specifier = "~=0.4.27" },
{ name = "pyzbar", specifier = "~=0.1.9" },
- { name = "rapidfuzz", specifier = "~=3.13.0" },
+ { name = "rapidfuzz", specifier = "~=3.14.0" },
{ name = "redis", extras = ["hiredis"], specifier = "~=5.2.1" },
{ name = "scikit-learn", specifier = "~=1.7.0" },
{ name = "setproctitle", specifier = "~=1.3.4" },
@@ -2516,15 +2516,15 @@ wheels = [
[[package]]
name = "pre-commit-uv"
-version = "4.1.4"
+version = "4.1.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pre-commit", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
{ name = "uv", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/b1/6c/c3c1d01698c8abb0b546defc0304971fa7fb2ba84ad35587b9dad095d73f/pre_commit_uv-4.1.4.tar.gz", hash = "sha256:3db606a79b226127b27dbbd8381b78c0e30de3ac775a8492c576a68e9250535c", size = 6493, upload-time = "2024-10-29T23:07:28.918Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/3d/0c/e6ab71e93d8e78ffa36a1f8b6ce12014679e2b83b401404c12bb2840078f/pre_commit_uv-4.1.5.tar.gz", hash = "sha256:3f40714152b4f4aa484703b8dbfeb9baa0aaedb17207e0012b3561da756d577d", size = 6920, upload-time = "2025-08-27T14:44:40.178Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/f1/70/1b65f9118ef64f6ffe5d57a67170bbff25d4f4a3d1cb78e8ed3392e16114/pre_commit_uv-4.1.4-py3-none-any.whl", hash = "sha256:7f01fb494fa1caa5097d20a38f71df7cea0209197b2564699cef9b3f3aa9d135", size = 5578, upload-time = "2024-10-29T23:07:27.128Z" },
+ { url = "https://files.pythonhosted.org/packages/f7/c6/747bc58da9f0665c607890c73b349b3934381e312272f584808182655898/pre_commit_uv-4.1.5-py3-none-any.whl", hash = "sha256:f4805e45615b898c4ca6ea37bdb60a05bb7830f986c303a06a378d6b50c3aa9e", size = 5653, upload-time = "2025-08-27T14:44:39.187Z" },
]
[[package]]
@@ -2979,68 +2979,78 @@ wheels = [
[[package]]
name = "rapidfuzz"
-version = "3.13.0"
+version = "3.14.0"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/ed/f6/6895abc3a3d056b9698da3199b04c0e56226d530ae44a470edabf8b664f0/rapidfuzz-3.13.0.tar.gz", hash = "sha256:d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8", size = 57904226, upload-time = "2025-04-03T20:38:51.226Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/d4/11/0de727b336f28e25101d923c9feeeb64adcf231607fe7e1b083795fa149a/rapidfuzz-3.14.0.tar.gz", hash = "sha256:672b6ba06150e53d7baf4e3d5f12ffe8c213d5088239a15b5ae586ab245ac8b2", size = 58073448, upload-time = "2025-08-27T13:41:31.541Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/de/27/ca10b3166024ae19a7e7c21f73c58dfd4b7fef7420e5497ee64ce6b73453/rapidfuzz-3.13.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:aafc42a1dc5e1beeba52cd83baa41372228d6d8266f6d803c16dbabbcc156255", size = 1998899, upload-time = "2025-04-03T20:35:08.764Z" },
- { url = "https://files.pythonhosted.org/packages/f0/38/c4c404b13af0315483a6909b3a29636e18e1359307fb74a333fdccb3730d/rapidfuzz-3.13.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:85c9a131a44a95f9cac2eb6e65531db014e09d89c4f18c7b1fa54979cb9ff1f3", size = 1449949, upload-time = "2025-04-03T20:35:11.26Z" },
- { url = "https://files.pythonhosted.org/packages/12/ae/15c71d68a6df6b8e24595421fdf5bcb305888318e870b7be8d935a9187ee/rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7d7cec4242d30dd521ef91c0df872e14449d1dffc2a6990ede33943b0dae56c3", size = 1424199, upload-time = "2025-04-03T20:35:12.954Z" },
- { url = "https://files.pythonhosted.org/packages/dc/9a/765beb9e14d7b30d12e2d6019e8b93747a0bedbc1d0cce13184fa3825426/rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e297c09972698c95649e89121e3550cee761ca3640cd005e24aaa2619175464e", size = 5352400, upload-time = "2025-04-03T20:35:15.421Z" },
- { url = "https://files.pythonhosted.org/packages/e2/b8/49479fe6f06b06cd54d6345ed16de3d1ac659b57730bdbe897df1e059471/rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ef0f5f03f61b0e5a57b1df7beafd83df993fd5811a09871bad6038d08e526d0d", size = 1652465, upload-time = "2025-04-03T20:35:18.43Z" },
- { url = "https://files.pythonhosted.org/packages/6f/d8/08823d496b7dd142a7b5d2da04337df6673a14677cfdb72f2604c64ead69/rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d8cf5f7cd6e4d5eb272baf6a54e182b2c237548d048e2882258336533f3f02b7", size = 1616590, upload-time = "2025-04-03T20:35:20.482Z" },
- { url = "https://files.pythonhosted.org/packages/38/d4/5cfbc9a997e544f07f301c54d42aac9e0d28d457d543169e4ec859b8ce0d/rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9256218ac8f1a957806ec2fb9a6ddfc6c32ea937c0429e88cf16362a20ed8602", size = 3086956, upload-time = "2025-04-03T20:35:22.756Z" },
- { url = "https://files.pythonhosted.org/packages/25/1e/06d8932a72fa9576095234a15785136407acf8f9a7dbc8136389a3429da1/rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e1bdd2e6d0c5f9706ef7595773a81ca2b40f3b33fd7f9840b726fb00c6c4eb2e", size = 2494220, upload-time = "2025-04-03T20:35:25.563Z" },
- { url = "https://files.pythonhosted.org/packages/03/16/5acf15df63119d5ca3d9a54b82807866ff403461811d077201ca351a40c3/rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:5280be8fd7e2bee5822e254fe0a5763aa0ad57054b85a32a3d9970e9b09bbcbf", size = 7585481, upload-time = "2025-04-03T20:35:27.426Z" },
- { url = "https://files.pythonhosted.org/packages/e1/cf/ebade4009431ea8e715e59e882477a970834ddaacd1a670095705b86bd0d/rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fd742c03885db1fce798a1cd87a20f47f144ccf26d75d52feb6f2bae3d57af05", size = 2894842, upload-time = "2025-04-03T20:35:29.457Z" },
- { url = "https://files.pythonhosted.org/packages/a7/bd/0732632bd3f906bf613229ee1b7cbfba77515db714a0e307becfa8a970ae/rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:5435fcac94c9ecf0504bf88a8a60c55482c32e18e108d6079a0089c47f3f8cf6", size = 3438517, upload-time = "2025-04-03T20:35:31.381Z" },
- { url = "https://files.pythonhosted.org/packages/83/89/d3bd47ec9f4b0890f62aea143a1e35f78f3d8329b93d9495b4fa8a3cbfc3/rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:93a755266856599be4ab6346273f192acde3102d7aa0735e2f48b456397a041f", size = 4412773, upload-time = "2025-04-03T20:35:33.425Z" },
- { url = "https://files.pythonhosted.org/packages/87/17/9be9eff5a3c7dfc831c2511262082c6786dca2ce21aa8194eef1cb71d67a/rapidfuzz-3.13.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d395a5cad0c09c7f096433e5fd4224d83b53298d53499945a9b0e5a971a84f3a", size = 1999453, upload-time = "2025-04-03T20:35:40.804Z" },
- { url = "https://files.pythonhosted.org/packages/75/67/62e57896ecbabe363f027d24cc769d55dd49019e576533ec10e492fcd8a2/rapidfuzz-3.13.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b7b3eda607a019169f7187328a8d1648fb9a90265087f6903d7ee3a8eee01805", size = 1450881, upload-time = "2025-04-03T20:35:42.734Z" },
- { url = "https://files.pythonhosted.org/packages/96/5c/691c5304857f3476a7b3df99e91efc32428cbe7d25d234e967cc08346c13/rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:98e0bfa602e1942d542de077baf15d658bd9d5dcfe9b762aff791724c1c38b70", size = 1422990, upload-time = "2025-04-03T20:35:45.158Z" },
- { url = "https://files.pythonhosted.org/packages/46/81/7a7e78f977496ee2d613154b86b203d373376bcaae5de7bde92f3ad5a192/rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bef86df6d59667d9655905b02770a0c776d2853971c0773767d5ef8077acd624", size = 5342309, upload-time = "2025-04-03T20:35:46.952Z" },
- { url = "https://files.pythonhosted.org/packages/51/44/12fdd12a76b190fe94bf38d252bb28ddf0ab7a366b943e792803502901a2/rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fedd316c165beed6307bf754dee54d3faca2c47e1f3bcbd67595001dfa11e969", size = 1656881, upload-time = "2025-04-03T20:35:49.954Z" },
- { url = "https://files.pythonhosted.org/packages/27/ae/0d933e660c06fcfb087a0d2492f98322f9348a28b2cc3791a5dbadf6e6fb/rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5158da7f2ec02a930be13bac53bb5903527c073c90ee37804090614cab83c29e", size = 1608494, upload-time = "2025-04-03T20:35:51.646Z" },
- { url = "https://files.pythonhosted.org/packages/3d/2c/4b2f8aafdf9400e5599b6ed2f14bc26ca75f5a923571926ccbc998d4246a/rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b6f913ee4618ddb6d6f3e387b76e8ec2fc5efee313a128809fbd44e65c2bbb2", size = 3072160, upload-time = "2025-04-03T20:35:53.472Z" },
- { url = "https://files.pythonhosted.org/packages/60/7d/030d68d9a653c301114101c3003b31ce01cf2c3224034cd26105224cd249/rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d25fdbce6459ccbbbf23b4b044f56fbd1158b97ac50994eaae2a1c0baae78301", size = 2491549, upload-time = "2025-04-03T20:35:55.391Z" },
- { url = "https://files.pythonhosted.org/packages/8e/cd/7040ba538fc6a8ddc8816a05ecf46af9988b46c148ddd7f74fb0fb73d012/rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:25343ccc589a4579fbde832e6a1e27258bfdd7f2eb0f28cb836d6694ab8591fc", size = 7584142, upload-time = "2025-04-03T20:35:57.71Z" },
- { url = "https://files.pythonhosted.org/packages/c1/96/85f7536fbceb0aa92c04a1c37a3fc4fcd4e80649e9ed0fb585382df82edc/rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:a9ad1f37894e3ffb76bbab76256e8a8b789657183870be11aa64e306bb5228fd", size = 2896234, upload-time = "2025-04-03T20:35:59.969Z" },
- { url = "https://files.pythonhosted.org/packages/55/fd/460e78438e7019f2462fe9d4ecc880577ba340df7974c8a4cfe8d8d029df/rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:5dc71ef23845bb6b62d194c39a97bb30ff171389c9812d83030c1199f319098c", size = 3437420, upload-time = "2025-04-03T20:36:01.91Z" },
- { url = "https://files.pythonhosted.org/packages/cc/df/c3c308a106a0993befd140a414c5ea78789d201cf1dfffb8fd9749718d4f/rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b7f4c65facdb94f44be759bbd9b6dda1fa54d0d6169cdf1a209a5ab97d311a75", size = 4410860, upload-time = "2025-04-03T20:36:04.352Z" },
- { url = "https://files.pythonhosted.org/packages/13/4b/a326f57a4efed8f5505b25102797a58e37ee11d94afd9d9422cb7c76117e/rapidfuzz-3.13.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4a1a6a906ba62f2556372282b1ef37b26bca67e3d2ea957277cfcefc6275cca7", size = 1989501, upload-time = "2025-04-03T20:36:13.43Z" },
- { url = "https://files.pythonhosted.org/packages/b7/53/1f7eb7ee83a06c400089ec7cb841cbd581c2edd7a4b21eb2f31030b88daa/rapidfuzz-3.13.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2fd0975e015b05c79a97f38883a11236f5a24cca83aa992bd2558ceaa5652b26", size = 1445379, upload-time = "2025-04-03T20:36:16.439Z" },
- { url = "https://files.pythonhosted.org/packages/07/09/de8069a4599cc8e6d194e5fa1782c561151dea7d5e2741767137e2a8c1f0/rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d4e13593d298c50c4f94ce453f757b4b398af3fa0fd2fde693c3e51195b7f69", size = 1405986, upload-time = "2025-04-03T20:36:18.447Z" },
- { url = "https://files.pythonhosted.org/packages/5d/77/d9a90b39c16eca20d70fec4ca377fbe9ea4c0d358c6e4736ab0e0e78aaf6/rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed6f416bda1c9133000009d84d9409823eb2358df0950231cc936e4bf784eb97", size = 5310809, upload-time = "2025-04-03T20:36:20.324Z" },
- { url = "https://files.pythonhosted.org/packages/1e/7d/14da291b0d0f22262d19522afaf63bccf39fc027c981233fb2137a57b71f/rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1dc82b6ed01acb536b94a43996a94471a218f4d89f3fdd9185ab496de4b2a981", size = 1629394, upload-time = "2025-04-03T20:36:22.256Z" },
- { url = "https://files.pythonhosted.org/packages/b7/e4/79ed7e4fa58f37c0f8b7c0a62361f7089b221fe85738ae2dbcfb815e985a/rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e9d824de871daa6e443b39ff495a884931970d567eb0dfa213d234337343835f", size = 1600544, upload-time = "2025-04-03T20:36:24.207Z" },
- { url = "https://files.pythonhosted.org/packages/4e/20/e62b4d13ba851b0f36370060025de50a264d625f6b4c32899085ed51f980/rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d18228a2390375cf45726ce1af9d36ff3dc1f11dce9775eae1f1b13ac6ec50f", size = 3052796, upload-time = "2025-04-03T20:36:26.279Z" },
- { url = "https://files.pythonhosted.org/packages/cd/8d/55fdf4387dec10aa177fe3df8dbb0d5022224d95f48664a21d6b62a5299d/rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9f5fe634c9482ec5d4a6692afb8c45d370ae86755e5f57aa6c50bfe4ca2bdd87", size = 2464016, upload-time = "2025-04-03T20:36:28.525Z" },
- { url = "https://files.pythonhosted.org/packages/9b/be/0872f6a56c0f473165d3b47d4170fa75263dc5f46985755aa9bf2bbcdea1/rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:694eb531889f71022b2be86f625a4209c4049e74be9ca836919b9e395d5e33b3", size = 7556725, upload-time = "2025-04-03T20:36:30.629Z" },
- { url = "https://files.pythonhosted.org/packages/5d/f3/6c0750e484d885a14840c7a150926f425d524982aca989cdda0bb3bdfa57/rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:11b47b40650e06147dee5e51a9c9ad73bb7b86968b6f7d30e503b9f8dd1292db", size = 2859052, upload-time = "2025-04-03T20:36:32.836Z" },
- { url = "https://files.pythonhosted.org/packages/6f/98/5a3a14701b5eb330f444f7883c9840b43fb29c575e292e09c90a270a6e07/rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:98b8107ff14f5af0243f27d236bcc6e1ef8e7e3b3c25df114e91e3a99572da73", size = 3390219, upload-time = "2025-04-03T20:36:35.062Z" },
- { url = "https://files.pythonhosted.org/packages/e9/7d/f4642eaaeb474b19974332f2a58471803448be843033e5740965775760a5/rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b836f486dba0aceb2551e838ff3f514a38ee72b015364f739e526d720fdb823a", size = 4377924, upload-time = "2025-04-03T20:36:37.363Z" },
- { url = "https://files.pythonhosted.org/packages/0a/76/606e71e4227790750f1646f3c5c873e18d6cfeb6f9a77b2b8c4dec8f0f66/rapidfuzz-3.13.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:09e908064d3684c541d312bd4c7b05acb99a2c764f6231bd507d4b4b65226c23", size = 1982282, upload-time = "2025-04-03T20:36:46.149Z" },
- { url = "https://files.pythonhosted.org/packages/0a/f5/d0b48c6b902607a59fd5932a54e3518dae8223814db8349b0176e6e9444b/rapidfuzz-3.13.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:57c390336cb50d5d3bfb0cfe1467478a15733703af61f6dffb14b1cd312a6fae", size = 1439274, upload-time = "2025-04-03T20:36:48.323Z" },
- { url = "https://files.pythonhosted.org/packages/59/cf/c3ac8c80d8ced6c1f99b5d9674d397ce5d0e9d0939d788d67c010e19c65f/rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0da54aa8547b3c2c188db3d1c7eb4d1bb6dd80baa8cdaeaec3d1da3346ec9caa", size = 1399854, upload-time = "2025-04-03T20:36:50.294Z" },
- { url = "https://files.pythonhosted.org/packages/09/5d/ca8698e452b349c8313faf07bfa84e7d1c2d2edf7ccc67bcfc49bee1259a/rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df8e8c21e67afb9d7fbe18f42c6111fe155e801ab103c81109a61312927cc611", size = 5308962, upload-time = "2025-04-03T20:36:52.421Z" },
- { url = "https://files.pythonhosted.org/packages/66/0a/bebada332854e78e68f3d6c05226b23faca79d71362509dbcf7b002e33b7/rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:461fd13250a2adf8e90ca9a0e1e166515cbcaa5e9c3b1f37545cbbeff9e77f6b", size = 1625016, upload-time = "2025-04-03T20:36:54.639Z" },
- { url = "https://files.pythonhosted.org/packages/de/0c/9e58d4887b86d7121d1c519f7050d1be5eb189d8a8075f5417df6492b4f5/rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c2b3dd5d206a12deca16870acc0d6e5036abeb70e3cad6549c294eff15591527", size = 1600414, upload-time = "2025-04-03T20:36:56.669Z" },
- { url = "https://files.pythonhosted.org/packages/9b/df/6096bc669c1311568840bdcbb5a893edc972d1c8d2b4b4325c21d54da5b1/rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1343d745fbf4688e412d8f398c6e6d6f269db99a54456873f232ba2e7aeb4939", size = 3053179, upload-time = "2025-04-03T20:36:59.366Z" },
- { url = "https://files.pythonhosted.org/packages/f9/46/5179c583b75fce3e65a5cd79a3561bd19abd54518cb7c483a89b284bf2b9/rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b1b065f370d54551dcc785c6f9eeb5bd517ae14c983d2784c064b3aa525896df", size = 2456856, upload-time = "2025-04-03T20:37:01.708Z" },
- { url = "https://files.pythonhosted.org/packages/6b/64/e9804212e3286d027ac35bbb66603c9456c2bce23f823b67d2f5cabc05c1/rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:11b125d8edd67e767b2295eac6eb9afe0b1cdc82ea3d4b9257da4b8e06077798", size = 7567107, upload-time = "2025-04-03T20:37:04.521Z" },
- { url = "https://files.pythonhosted.org/packages/8a/f2/7d69e7bf4daec62769b11757ffc31f69afb3ce248947aadbb109fefd9f65/rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c33f9c841630b2bb7e69a3fb5c84a854075bb812c47620978bddc591f764da3d", size = 2854192, upload-time = "2025-04-03T20:37:06.905Z" },
- { url = "https://files.pythonhosted.org/packages/05/21/ab4ad7d7d0f653e6fe2e4ccf11d0245092bef94cdff587a21e534e57bda8/rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:ae4574cb66cf1e85d32bb7e9ec45af5409c5b3970b7ceb8dea90168024127566", size = 3398876, upload-time = "2025-04-03T20:37:09.692Z" },
- { url = "https://files.pythonhosted.org/packages/0f/a8/45bba94c2489cb1ee0130dcb46e1df4fa2c2b25269e21ffd15240a80322b/rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e05752418b24bbd411841b256344c26f57da1148c5509e34ea39c7eb5099ab72", size = 4377077, upload-time = "2025-04-03T20:37:11.929Z" },
- { url = "https://files.pythonhosted.org/packages/d5/e1/f5d85ae3c53df6f817ca70dbdd37c83f31e64caced5bb867bec6b43d1fdf/rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:fe5790a36d33a5d0a6a1f802aa42ecae282bf29ac6f7506d8e12510847b82a45", size = 1904437, upload-time = "2025-04-03T20:38:00.255Z" },
- { url = "https://files.pythonhosted.org/packages/db/d7/ded50603dddc5eb182b7ce547a523ab67b3bf42b89736f93a230a398a445/rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:cdb33ee9f8a8e4742c6b268fa6bd739024f34651a06b26913381b1413ebe7590", size = 1383126, upload-time = "2025-04-03T20:38:02.676Z" },
- { url = "https://files.pythonhosted.org/packages/c4/48/6f795e793babb0120b63a165496d64f989b9438efbeed3357d9a226ce575/rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c99b76b93f7b495eee7dcb0d6a38fb3ce91e72e99d9f78faa5664a881cb2b7d", size = 1365565, upload-time = "2025-04-03T20:38:06.646Z" },
- { url = "https://files.pythonhosted.org/packages/f0/50/0062a959a2d72ed17815824e40e2eefdb26f6c51d627389514510a7875f3/rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6af42f2ede8b596a6aaf6d49fdee3066ca578f4856b85ab5c1e2145de367a12d", size = 5251719, upload-time = "2025-04-03T20:38:09.191Z" },
- { url = "https://files.pythonhosted.org/packages/e7/02/bd8b70cd98b7a88e1621264778ac830c9daa7745cd63e838bd773b1aeebd/rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c0efa73afbc5b265aca0d8a467ae2a3f40d6854cbe1481cb442a62b7bf23c99", size = 2991095, upload-time = "2025-04-03T20:38:12.554Z" },
- { url = "https://files.pythonhosted.org/packages/88/df/6060c5a9c879b302bd47a73fc012d0db37abf6544c57591bcbc3459673bd/rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:1ba007f4d35a45ee68656b2eb83b8715e11d0f90e5b9f02d615a8a321ff00c27", size = 1905935, upload-time = "2025-04-03T20:38:18.07Z" },
- { url = "https://files.pythonhosted.org/packages/a2/6c/a0b819b829e20525ef1bd58fc776fb8d07a0c38d819e63ba2b7c311a2ed4/rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:d7a217310429b43be95b3b8ad7f8fc41aba341109dc91e978cd7c703f928c58f", size = 1383714, upload-time = "2025-04-03T20:38:20.628Z" },
- { url = "https://files.pythonhosted.org/packages/6a/c1/3da3466cc8a9bfb9cd345ad221fac311143b6a9664b5af4adb95b5e6ce01/rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:558bf526bcd777de32b7885790a95a9548ffdcce68f704a81207be4a286c1095", size = 1367329, upload-time = "2025-04-03T20:38:23.01Z" },
- { url = "https://files.pythonhosted.org/packages/da/f0/9f2a9043bfc4e66da256b15d728c5fc2d865edf0028824337f5edac36783/rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:202a87760f5145140d56153b193a797ae9338f7939eb16652dd7ff96f8faf64c", size = 5251057, upload-time = "2025-04-03T20:38:25.52Z" },
- { url = "https://files.pythonhosted.org/packages/6a/ff/af2cb1d8acf9777d52487af5c6b34ce9d13381a753f991d95ecaca813407/rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cfcccc08f671646ccb1e413c773bb92e7bba789e3a1796fd49d23c12539fe2e4", size = 2992401, upload-time = "2025-04-03T20:38:28.196Z" },
+ { url = "https://files.pythonhosted.org/packages/da/11/3b7fffe4abf37907f7cd675d0e0e9b319fc8016d02b3f8af2a6d42f0c408/rapidfuzz-3.14.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:91d8c7d9d38835d5fcf9bc87593add864eaea41eb33654d93ded3006b198a326", size = 2001447, upload-time = "2025-08-27T13:38:36.322Z" },
+ { url = "https://files.pythonhosted.org/packages/8b/00/def426992bba23ba58fbc11d3e3f6325f5e988d189ffec9ee14f15fbbb56/rapidfuzz-3.14.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5a1e574230262956d28e40191dd44ad3d81d2d29b5e716c6c7c0ba17c4d1524e", size = 1448465, upload-time = "2025-08-27T13:38:38.31Z" },
+ { url = "https://files.pythonhosted.org/packages/34/af/e61ffb1960a2c2888e31a5a331eea36acc3671c1e6d5ae6f2c0d26aa09bf/rapidfuzz-3.14.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f1eda6546831f15e6d8d27593873129ae5e4d2f05cf13bacc2d5222e117f3038", size = 1471970, upload-time = "2025-08-27T13:38:40.074Z" },
+ { url = "https://files.pythonhosted.org/packages/86/1d/55f8d1fca4ba201c4451435fc32c2ca24e9cf4ef501bf73eedd116a7b48a/rapidfuzz-3.14.0-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d29686b524b35f93fc14961026a8cfb37283af76ab6f4ed49aebf4df01b44a4a", size = 1787116, upload-time = "2025-08-27T13:38:41.432Z" },
+ { url = "https://files.pythonhosted.org/packages/06/20/8234c1e7232cf5e38df33064306a318e50400f811b44fa8c2ab5fdb72ea0/rapidfuzz-3.14.0-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0fb99bc445014e893c152e36e98b3e9418cc2c0fa7b83d01f3d1b89e73618ed2", size = 2344061, upload-time = "2025-08-27T13:38:42.824Z" },
+ { url = "https://files.pythonhosted.org/packages/e4/4b/b891cd701374955df3a2dc26e953d051d3e49962c6445be5ed3b8d793343/rapidfuzz-3.14.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0d9cd4212ca2ea18d026b3f3dfc1ec25919e75ddfd2c7dd20bf7797f262e2460", size = 3299404, upload-time = "2025-08-27T13:38:44.768Z" },
+ { url = "https://files.pythonhosted.org/packages/d6/8a/1853d52ff05fb02d43d70e31e786a6d56d739a670f8e1999ec3980f5a94b/rapidfuzz-3.14.0-cp310-cp310-manylinux_2_31_armv7l.whl", hash = "sha256:e6a41c6be1394b17b03bc3af3051f54ba0b4018324a0d4cb34c7d2344ec82e79", size = 1310003, upload-time = "2025-08-27T13:38:46.197Z" },
+ { url = "https://files.pythonhosted.org/packages/6e/59/50e489bcee5d1efe23168534f664f0b42e2196ec62a726af142858b3290f/rapidfuzz-3.14.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:19bee793c4a84b0f5153fcff2e7cfeaeeb976497a5892baaadb6eadef7e6f398", size = 2493703, upload-time = "2025-08-27T13:38:48.073Z" },
+ { url = "https://files.pythonhosted.org/packages/d7/18/9d1a39e2b2f405baab88f61db8bcd405251f726d60b749da471a6b10dc6d/rapidfuzz-3.14.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:977144b50b2f1864c825796ad2d41f47a3fd5b7632a2e9905c4d2c8883a8234d", size = 2617527, upload-time = "2025-08-27T13:38:49.64Z" },
+ { url = "https://files.pythonhosted.org/packages/33/b2/79095caca38f823ef885848eb827359a9e6c588022bb882caf17cb8d6c16/rapidfuzz-3.14.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:ca7c7274bec8085f7a2b68b0490d270a260385d45280d8a2a8ae5884cfb217ba", size = 2904388, upload-time = "2025-08-27T13:38:51.424Z" },
+ { url = "https://files.pythonhosted.org/packages/1d/bf/38bd80d1042646e466c7e2ba760b59cf7268275b03328224efa77235be8a/rapidfuzz-3.14.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:efa7eca15825c78dc2b9e9e5824fa095cef8954de98e5a6d2f4ad2416a3d5ddf", size = 3424872, upload-time = "2025-08-27T13:38:53.049Z" },
+ { url = "https://files.pythonhosted.org/packages/c9/81/e67ad350489ca935cd375f1973a2a67956541f1c19ac287c3779887f7ef3/rapidfuzz-3.14.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a780c08c41e7ec4336d7a8fcdcd7920df74de6c57be87b72adad4e1b40a31632", size = 4415393, upload-time = "2025-08-27T13:38:55.831Z" },
+ { url = "https://files.pythonhosted.org/packages/52/66/6b4aa4c63d9b22a9851a83f3ed4b52e127a1f655f80ecc4894f807a82566/rapidfuzz-3.14.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6501e49395ad5cecf1623cb4801639faa1c833dbacc07c26fa7b8f7fa19fd1c0", size = 2011991, upload-time = "2025-08-27T13:39:02.27Z" },
+ { url = "https://files.pythonhosted.org/packages/ae/b8/a79e997baf4f4467c8428feece5d7b9ac22ff0918ebf793ed247ba5a3f3a/rapidfuzz-3.14.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9c3cd9b8d5e159c67d242f80cae1b9d9b1502779fc69fcd268a1eb7053f58048", size = 1458900, upload-time = "2025-08-27T13:39:03.777Z" },
+ { url = "https://files.pythonhosted.org/packages/b5/82/6ca7ebc66d0dd1330e92d08a37412c705d7366216bddd46ca6afcabaa6a0/rapidfuzz-3.14.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a578cadbe61f738685ffa20e56e8346847e40ecb033bdc885373a070cfe4a351", size = 1484735, upload-time = "2025-08-27T13:39:05.502Z" },
+ { url = "https://files.pythonhosted.org/packages/a8/5d/26eb60bc8eea194a03b32fdd9a4f5866fa9859dcaedf8da1f256dc9a47fc/rapidfuzz-3.14.0-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b5b46340872a1736544b23f3c355f292935311623a0e63a271f284ffdbab05e4", size = 1806075, upload-time = "2025-08-27T13:39:07.109Z" },
+ { url = "https://files.pythonhosted.org/packages/3a/9c/12f2af41750ae4f30c06d5de1e0f3c4a5f55cbea9dabf3940a096cd8580a/rapidfuzz-3.14.0-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:238422749da213c3dfe36397b746aeda8579682e93b723a1e77655182198e693", size = 2358269, upload-time = "2025-08-27T13:39:08.796Z" },
+ { url = "https://files.pythonhosted.org/packages/e2/3b/3c1839d51d1dfa768c8274025a36eedc177ed5b43a9d12cc7d91201eca03/rapidfuzz-3.14.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:83f3ad0e7ad3cf1138e36be26f4cacb7580ac0132b26528a89e8168a0875afd8", size = 3313513, upload-time = "2025-08-27T13:39:10.44Z" },
+ { url = "https://files.pythonhosted.org/packages/e7/47/ed1384c7c8c39dc36de202860373085ee9c43493d6e9d7bab654d2099da0/rapidfuzz-3.14.0-cp311-cp311-manylinux_2_31_armv7l.whl", hash = "sha256:7c34e34fb7e01aeea1e84192cf01daf1d56ccc8a0b34c0833f9799b341c6d539", size = 1320968, upload-time = "2025-08-27T13:39:12.024Z" },
+ { url = "https://files.pythonhosted.org/packages/16/0b/3d7458160b5dfe230b05cf8bf62505bf4e2c6d73782dd37248149b43e130/rapidfuzz-3.14.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a58bbbbdd2a150c76c6b3af5ac2bbe9afcff26e6b17e1f60b6bd766cc7094fcf", size = 2507138, upload-time = "2025-08-27T13:39:13.584Z" },
+ { url = "https://files.pythonhosted.org/packages/e7/e5/8df797e4f3df2cc308092c5437dda570aa75ea5e5cc3dc1180165fce2332/rapidfuzz-3.14.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:d0e50b4bea57bfcda4afee993eef390fd8f0a64981c971ac4decd9452143892d", size = 2629575, upload-time = "2025-08-27T13:39:15.624Z" },
+ { url = "https://files.pythonhosted.org/packages/89/f9/e87e94cd6fc22e19a21b44030161b9e9680b5127bcea97aba05be506b66f/rapidfuzz-3.14.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:357eb9d394bfc742d3528e8bb13afa9baebc7fbe863071975426b47fc21db220", size = 2919216, upload-time = "2025-08-27T13:39:17.313Z" },
+ { url = "https://files.pythonhosted.org/packages/b5/6e/f20154e8cb7a7c9938241aff7ba0477521bee1f57a57c78706664390a558/rapidfuzz-3.14.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:fb960ec526030077658764a309b60e907d86d898f8efbe959845ec2873e514eb", size = 3435208, upload-time = "2025-08-27T13:39:18.942Z" },
+ { url = "https://files.pythonhosted.org/packages/43/43/c2d0e17f75ded0f36ee264fc719f67de3610628d983769179e9d8a44c7db/rapidfuzz-3.14.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6bedb19db81d8d723cc4d914cb079d89ff359364184cc3c3db7cef1fc7819444", size = 4428371, upload-time = "2025-08-27T13:39:20.628Z" },
+ { url = "https://files.pythonhosted.org/packages/fa/ca/80c1d697fe42d0caea8d08b0f323b2a4c65a9d057d4d33fe139fd0f1b7d0/rapidfuzz-3.14.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:93c8739f7bf7931d690aeb527c27e2a61fd578f076d542ddd37e29fa535546b6", size = 2000791, upload-time = "2025-08-27T13:39:28.375Z" },
+ { url = "https://files.pythonhosted.org/packages/01/01/e980b8d2e85efb4ff1fca26c590d645186a70e51abd4323f29582d41ba9b/rapidfuzz-3.14.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7596e95ab03da6cff70f4ec9a5298b2802e8bdd443159d18180b186c80df1416", size = 1455837, upload-time = "2025-08-27T13:39:29.987Z" },
+ { url = "https://files.pythonhosted.org/packages/03/35/3433345c659a4c6cf93b66963ef5ec2d5088d230cbca9f035a3e30d13e70/rapidfuzz-3.14.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8cdd49e097ced3746eadb5fb87379f377c0b093f9aba1133ae4f311b574e2ed8", size = 1457107, upload-time = "2025-08-27T13:39:31.991Z" },
+ { url = "https://files.pythonhosted.org/packages/2b/27/ac98741cd2696330feb462a37cc9b945cb333a1b39f90216fe1af0568cd6/rapidfuzz-3.14.0-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f4cd4898f21686bb141e151ba920bcd1744cab339277f484c0f97fe7de2c45c8", size = 1767664, upload-time = "2025-08-27T13:39:33.604Z" },
+ { url = "https://files.pythonhosted.org/packages/db/1c/1495395016c05fc5d6d0d2622c4854eab160812c4dbc60f5e076116921cf/rapidfuzz-3.14.0-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:83427518ad72050add47e2cf581080bde81df7f69882e508da3e08faad166b1f", size = 2329980, upload-time = "2025-08-27T13:39:35.204Z" },
+ { url = "https://files.pythonhosted.org/packages/9c/e6/587fe4d88eab2a4ea8660744bfebfd0a0d100e7d26fd3fde5062f02ccf84/rapidfuzz-3.14.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:05435b4f2472cbf7aac8b837e2e84a165e595c60d79da851da7cfa85ed15895d", size = 3271666, upload-time = "2025-08-27T13:39:36.973Z" },
+ { url = "https://files.pythonhosted.org/packages/b4/8e/9928afd7a4727c173de615a4b26e70814ccd9407d87c3c233a01a1b4fc9c/rapidfuzz-3.14.0-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:2dae744c1cdb8b1411ed511a719b505a0348da1970a652bfc735598e68779287", size = 1307744, upload-time = "2025-08-27T13:39:38.825Z" },
+ { url = "https://files.pythonhosted.org/packages/e5/5c/03d95b1dc5916e43f505d8bd8da37788b972ccabf14bf3ee0e143b7151d4/rapidfuzz-3.14.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9ca05daaca07232037014fc6ce2c2ef0a05c69712f6a5e77da6da5209fb04d7c", size = 2477512, upload-time = "2025-08-27T13:39:40.881Z" },
+ { url = "https://files.pythonhosted.org/packages/96/30/a1da6a124e10fd201a75e68ebf0bdedcf47a3878910c2e05deebf08e9e40/rapidfuzz-3.14.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:2227f4b3742295f380adefef7b6338c30434f8a8e18a11895a1a7c9308b6635d", size = 2613793, upload-time = "2025-08-27T13:39:42.62Z" },
+ { url = "https://files.pythonhosted.org/packages/76/56/4776943e4b4130e58ebaf2dbea3ce9f4cb3c6c6a5640dcacb0e84e926190/rapidfuzz-3.14.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:847ea42b5a6077bc796e1b99cd357a641207b20e3573917b0469b28b5a22238a", size = 2880096, upload-time = "2025-08-27T13:39:44.394Z" },
+ { url = "https://files.pythonhosted.org/packages/60/cc/25d7faa947d159935cfb0cfc270620f250f033338055702d7e8cc1885e00/rapidfuzz-3.14.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:539506f13cf0dd6ef2f846571f8e116dba32a468e52d05a91161785ab7de2ed1", size = 3413927, upload-time = "2025-08-27T13:39:46.142Z" },
+ { url = "https://files.pythonhosted.org/packages/2c/39/3090aeb1ca57a71715f5590a890e45097dbc4862f2c0a5a756e022d0f006/rapidfuzz-3.14.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03c4b4d4f45f846e4eae052ee18d39d6afe659d74f6d99df5a0d2c5d53930505", size = 4387126, upload-time = "2025-08-27T13:39:48.217Z" },
+ { url = "https://files.pythonhosted.org/packages/04/b1/e6875e32209b28a581d3b8ec1ffded8f674de4a27f4540ec312d0ecf4b83/rapidfuzz-3.14.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:5cf3828b8cbac02686e1d5c499c58e43c5f613ad936fe19a2d092e53f3308ccd", size = 2015663, upload-time = "2025-08-27T13:39:55.815Z" },
+ { url = "https://files.pythonhosted.org/packages/f1/c7/702472c4f3c4e5f9985bb5143405a5c4aadf3b439193f4174944880c50a3/rapidfuzz-3.14.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:68c3931c19c51c11654cf75f663f34c0c7ea04c456c84ccebfd52b2047121dba", size = 1472180, upload-time = "2025-08-27T13:39:57.663Z" },
+ { url = "https://files.pythonhosted.org/packages/49/e1/c22fc941b8e506db9a6f051298e17edbae76e1be63e258e51f13791d5eb2/rapidfuzz-3.14.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9b4232168959af46f2c0770769e7986ff6084d97bc4b6b2b16b2bfa34164421b", size = 1461676, upload-time = "2025-08-27T13:39:59.409Z" },
+ { url = "https://files.pythonhosted.org/packages/97/4c/9dd58e4b4d2b1b7497c35c5280b4fa064bd6e6e3ed5fcf67513faaa2d4f4/rapidfuzz-3.14.0-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:174c784cecfafe22d783b5124ebffa2e02cc01e49ffe60a28ad86d217977f478", size = 1774563, upload-time = "2025-08-27T13:40:01.284Z" },
+ { url = "https://files.pythonhosted.org/packages/96/8f/89a39ab5fbd971e6a25431edbbf66e255d271a0b67aadc340b8e8bf573e7/rapidfuzz-3.14.0-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0b2dedf216f43a50f227eee841ef0480e29e26b2ce2d7ee680b28354ede18627", size = 2332659, upload-time = "2025-08-27T13:40:03.04Z" },
+ { url = "https://files.pythonhosted.org/packages/34/b0/f30f9bae81a472182787641c9c2430da79431c260f7620899a105ee959d0/rapidfuzz-3.14.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5698239eecf5b759630450ef59521ad3637e5bd4afc2b124ae8af2ff73309c41", size = 3289626, upload-time = "2025-08-27T13:40:04.77Z" },
+ { url = "https://files.pythonhosted.org/packages/d2/b9/c9eb0bfb62972123a23b31811d4d345e8dd46cb3083d131dd3c1c97b70af/rapidfuzz-3.14.0-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:0acc9553fc26f1c291c381a6aa8d3c5625be23b5721f139528af40cc4119ae1d", size = 1324164, upload-time = "2025-08-27T13:40:06.642Z" },
+ { url = "https://files.pythonhosted.org/packages/7f/a1/91bf79a76626bd0dae694ad9c57afdad2ca275f9808f69e570be39a99e71/rapidfuzz-3.14.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:00141dfd3b8c9ae15fbb5fbd191a08bde63cdfb1f63095d8f5faf1698e30da93", size = 2480695, upload-time = "2025-08-27T13:40:08.459Z" },
+ { url = "https://files.pythonhosted.org/packages/2f/6a/bfab3575842d8ccc406c3fa8c618b476363e4218a0d01394543c741ef1bd/rapidfuzz-3.14.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:67f725c3f5713da6e0750dc23f65f0f822c6937c25e3fc9ee797aa6783bef8c1", size = 2628236, upload-time = "2025-08-27T13:40:10.27Z" },
+ { url = "https://files.pythonhosted.org/packages/5d/10/e7e99ca1a6546645aa21d1b426f728edbfb7a3abcb1a7b7642353b79ae57/rapidfuzz-3.14.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:ba351cf2678d40a23fb4cbfe82cc45ea338a57518dca62a823c5b6381aa20c68", size = 2893483, upload-time = "2025-08-27T13:40:12.079Z" },
+ { url = "https://files.pythonhosted.org/packages/00/11/fb46a86659e2bb304764478a28810f36bb56f794087f34a5bd1b81dd0be5/rapidfuzz-3.14.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:558323dcd5fb38737226be84c78cafbe427706e47379f02c57c3e35ac3745061", size = 3411761, upload-time = "2025-08-27T13:40:14.051Z" },
+ { url = "https://files.pythonhosted.org/packages/fc/76/89eabf1e7523f6dc996ea6b2bfcfd22565cdfa830c7c3af0ebc5b17e9ce7/rapidfuzz-3.14.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cb4e4ea174add5183c707d890a816a85e9330f93e5ded139dab182adc727930c", size = 4404126, upload-time = "2025-08-27T13:40:16.39Z" },
+ { url = "https://files.pythonhosted.org/packages/dc/f2/203c44a06dfefbb580ad7b743333880d600d7bdff693af9d290bd2b09742/rapidfuzz-3.14.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:cb6c5a46444a2787e466acd77e162049f061304025ab24da02b59caedea66064", size = 2041214, upload-time = "2025-08-27T13:40:25.051Z" },
+ { url = "https://files.pythonhosted.org/packages/ec/db/6571a5bbba38255ede8098b3b45c007242788e5a5c3cdbe7f6f03dd6daed/rapidfuzz-3.14.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:99ed7a9e9ff798157caf3c3d96ca7da6560878902d8f70fa7731acc94e0d293c", size = 1501621, upload-time = "2025-08-27T13:40:26.881Z" },
+ { url = "https://files.pythonhosted.org/packages/a5/12/9c29b975f742db04da5017640dbc2dcfaaf0d6336598071cd2ca8b0dc783/rapidfuzz-3.14.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:3cc4bd8de6643258c5899f21414f9d45d7589d158eee8d438ea069ead624823b", size = 2015534, upload-time = "2025-08-27T13:40:35.1Z" },
+ { url = "https://files.pythonhosted.org/packages/6a/09/ff3a79a6d5f532e7f30569ded892e28c462c0808f01b155509adbcc001e7/rapidfuzz-3.14.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:081aac1acb4ab449f8ea7d4e5ea268227295503e1287f56f0b56c7fc3452da1e", size = 1473359, upload-time = "2025-08-27T13:40:36.991Z" },
+ { url = "https://files.pythonhosted.org/packages/fe/e9/000792dff6ad6ccc52880bc21d29cf05fabef3004261039ba31965310130/rapidfuzz-3.14.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3e0209c6ef7f2c732e10ce4fccafcf7d9e79eb8660a81179aa307c7bd09fafcd", size = 1469241, upload-time = "2025-08-27T13:40:38.82Z" },
+ { url = "https://files.pythonhosted.org/packages/6e/5d/1556dc5fbd91d4c27708272692361970d167f8142642052c8e874fcfd9a9/rapidfuzz-3.14.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6e4610997e9de08395e8632b605488a9efc859fe0516b6993b3925f3057f9da7", size = 1779910, upload-time = "2025-08-27T13:40:40.598Z" },
+ { url = "https://files.pythonhosted.org/packages/52/fb/6c11600aa5eec998c27c53a617820bb3cdfa0603c164b9e8028f7e715b9e/rapidfuzz-3.14.0-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efd0095cde6d0179c92c997ede4b85158bf3c7386043e2fadbee291018b29300", size = 2340555, upload-time = "2025-08-27T13:40:42.641Z" },
+ { url = "https://files.pythonhosted.org/packages/62/46/63746cb12724ea819ee469f2aed4c4c0be4a5bbb2f9174b29298a14def16/rapidfuzz-3.14.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0a141c07f9e97c45e67aeed677bac92c08f228c556a80750ea3e191e82d54034", size = 3295540, upload-time = "2025-08-27T13:40:45.721Z" },
+ { url = "https://files.pythonhosted.org/packages/33/23/1be0841eed0f196772f2d4fd7b21cfa73501ce96b44125726c4c739df5ae/rapidfuzz-3.14.0-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:5a9de40fa6be7809fd2579c8020b9edaf6f50ffc43082b14e95ad3928a254f22", size = 1318384, upload-time = "2025-08-27T13:40:47.814Z" },
+ { url = "https://files.pythonhosted.org/packages/0d/aa/457c11d0495ab75de7a9b5b61bce041f5dd5a9c39d2d297a73be124518fd/rapidfuzz-3.14.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:20f510dae17bad8f4909ab32b40617f964af55131e630de7ebc0ffa7f00fe634", size = 2487028, upload-time = "2025-08-27T13:40:49.784Z" },
+ { url = "https://files.pythonhosted.org/packages/73/fc/d8e4b7163064019de5f4c8c3e4af95331208c67738c024214f408b480018/rapidfuzz-3.14.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:79c3fd17a432c3f74de94782d7139f9a22e948cec31659a1a05d67b5c0f4290e", size = 2622505, upload-time = "2025-08-27T13:40:52.077Z" },
+ { url = "https://files.pythonhosted.org/packages/27/91/0cb2cdbc4b223187e6269002ad73f49f6312844ecbdcd061c2770cf01539/rapidfuzz-3.14.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:8cde9ffb86ea33d67cce9b26b513a177038be48ee2eb4d856cc60a75cb698db7", size = 2898844, upload-time = "2025-08-27T13:40:54.285Z" },
+ { url = "https://files.pythonhosted.org/packages/d8/73/dc997aaa88d6850938c73bda3f6185d77800bc04a26c084a3a3b95e139ed/rapidfuzz-3.14.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:cafb657c8f2959761bca40c0da66f29d111e2c40d91f8ed4a75cc486c99b33ae", size = 3419941, upload-time = "2025-08-27T13:40:56.35Z" },
+ { url = "https://files.pythonhosted.org/packages/fb/c0/b02d5bd8effd7dedb2c65cbdd85579ba42b21fb9579f833bca9252f2fe02/rapidfuzz-3.14.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4d80a9f673c534800d73f164ed59620e2ba820ed3840abb67c56022ad043564b", size = 4408912, upload-time = "2025-08-27T13:40:58.465Z" },
+ { url = "https://files.pythonhosted.org/packages/00/7f/a4325050d6cfb89c2fde4fe6e918820b941c3dc0cbbd08b697b66d9e0a06/rapidfuzz-3.14.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:33ce0326e6feb0d2207a7ca866a5aa6a2ac2361f1ca43ca32aca505268c18ec9", size = 2041108, upload-time = "2025-08-27T13:41:06.953Z" },
+ { url = "https://files.pythonhosted.org/packages/c9/77/b4965b3a8ec7b30515bc184a95c75ae9406c95ad0cfa61f32bee366e1859/rapidfuzz-3.14.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:e8056d10e99dedf110e929fdff4de6272057115b28eeef4fb6f0d99fd73c026f", size = 1501577, upload-time = "2025-08-27T13:41:08.963Z" },
+ { url = "https://files.pythonhosted.org/packages/48/79/7fc4263d071c3cbd645f53084e3cebcae1207bf875798a26618c80c97b99/rapidfuzz-3.14.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:4c9a00ef2f684b1132aeb3c0737483dc8f85a725dbe792aee1d1c3cbcf329b34", size = 1876620, upload-time = "2025-08-27T13:41:17.526Z" },
+ { url = "https://files.pythonhosted.org/packages/25/7b/9f0911600d6f8ab1ab03267792e0b60073602aa2fa8c5bf086f2b26a2dee/rapidfuzz-3.14.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:2e203d76b3dcd1b466ee196f7adb71009860906303db274ae20c7c5af62bc1a8", size = 1351893, upload-time = "2025-08-27T13:41:19.629Z" },
+ { url = "https://files.pythonhosted.org/packages/e2/ed/5b83587b6a6bfe7845ed36286fd5780c00ba93c56463bd501b44617f427b/rapidfuzz-3.14.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:e5d610a2c5efdb2a3f9eaecac4ecd6d849efb2522efa36000e006179062056dc", size = 1888611, upload-time = "2025-08-27T13:41:24.326Z" },
+ { url = "https://files.pythonhosted.org/packages/e6/d9/9332a39587a2478470a54218d5f85b5a29b6b3eb02b2310689b59ad3da11/rapidfuzz-3.14.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:c053cad08ab872df4e201daacb66d7fd04b5b4c395baebb193b9910c63ed22ec", size = 1363908, upload-time = "2025-08-27T13:41:26.463Z" },
]
[[package]]
@@ -3253,25 +3263,25 @@ wheels = [
[[package]]
name = "ruff"
-version = "0.12.9"
+version = "0.12.11"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/4a/45/2e403fa7007816b5fbb324cb4f8ed3c7402a927a0a0cb2b6279879a8bfdc/ruff-0.12.9.tar.gz", hash = "sha256:fbd94b2e3c623f659962934e52c2bea6fc6da11f667a427a368adaf3af2c866a", size = 5254702, upload-time = "2025-08-14T16:08:55.2Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/de/55/16ab6a7d88d93001e1ae4c34cbdcfb376652d761799459ff27c1dc20f6fa/ruff-0.12.11.tar.gz", hash = "sha256:c6b09ae8426a65bbee5425b9d0b82796dbb07cb1af045743c79bfb163001165d", size = 5347103, upload-time = "2025-08-28T13:59:08.87Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/ad/20/53bf098537adb7b6a97d98fcdebf6e916fcd11b2e21d15f8c171507909cc/ruff-0.12.9-py3-none-linux_armv6l.whl", hash = "sha256:fcebc6c79fcae3f220d05585229463621f5dbf24d79fdc4936d9302e177cfa3e", size = 11759705, upload-time = "2025-08-14T16:08:12.968Z" },
- { url = "https://files.pythonhosted.org/packages/20/4d/c764ee423002aac1ec66b9d541285dd29d2c0640a8086c87de59ebbe80d5/ruff-0.12.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:aed9d15f8c5755c0e74467731a007fcad41f19bcce41cd75f768bbd687f8535f", size = 12527042, upload-time = "2025-08-14T16:08:16.54Z" },
- { url = "https://files.pythonhosted.org/packages/8b/45/cfcdf6d3eb5fc78a5b419e7e616d6ccba0013dc5b180522920af2897e1be/ruff-0.12.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5b15ea354c6ff0d7423814ba6d44be2807644d0c05e9ed60caca87e963e93f70", size = 11724457, upload-time = "2025-08-14T16:08:18.686Z" },
- { url = "https://files.pythonhosted.org/packages/72/e6/44615c754b55662200c48bebb02196dbb14111b6e266ab071b7e7297b4ec/ruff-0.12.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d596c2d0393c2502eaabfef723bd74ca35348a8dac4267d18a94910087807c53", size = 11949446, upload-time = "2025-08-14T16:08:21.059Z" },
- { url = "https://files.pythonhosted.org/packages/fd/d1/9b7d46625d617c7df520d40d5ac6cdcdf20cbccb88fad4b5ecd476a6bb8d/ruff-0.12.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1b15599931a1a7a03c388b9c5df1bfa62be7ede6eb7ef753b272381f39c3d0ff", size = 11566350, upload-time = "2025-08-14T16:08:23.433Z" },
- { url = "https://files.pythonhosted.org/packages/59/20/b73132f66f2856bc29d2d263c6ca457f8476b0bbbe064dac3ac3337a270f/ruff-0.12.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3d02faa2977fb6f3f32ddb7828e212b7dd499c59eb896ae6c03ea5c303575756", size = 13270430, upload-time = "2025-08-14T16:08:25.837Z" },
- { url = "https://files.pythonhosted.org/packages/a2/21/eaf3806f0a3d4c6be0a69d435646fba775b65f3f2097d54898b0fd4bb12e/ruff-0.12.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:17d5b6b0b3a25259b69ebcba87908496e6830e03acfb929ef9fd4c58675fa2ea", size = 14264717, upload-time = "2025-08-14T16:08:27.907Z" },
- { url = "https://files.pythonhosted.org/packages/d2/82/1d0c53bd37dcb582b2c521d352fbf4876b1e28bc0d8894344198f6c9950d/ruff-0.12.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:72db7521860e246adbb43f6ef464dd2a532ef2ef1f5dd0d470455b8d9f1773e0", size = 13684331, upload-time = "2025-08-14T16:08:30.352Z" },
- { url = "https://files.pythonhosted.org/packages/3b/2f/1c5cf6d8f656306d42a686f1e207f71d7cebdcbe7b2aa18e4e8a0cb74da3/ruff-0.12.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a03242c1522b4e0885af63320ad754d53983c9599157ee33e77d748363c561ce", size = 12739151, upload-time = "2025-08-14T16:08:32.55Z" },
- { url = "https://files.pythonhosted.org/packages/47/09/25033198bff89b24d734e6479e39b1968e4c992e82262d61cdccaf11afb9/ruff-0.12.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fc83e4e9751e6c13b5046d7162f205d0a7bac5840183c5beebf824b08a27340", size = 12954992, upload-time = "2025-08-14T16:08:34.816Z" },
- { url = "https://files.pythonhosted.org/packages/52/8e/d0dbf2f9dca66c2d7131feefc386523404014968cd6d22f057763935ab32/ruff-0.12.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:881465ed56ba4dd26a691954650de6ad389a2d1fdb130fe51ff18a25639fe4bb", size = 12899569, upload-time = "2025-08-14T16:08:36.852Z" },
- { url = "https://files.pythonhosted.org/packages/a0/bd/b614d7c08515b1428ed4d3f1d4e3d687deffb2479703b90237682586fa66/ruff-0.12.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:43f07a3ccfc62cdb4d3a3348bf0588358a66da756aa113e071b8ca8c3b9826af", size = 11751983, upload-time = "2025-08-14T16:08:39.314Z" },
- { url = "https://files.pythonhosted.org/packages/58/d6/383e9f818a2441b1a0ed898d7875f11273f10882f997388b2b51cb2ae8b5/ruff-0.12.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:07adb221c54b6bba24387911e5734357f042e5669fa5718920ee728aba3cbadc", size = 11538635, upload-time = "2025-08-14T16:08:41.297Z" },
- { url = "https://files.pythonhosted.org/packages/20/9c/56f869d314edaa9fc1f491706d1d8a47747b9d714130368fbd69ce9024e9/ruff-0.12.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f5cd34fabfdea3933ab85d72359f118035882a01bff15bd1d2b15261d85d5f66", size = 12534346, upload-time = "2025-08-14T16:08:43.39Z" },
- { url = "https://files.pythonhosted.org/packages/bd/4b/d8b95c6795a6c93b439bc913ee7a94fda42bb30a79285d47b80074003ee7/ruff-0.12.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:f6be1d2ca0686c54564da8e7ee9e25f93bdd6868263805f8c0b8fc6a449db6d7", size = 13017021, upload-time = "2025-08-14T16:08:45.889Z" },
+ { url = "https://files.pythonhosted.org/packages/d6/a2/3b3573e474de39a7a475f3fbaf36a25600bfeb238e1a90392799163b64a0/ruff-0.12.11-py3-none-linux_armv6l.whl", hash = "sha256:93fce71e1cac3a8bf9200e63a38ac5c078f3b6baebffb74ba5274fb2ab276065", size = 11979885, upload-time = "2025-08-28T13:58:26.654Z" },
+ { url = "https://files.pythonhosted.org/packages/76/e4/235ad6d1785a2012d3ded2350fd9bc5c5af8c6f56820e696b0118dfe7d24/ruff-0.12.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b8e33ac7b28c772440afa80cebb972ffd823621ded90404f29e5ab6d1e2d4b93", size = 12742364, upload-time = "2025-08-28T13:58:30.256Z" },
+ { url = "https://files.pythonhosted.org/packages/2c/0d/15b72c5fe6b1e402a543aa9d8960e0a7e19dfb079f5b0b424db48b7febab/ruff-0.12.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d69fb9d4937aa19adb2e9f058bc4fbfe986c2040acb1a4a9747734834eaa0bfd", size = 11920111, upload-time = "2025-08-28T13:58:33.677Z" },
+ { url = "https://files.pythonhosted.org/packages/3e/c0/f66339d7893798ad3e17fa5a1e587d6fd9806f7c1c062b63f8b09dda6702/ruff-0.12.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:411954eca8464595077a93e580e2918d0a01a19317af0a72132283e28ae21bee", size = 12160060, upload-time = "2025-08-28T13:58:35.74Z" },
+ { url = "https://files.pythonhosted.org/packages/03/69/9870368326db26f20c946205fb2d0008988aea552dbaec35fbacbb46efaa/ruff-0.12.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6a2c0a2e1a450f387bf2c6237c727dd22191ae8c00e448e0672d624b2bbd7fb0", size = 11799848, upload-time = "2025-08-28T13:58:38.051Z" },
+ { url = "https://files.pythonhosted.org/packages/25/8c/dd2c7f990e9b3a8a55eee09d4e675027d31727ce33cdb29eab32d025bdc9/ruff-0.12.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ca4c3a7f937725fd2413c0e884b5248a19369ab9bdd850b5781348ba283f644", size = 13536288, upload-time = "2025-08-28T13:58:40.046Z" },
+ { url = "https://files.pythonhosted.org/packages/7a/30/d5496fa09aba59b5e01ea76775a4c8897b13055884f56f1c35a4194c2297/ruff-0.12.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:4d1df0098124006f6a66ecf3581a7f7e754c4df7644b2e6704cd7ca80ff95211", size = 14490633, upload-time = "2025-08-28T13:58:42.285Z" },
+ { url = "https://files.pythonhosted.org/packages/9b/2f/81f998180ad53445d403c386549d6946d0748e536d58fce5b5e173511183/ruff-0.12.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5a8dd5f230efc99a24ace3b77e3555d3fbc0343aeed3fc84c8d89e75ab2ff793", size = 13888430, upload-time = "2025-08-28T13:58:44.641Z" },
+ { url = "https://files.pythonhosted.org/packages/87/71/23a0d1d5892a377478c61dbbcffe82a3476b050f38b5162171942a029ef3/ruff-0.12.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4dc75533039d0ed04cd33fb8ca9ac9620b99672fe7ff1533b6402206901c34ee", size = 12913133, upload-time = "2025-08-28T13:58:47.039Z" },
+ { url = "https://files.pythonhosted.org/packages/80/22/3c6cef96627f89b344c933781ed38329bfb87737aa438f15da95907cbfd5/ruff-0.12.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4fc58f9266d62c6eccc75261a665f26b4ef64840887fc6cbc552ce5b29f96cc8", size = 13169082, upload-time = "2025-08-28T13:58:49.157Z" },
+ { url = "https://files.pythonhosted.org/packages/05/b5/68b3ff96160d8b49e8dd10785ff3186be18fd650d356036a3770386e6c7f/ruff-0.12.11-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:5a0113bd6eafd545146440225fe60b4e9489f59eb5f5f107acd715ba5f0b3d2f", size = 13139490, upload-time = "2025-08-28T13:58:51.593Z" },
+ { url = "https://files.pythonhosted.org/packages/59/b9/050a3278ecd558f74f7ee016fbdf10591d50119df8d5f5da45a22c6afafc/ruff-0.12.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:0d737b4059d66295c3ea5720e6efc152623bb83fde5444209b69cd33a53e2000", size = 11958928, upload-time = "2025-08-28T13:58:53.943Z" },
+ { url = "https://files.pythonhosted.org/packages/f9/bc/93be37347db854806904a43b0493af8d6873472dfb4b4b8cbb27786eb651/ruff-0.12.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:916fc5defee32dbc1fc1650b576a8fed68f5e8256e2180d4d9855aea43d6aab2", size = 11764513, upload-time = "2025-08-28T13:58:55.976Z" },
+ { url = "https://files.pythonhosted.org/packages/7a/a1/1471751e2015a81fd8e166cd311456c11df74c7e8769d4aabfbc7584c7ac/ruff-0.12.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c984f07d7adb42d3ded5be894fb4007f30f82c87559438b4879fe7aa08c62b39", size = 12745154, upload-time = "2025-08-28T13:58:58.16Z" },
+ { url = "https://files.pythonhosted.org/packages/68/ab/2542b14890d0f4872dd81b7b2a6aed3ac1786fae1ce9b17e11e6df9e31e3/ruff-0.12.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e07fbb89f2e9249f219d88331c833860489b49cdf4b032b8e4432e9b13e8a4b9", size = 13227653, upload-time = "2025-08-28T13:59:00.276Z" },
]
[[package]]
From 117dfb83fe3735e8ecaacd81bece53e04817d8c0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 29 Aug 2025 12:44:17 -0700
Subject: [PATCH 12/19] Chore(deps): Update granian[uvloop] requirement from
~=2.4.1 to ~=2.5.0 (#10529)
Updates the requirements on [granian[uvloop]](https://github.com/emmett-framework/granian) to permit the latest version.
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.4.1...v2.5.0)
---
updated-dependencies:
- dependency-name: granian[uvloop]
dependency-version: 2.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
uv.lock | 152 ++++++++++++++++++++++++-------------------------
2 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 6c26f8f2d..a31b9731d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -82,7 +82,7 @@ optional-dependencies.postgres = [
"psycopg-pool==3.2.6",
]
optional-dependencies.webserver = [
- "granian[uvloop]~=2.4.1",
+ "granian[uvloop]~=2.5.1",
]
[dependency-groups]
diff --git a/uv.lock b/uv.lock
index 52c53823e..3357a9c21 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1041,86 +1041,86 @@ wheels = [
[[package]]
name = "granian"
-version = "2.4.2"
+version = "2.5.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/c8/65/3a0e83802aa618105aeec14acb753e72e3d700ef97ca68395f0179bbe692/granian-2.4.2.tar.gz", hash = "sha256:b6ff836875373886e4ad937ce1e4e706d4d3e0066432fe81d55354bd4471be3e", size = 105903, upload-time = "2025-07-15T18:25:49.28Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/eb/18/11085d3d7c97ff93501ae6acc8217943d9e8f2ac45d9baf51ab146a2355b/granian-2.5.1.tar.gz", hash = "sha256:c268be38053bd29351bf8f86d87a5862708033ee5322ac47465b99ff45670783", size = 111858, upload-time = "2025-08-26T16:11:09.204Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/ba/9f/37f6db96e78933b0a3514301f7cd22eb00a974c9e4a4e29d10667635431a/granian-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:83c08dd27f067119e5eba4cebec76f76373a5a00492abc182ef08b84ddd50cbf", size = 2875824, upload-time = "2025-07-15T18:22:58.258Z" },
- { url = "https://files.pythonhosted.org/packages/11/81/342bb135cc6bb825a1a284b39ca0276b3827d6396a2b8275c8d21102500f/granian-2.4.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:61ce1a2d27eccbd962eba0201648dae260433a3a039f6de7ca36bcb25694c3cb", size = 2519073, upload-time = "2025-07-15T18:23:01.148Z" },
- { url = "https://files.pythonhosted.org/packages/58/3b/f6f4a2e716a28d769f5bd8fcf8751eec44158b50179c90358ec3b839752c/granian-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b7603db54b349c899895c21709a3fdffcbeaeea888c106e342ec3dd8f623bbbb", size = 2996232, upload-time = "2025-07-15T18:23:02.511Z" },
- { url = "https://files.pythonhosted.org/packages/56/3f/aee0dde374f59a5b199a1c91047fe7ae31cd2c1c528ebdc72a4c49550f26/granian-2.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c0db8c66afb704679d4048ae709638c560798b9662843a08236f1beee422ba5", size = 2835308, upload-time = "2025-07-15T18:23:03.769Z" },
- { url = "https://files.pythonhosted.org/packages/fd/bf/1af095eb8059d206165acd1d9d7ea849b46364e9ee89c36ec24330af1216/granian-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:637a7091fb3933431fde25b34bc7dbfbf464a78016522b21b0bc830be63f72e1", size = 3056943, upload-time = "2025-07-15T18:23:05.102Z" },
- { url = "https://files.pythonhosted.org/packages/a7/b7/1c5a853cb30f47c9c04acf1d0e241efd296517cce7acfb7eceaf8de1c4b2/granian-2.4.2-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:4bbf6049a0cfe531de1d117611f7b6857505f5ad5608f46cdf88573f1ddaa4b8", size = 2895116, upload-time = "2025-07-15T18:23:07.402Z" },
- { url = "https://files.pythonhosted.org/packages/9a/3a/d6bfb08ddde60808dcbce4ee672f6b3cfe834e1213d0cd0331c6cf2274c2/granian-2.4.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b6eb07449cdd74d4d80dca17bd9266b7a36cedb7127627199190b982fc64ee18", size = 2894673, upload-time = "2025-07-15T18:23:08.821Z" },
- { url = "https://files.pythonhosted.org/packages/55/26/d3333972320eaeb71024441a28243fea1db1116a1a288a221fae4e7d7825/granian-2.4.2-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:483d6eda92a6c52744b43b7f750c064de2534b91bbc50a685518762b585a8f28", size = 3169140, upload-time = "2025-07-15T18:23:10.424Z" },
- { url = "https://files.pythonhosted.org/packages/cc/7e/a7b9403ffa69fc31728bffec4e47269fc1d9a7628cad98214977a8b1a49b/granian-2.4.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5602b323101949676571e62174d659e965f24bf13628ddbe09cbe15e0b615e5f", size = 3086706, upload-time = "2025-07-15T18:23:11.804Z" },
- { url = "https://files.pythonhosted.org/packages/f1/9d/3ec5b6801cf02dd3ca50bddddd0ed8d39d829234e4278f6411408843ce46/granian-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:7e19380a103485c02116329bbe38f6294c287213416d49141397343b4c989259", size = 2875976, upload-time = "2025-07-15T18:23:15.096Z" },
- { url = "https://files.pythonhosted.org/packages/f4/33/6ebab8a50610798b4daea858c6dc16f734cef5ed446839e541cdc9ded7df/granian-2.4.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5285e8accd1cebe3259e201c6b422186c21130fc86f39f9d406600f185d7992c", size = 2519547, upload-time = "2025-07-15T18:23:17.497Z" },
- { url = "https://files.pythonhosted.org/packages/16/3e/94019e504b52ef594d94b53c0f5e191015a4fec748b0d269af7529abdd58/granian-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b03f8308f8e56cb2f8adbb20393838fcc508515f88fc402c01bda3d1398f61a7", size = 2996474, upload-time = "2025-07-15T18:23:18.916Z" },
- { url = "https://files.pythonhosted.org/packages/86/0b/f0832e002d08785b761cd1ccd901106be24959d1bed4f6974a84ff78606f/granian-2.4.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:75558ddf5757cf12944c4ac59c82e57c2e6d41f24637c43f9b8b1a373548638a", size = 2835268, upload-time = "2025-07-15T18:23:20.293Z" },
- { url = "https://files.pythonhosted.org/packages/b2/8e/69526ebccd5c3f17640a006b57f3df6fcc8d8876f522ebc804c4911740be/granian-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1a2c8da80c14ec2e1db0a22612133ff71f7334c3b24d7131d6bb900dfeb4757", size = 3056975, upload-time = "2025-07-15T18:23:21.647Z" },
- { url = "https://files.pythonhosted.org/packages/bb/a8/499c416bc2548d7aff9b99e187d7c7d6493a27024747fa6c969d8a2ff89d/granian-2.4.2-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:98d95e5c9a5a87aa8cb3a94c67fc1bf5de09627ef50f10c93ecd1f460d6ad079", size = 2895031, upload-time = "2025-07-15T18:23:22.947Z" },
- { url = "https://files.pythonhosted.org/packages/5c/8a/aa6c46d7b7f43c6db136d5351df95d42cff3bcffb0e4b14048618b01f929/granian-2.4.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b936b8484b2960176261222196ddca091fbf7c2e3d218ad8885a0bad80d10f03", size = 2894676, upload-time = "2025-07-15T18:23:24.29Z" },
- { url = "https://files.pythonhosted.org/packages/0b/ac/cc693759579215ae1a32de04d7914c442ed9b0a46015ebd705609eb2f2a8/granian-2.4.2-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:77a987def1dbd230da70dbdf379a2b3a9f8107375c477907c8c88f4c820d1a44", size = 3169535, upload-time = "2025-07-15T18:23:25.755Z" },
- { url = "https://files.pythonhosted.org/packages/76/cf/c691321455d832f2bc96aa856cfa473623aa255a9bbbec216500c24fb313/granian-2.4.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:69c4ac42c1b00aa17bbc8e39efc847ce1f7d8c32b56c0fc22167e7b2da8edd98", size = 3086577, upload-time = "2025-07-15T18:23:27.113Z" },
- { url = "https://files.pythonhosted.org/packages/86/8f/915ccdb5a5a36a7872b416e888c945979d6ded9cb63bb38f2b0ab2973314/granian-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:9068678156be35c9068e07c75f6643af42c35df7c48e8f3356bc389a4c991b32", size = 2870762, upload-time = "2025-07-15T18:23:32.511Z" },
- { url = "https://files.pythonhosted.org/packages/ca/a7/7ae02f9e4ddb5ce28d481ce659e9db4494bfbd1e9ee5fd5e2c534d121fbc/granian-2.4.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:43562368e817763137d431146deb164a6e1f3c216e6c2e0ff6e1415ea22641e1", size = 2507395, upload-time = "2025-07-15T18:23:33.858Z" },
- { url = "https://files.pythonhosted.org/packages/dd/9e/75e0849730dd527748f78b5ba824e904f72a8e1289bbb311cfc1d3ea8381/granian-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:32f0403c2281a7593569947d832347f3559971edf3aca8f599f0e861c39061a1", size = 2991074, upload-time = "2025-07-15T18:23:35.799Z" },
- { url = "https://files.pythonhosted.org/packages/70/14/3247391e6f239b43e35fad5ea2591b98fe45fe165e6dba2dae70fc06bbb7/granian-2.4.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3e79eef6ba5bd3b14da7a45456632f49f32767f6732dc297e06cb0b2bff77ac1", size = 2827557, upload-time = "2025-07-15T18:23:37.538Z" },
- { url = "https://files.pythonhosted.org/packages/2a/73/9281fdccfd4fc42652693b6fcca676f8b2ebe95efb1349e7ea044d77b6f3/granian-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6ad2775cd9c67eecceb3542e7a93077f2e7df154cddfb891b3e4362d8d41f23a", size = 3048453, upload-time = "2025-07-15T18:23:38.945Z" },
- { url = "https://files.pythonhosted.org/packages/11/74/a19f2a76224e10251ddf0dc827139aed27fc908d2469f146f4bfd291d252/granian-2.4.2-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:27bdc4e3166feef3a562eba80cd6596f623954f6c142849bb0ac135d1b6a056b", size = 2888448, upload-time = "2025-07-15T18:23:40.215Z" },
- { url = "https://files.pythonhosted.org/packages/63/ce/52ee75ad662902789b46b4f8e629ac48cb61060d867d1c568ef071ecc309/granian-2.4.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ad25979d9d9fa5d88f2e41df61d51da60f590b6968fb28b964c2790b7e7ec016", size = 2877780, upload-time = "2025-07-15T18:23:41.583Z" },
- { url = "https://files.pythonhosted.org/packages/b9/37/92e55ec5524868e1055aed5b4c5cebf2db1182ceb0117870f0fc13a2af22/granian-2.4.2-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:8dfc8746f810ac35c06abe34418c87acf493c825c2b16013f9797e47f7b3eb33", size = 3152325, upload-time = "2025-07-15T18:23:43.083Z" },
- { url = "https://files.pythonhosted.org/packages/8a/15/d39ba79446afac6fff7df51ad38d303ea0ed285847f649af9498a7300056/granian-2.4.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:e56ec859e760481435a97810ecbccea4ff073ce321aa84132bafd70cb055a8e9", size = 3081260, upload-time = "2025-07-15T18:23:44.405Z" },
- { url = "https://files.pythonhosted.org/packages/10/2b/34c093bc98f435846bb10a13a0ed63a970538566a445d8b8b30a4c93237d/granian-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:a581cae0db4eb4bff980aa7028ee6f1f9808c5b6f41cd14de601462fb0c836ed", size = 2870435, upload-time = "2025-07-15T18:23:47.316Z" },
- { url = "https://files.pythonhosted.org/packages/54/b0/d1798be93c1febf66aec6b79d9536a6c82bacc2f5b25a3d0ec67cf0b7cbe/granian-2.4.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5c111a4c4ff11369a83b7d8410e56d25678f6cd15530ec587cbbd10e859e936f", size = 2506757, upload-time = "2025-07-15T18:23:49.105Z" },
- { url = "https://files.pythonhosted.org/packages/21/9e/70b47d86c853ff2a1f12c4c0b32341c3d025526229e1484b2438eb9d4a5e/granian-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9b0aa7a3b831530aecd4d1dcbea23b92969277c296c637e1c81d8b2aafad58da", size = 2990889, upload-time = "2025-07-15T18:23:50.603Z" },
- { url = "https://files.pythonhosted.org/packages/db/63/7a539b8c81f1778ba478dfcce7c7932f0cd33797440ecd012e8ed4a363d8/granian-2.4.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0d911bf98b3f121f8479755e9474cc0d90002775bd8e7a720f9d95363ce6021e", size = 2827597, upload-time = "2025-07-15T18:23:53.205Z" },
- { url = "https://files.pythonhosted.org/packages/4f/de/7b75e48e6728170a22754665aa4d30095dd80b068dcce0192a0d5f4f1616/granian-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47e3c70e0421325a9e8d0f4c351243edca12732cd7bdcdb157feac5e0c91ce3b", size = 3047972, upload-time = "2025-07-15T18:23:54.613Z" },
- { url = "https://files.pythonhosted.org/packages/3b/0d/4670885ed5662ebba0759bcc9834d07ca3c722ff115fe334f7acf25c3bc1/granian-2.4.2-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:27bb57c8250f5a9c85890b57934f6a5828d2691a2b9bc3634adc455387d1cdd6", size = 2888344, upload-time = "2025-07-15T18:23:55.92Z" },
- { url = "https://files.pythonhosted.org/packages/f8/a3/1c5d84d46ec2e8179ebd73b59fa4076afec8187ea4470617a2987f1c6250/granian-2.4.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:85c8ec1efb59b46ca2528353404639423816071788c450aa145ce32a2e2dad7a", size = 2877441, upload-time = "2025-07-15T18:23:57.289Z" },
- { url = "https://files.pythonhosted.org/packages/45/13/5b99c3312884ce86607e0ca5a939c413280a6a69648d13685e95b0a6edef/granian-2.4.2-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:8536b165847acd8a5e894356434a25a3e263b8a0aeeb405f413b18f0a041798a", size = 3152190, upload-time = "2025-07-15T18:23:58.934Z" },
- { url = "https://files.pythonhosted.org/packages/d7/4a/230318005c6ece8eef6a2e5e918d443cc98dae7837e1598292f6e1ba8e43/granian-2.4.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:29bdbcde1ce615bd81583eab6508f9a6aeb6f8372b03bea784810b853e8fd47d", size = 3080768, upload-time = "2025-07-15T18:24:00.787Z" },
- { url = "https://files.pythonhosted.org/packages/5e/7a/61bfa510fcb52d4abf99942b309fa7bd84c3826efec548505ffe163d3619/granian-2.4.2-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:162c3f6ace924809693eebb47970c35658916778e0023f0c46e2e861ffcd5ca2", size = 2827141, upload-time = "2025-07-15T18:24:03.529Z" },
- { url = "https://files.pythonhosted.org/packages/7d/56/bc40aac00e079895e2786f0241c64cd9f4807c935edecb07750995d1fae3/granian-2.4.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:dbb9e9e6aae8dfc42bbe4dcaa53e4fea422299622883c221fea47f1c8af44af7", size = 2473891, upload-time = "2025-07-15T18:24:05.644Z" },
- { url = "https://files.pythonhosted.org/packages/29/71/eed17fa79c5565850d9be5a802502541d7e59f9484574fcf4332652a068e/granian-2.4.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b71147b78788faeed0a1753fbdc276e4052a1093a367124de7910d793d04a81", size = 2905117, upload-time = "2025-07-15T18:24:07.015Z" },
- { url = "https://files.pythonhosted.org/packages/7e/ef/86d81d361f3ca4d32d24432b852d65b54fb97a7024884d6b78b427a96c3a/granian-2.4.2-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:22f99b52e7d769b65e1a62a763447655ac1a2eafe67901a75d360a22624a93cb", size = 2756635, upload-time = "2025-07-15T18:24:08.742Z" },
- { url = "https://files.pythonhosted.org/packages/d8/ac/bae2bb7e6ab4952888efdc456a0057a596d04c419b4ada428b98a4c8ec02/granian-2.4.2-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:5d75695a10742c7ee79a9724ac54e845d3700885471eebd00183c6a3823ec562", size = 2867860, upload-time = "2025-07-15T18:24:10.174Z" },
- { url = "https://files.pythonhosted.org/packages/3a/a2/7c84e116333292968c7619fb10762d17a2504bc4276b28fdfc3193450431/granian-2.4.2-cp313-cp313t-musllinux_1_1_armv7l.whl", hash = "sha256:32e3c76938b06f87bddd96a4544f01f72c2d544ea60085c57e4ba64dfc255fc8", size = 3146321, upload-time = "2025-07-15T18:24:11.586Z" },
- { url = "https://files.pythonhosted.org/packages/7a/79/469c58daa95ec45d7bcb5326b698c8badcc4377112ff563cd29d2284fa5e/granian-2.4.2-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:c42617d4a49dd04a8947fae27b09c6c329efc185bed2a15f56e08829c0ecb674", size = 3071950, upload-time = "2025-07-15T18:24:12.995Z" },
- { url = "https://files.pythonhosted.org/packages/be/5b/6057cccfe161fbd7fe0c6f04b40d7c8fec0c48ddda48f798468cf239920c/granian-2.4.2-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:1b6999ecb1e7d1beed922e03345481b03abfa08d95c4c66482e2fb463d2cbd0b", size = 2863133, upload-time = "2025-07-15T18:24:15.77Z" },
- { url = "https://files.pythonhosted.org/packages/7b/a5/298661e6fbc700ea140c34f9be3c0a11528d0c12140f2e940679f143c884/granian-2.4.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:2e212151dc49fa274910b0643f43b87681e2b29072f69a42e156db3e07dc821c", size = 2497857, upload-time = "2025-07-15T18:24:17.183Z" },
- { url = "https://files.pythonhosted.org/packages/ec/73/29e2e258cdef1b560f5ba48ad9abd04ccb491135e31e0834ba91abfda64d/granian-2.4.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:feb070ded4851931f27da1b8469151bd9a4e3e91814b03c0929cf3bfac02adaa", size = 2990936, upload-time = "2025-07-15T18:24:18.633Z" },
- { url = "https://files.pythonhosted.org/packages/89/b7/8809a6911396de91999b9ad85734ba51eb5bb0f63978d17b4d76e05f947d/granian-2.4.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:856895472aea005acbe2d2d8cc7cb620b77cdb1aa5b5db3ad534205322a97a48", size = 2818176, upload-time = "2025-07-15T18:24:20.091Z" },
- { url = "https://files.pythonhosted.org/packages/85/c4/8f36c9a1a6155e166b45bc78a88b793607b665e2bf65ab59d04160762863/granian-2.4.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a793f3c67c0b53dea2bf4e7760c671291b0d76286bddee2ae2e77ac7a72bf6a0", size = 3040169, upload-time = "2025-07-15T18:24:22.148Z" },
- { url = "https://files.pythonhosted.org/packages/1a/c4/b0ad308041634419179ea9c1648de0aa18a57395a0973f8a597798a890a4/granian-2.4.2-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:a04b419e0b8f82a0d13d811f77a90977e61a8568217ae67fa0dfa1697477e994", size = 2885932, upload-time = "2025-07-15T18:24:23.66Z" },
- { url = "https://files.pythonhosted.org/packages/61/c9/27bf7ddba696a823442403268a0e4279fa41df67fce21f77b333a005440d/granian-2.4.2-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:b6abbe67a4530dd97c6643c5563e46d2940337332d7985c5aaea144e3c4014c5", size = 2875600, upload-time = "2025-07-15T18:24:25.131Z" },
- { url = "https://files.pythonhosted.org/packages/26/ed/2a0c8560181d0f06ca38f7cd205196900fef3c48f861745eab0c0bfb2b74/granian-2.4.2-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:2e40996c3a83658775698ee53fd98aa7b12cd145cce9fc8ba4cc47fb32996747", size = 3152161, upload-time = "2025-07-15T18:24:26.614Z" },
- { url = "https://files.pythonhosted.org/packages/19/9c/573e99084e76434fc914870a7e36a0f401d4c1400ffce18cfdd5edb2c4b0/granian-2.4.2-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e3dc91a9b33c81a8944e4b64397fc1026668965cb68a00a28298c26e333e4175", size = 3075669, upload-time = "2025-07-15T18:24:33.074Z" },
- { url = "https://files.pythonhosted.org/packages/e2/2c/61d9bc6b5f1bf6df866ebcfa648268f67d76b71e01e57ae36f3da21ab6ea/granian-2.4.2-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:6bfad70d2b2f9ab6be82152acb1c49e300667e246791fab9c2da357496c45b93", size = 2818697, upload-time = "2025-07-15T18:24:36.723Z" },
- { url = "https://files.pythonhosted.org/packages/54/5c/e281a46fe90b55e31e3aa78c511908e4de503957f33cc4c5d8db334d963d/granian-2.4.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:801466bdce5f47e540526ca0ef29771cf7a8e1a9680ed61151912009c009990e", size = 2465417, upload-time = "2025-07-15T18:24:38.173Z" },
- { url = "https://files.pythonhosted.org/packages/ef/e7/632c6001cda926f670bfaca517dd37f2d1e455f63408a493ddb2e21e35ab/granian-2.4.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7efa569dcd3f80773b705503e16ef41290ee06c84494fe32fc530e0833c2c20", size = 2901939, upload-time = "2025-07-15T18:24:40.033Z" },
- { url = "https://files.pythonhosted.org/packages/86/32/a16a02aebea6e7c81cca3e52304134aa7e46753152de334dae1374df6adf/granian-2.4.2-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:3684266f59d585a3577a929fc5ec04c31fc9864a7ae640fb01774566db49bb44", size = 2754146, upload-time = "2025-07-15T18:24:41.442Z" },
- { url = "https://files.pythonhosted.org/packages/ae/15/1c6780369b969fc76336953e310bd43b627cf959b2a031b3a4701d579a31/granian-2.4.2-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:15f091092437020973a15fc4d99b9c49ca9dd42a07ed3c09596d192151738818", size = 2866032, upload-time = "2025-07-15T18:24:42.973Z" },
- { url = "https://files.pythonhosted.org/packages/0b/76/cd5804f8a4b1d83ce59c41bb060040762bb1053dc1a55cc70b2ef865cf61/granian-2.4.2-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:b8c35aeb9b85a9ff160eeefcfdefd0beec30da17e218f743ca9506ff644712cf", size = 3143260, upload-time = "2025-07-15T18:24:44.405Z" },
- { url = "https://files.pythonhosted.org/packages/5b/48/27e99fe808227d41c1bbeabab3235a9c6c77d8bde412d49d030317b9b8c9/granian-2.4.2-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2691958f51f49d79d39795dbc8e52caae43836c98c62a2bc79e2f4afbc77e292", size = 3070763, upload-time = "2025-07-15T18:24:45.987Z" },
- { url = "https://files.pythonhosted.org/packages/11/8a/0d91ecbca575bf261b3afd55fed98e42f6897120bd72aac8225c6bb62466/granian-2.4.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:0194509fde4415a2468fd67495e650178faa9cc1e6fafa388bcd2349254e1f96", size = 2872451, upload-time = "2025-07-15T18:25:07.705Z" },
- { url = "https://files.pythonhosted.org/packages/c3/f8/4b1b76a8067e90ea7e7917eae66d8abac389d1cfec8c475504dcebe45258/granian-2.4.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:bafc6bc78f7a4140b4f434eef2404d7d12a4872acf183351ed7e9b4ee1288deb", size = 2510654, upload-time = "2025-07-15T18:25:09.342Z" },
- { url = "https://files.pythonhosted.org/packages/d9/e2/3e61ed7251160120f450d674acc236b63939d9069502acfe2a74452692b8/granian-2.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a44e2d894b719c6ffa2cbce40707f01c5648f1296be940303e250e5d169b527", size = 3058063, upload-time = "2025-07-15T18:25:10.874Z" },
- { url = "https://files.pythonhosted.org/packages/3a/ec/c3bc4646b7f2fe8e66770b13f9114194aae1dc319dc93125b26de46a0a80/granian-2.4.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:15c7684549bcefb06261379354d569b9013ad6e6d6a9640286b31062b2254097", size = 2881350, upload-time = "2025-07-15T18:25:12.623Z" },
- { url = "https://files.pythonhosted.org/packages/29/e2/0421ffe4079bc599b763f1d73b1f2f2639a0a58422bf6f132275ff233572/granian-2.4.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:3f238207b95303ac42b1000c47e221e13670c125d2116df3f6bf9544ad0012d6", size = 2879289, upload-time = "2025-07-15T18:25:14.13Z" },
- { url = "https://files.pythonhosted.org/packages/d3/8a/6601c64bf05f13f28f9c822869b17bc39784e5ef04b148c40deb18795ef9/granian-2.4.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:bd0d41908a3e529175ec4a024a817ca0b77c470f549c3dcf514e475bfdf5b6db", size = 3187672, upload-time = "2025-07-15T18:25:15.825Z" },
- { url = "https://files.pythonhosted.org/packages/ca/42/41fcee57559af20382b91de6e6fd72308d47226074b33276336d24b62349/granian-2.4.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:8575ec62b137cedf81e886f1f27d1f8f5557ab79e97a78789e9be2b43023a248", size = 3083080, upload-time = "2025-07-15T18:25:17.358Z" },
- { url = "https://files.pythonhosted.org/packages/c4/67/97c3907949edf4585ae5ad0c7cf2f06f2feb3f171f412eaa854ce45f7bca/granian-2.4.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6e9925f6a00327e92c5acb6e3f5d0395d3a4471145564f23e5193ab70905b48c", size = 2872484, upload-time = "2025-07-15T18:25:20.658Z" },
- { url = "https://files.pythonhosted.org/packages/f2/3a/36ceabf94cb94c2eb119705e3977c0953e6d13873cf4176e8b5c6d0ed89f/granian-2.4.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:08356672b3384171956e82ccfc73c1a8364a477a3c499174dd754a63142292d8", size = 2511161, upload-time = "2025-07-15T18:25:22.623Z" },
- { url = "https://files.pythonhosted.org/packages/96/50/4962cba3f0bb9fedf1271c62c09704f909e072cee34fcaf4e176092c8558/granian-2.4.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd53a899568a7238623a166b87adb0f1f35195530b178f23479a8280e2cc670f", size = 3058094, upload-time = "2025-07-15T18:25:24.248Z" },
- { url = "https://files.pythonhosted.org/packages/9c/3a/05520fffb1fa73b3755bdabf962c5708eaf820bb3449481c76b244fec15d/granian-2.4.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:b132bfbbe2d03ebb82261e64f7b07c21c83143b0e1b53e02e8280eff8f4d85f1", size = 2881362, upload-time = "2025-07-15T18:25:25.932Z" },
- { url = "https://files.pythonhosted.org/packages/1d/05/cb80f2a10d17bdc5ff2300b30be68e3ee90879da1af522f0f1f8a92d6f5e/granian-2.4.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:90e37e1419ec91daf37188a706b1a7243b6c59a32c8565c487f98884d265e904", size = 2879160, upload-time = "2025-07-15T18:25:27.921Z" },
- { url = "https://files.pythonhosted.org/packages/a6/65/ae255a2f09a4c0e92dbbfe07ab53fd2ab4de11ba19e54a6e6e38d0fa8df7/granian-2.4.2-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:6449d834cb90c147281f1a48b703223c0afaa2fc132a1a6342334853f81c8257", size = 3187986, upload-time = "2025-07-15T18:25:29.434Z" },
- { url = "https://files.pythonhosted.org/packages/87/82/2c723ee02dc615533f92b2a954b8ec62583c1b2e3994066db9d53d8c615c/granian-2.4.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:5e1d007a02088b21b8c453f5822d7d085c7651d27fc68574fa218ce73fc49c14", size = 3083254, upload-time = "2025-07-15T18:25:31.381Z" },
+ { url = "https://files.pythonhosted.org/packages/5f/0f/b90aaa1e1b3cb19c3da1f1f0757a97031fdba247d6be0e0574a0efde8615/granian-2.5.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:35cf2dc5d5ed98c3498331dd45021a9933cb24977baebc78a164d59e5f3d5625", size = 2847917, upload-time = "2025-08-26T16:08:15.214Z" },
+ { url = "https://files.pythonhosted.org/packages/65/7d/99a34d3cb401d88b504a7e492cf44efce1cb6fb99250c0d8cf0d99840893/granian-2.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:11cec357a02279ed283e2c4bc6083370f5de4fb9ea5b6a161536f95a4fbad5cd", size = 2550032, upload-time = "2025-08-26T16:08:18.237Z" },
+ { url = "https://files.pythonhosted.org/packages/d2/64/ca7853a1c0bab6bbe3e2b51b286e82d98cdecdbf80ec78a9ec448f026508/granian-2.5.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:555d900cf1eab9b35bd3107e62a7eb8bb0ab66790fbcee764c157da1d3f98696", size = 3037474, upload-time = "2025-08-26T16:08:19.652Z" },
+ { url = "https://files.pythonhosted.org/packages/72/0c/fe7a9301c7743ff467b8cababc62c8b66ea9759da8a4cf4648c9507a8ad7/granian-2.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3abac5890e3a8e4fd69382fe32d8d6aa819927aa0e0c327362e6b9e43e458b33", size = 2860706, upload-time = "2025-08-26T16:08:21.29Z" },
+ { url = "https://files.pythonhosted.org/packages/39/5b/48cc65208698bd88e9e59153ad9b9e5558e67feb248cfd6ef52faf6f659f/granian-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7dc8c59a2268339fe7b957bc6d50096c4a0e2106053e4391c76c04a61eb35364", size = 3164195, upload-time = "2025-08-26T16:08:24.497Z" },
+ { url = "https://files.pythonhosted.org/packages/c1/68/cfaabe9c3e1f2784488d35aa33000d2873a3f74193b0428c8fa47071056e/granian-2.5.1-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:cb8049f99089f91144309985290a1cc2d3df227eab847bd796e13a914c7133cf", size = 2932910, upload-time = "2025-08-26T16:08:26.257Z" },
+ { url = "https://files.pythonhosted.org/packages/45/66/58dd2b2185262c0eba962fea3c11579b991a93b710d48dcb598957f1377c/granian-2.5.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:108d9a077d4ba138c24bfc9562cc0e94cafcc2efd23bc254c7a609d53e7ec8a8", size = 2914748, upload-time = "2025-08-26T16:08:27.593Z" },
+ { url = "https://files.pythonhosted.org/packages/51/ab/2e06d5e696351cbbf1967c500fd5b2edc3801015f22bb3206b36b0059f75/granian-2.5.1-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:5f6cddd88f0e7a7f983a0b07563732fc3ee9da20dc3dc6c2303b67a03ba29206", size = 3150494, upload-time = "2025-08-26T16:08:28.928Z" },
+ { url = "https://files.pythonhosted.org/packages/22/2c/89ae9a00a7c6d80070661801bfa25b7a1fa111643e96850756d577eee23c/granian-2.5.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:375ba658d2a592b1afe5315c534d7a5f7c65504cc6bf5ab32b9d0bc2a5ecb93b", size = 3197695, upload-time = "2025-08-26T16:08:30.292Z" },
+ { url = "https://files.pythonhosted.org/packages/0f/20/d9dbfca0979dfdb6a964520c2a4c92591ce33abe00747bcaf94c337bb438/granian-2.5.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:2fcb9fd1c859d7576ff5262f01ed53981c70c831b3f64490333a4012c51aa338", size = 2847793, upload-time = "2025-08-26T16:08:32.889Z" },
+ { url = "https://files.pythonhosted.org/packages/e5/ea/227d1e42ad86505bf49301b0047697f47e9b4ed61d8ce921d6f8d888a3e5/granian-2.5.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6fa641231b0e9ee89c72dcd3610fba9ffa0aa89ddab62a3da460d5bce2f13c1d", size = 2550025, upload-time = "2025-08-26T16:08:34.575Z" },
+ { url = "https://files.pythonhosted.org/packages/d7/b7/0bea2dae12f78b0fd4dd9f2219817ba2417cd4a3a9d9000c088554986a56/granian-2.5.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a087b155f595c127f3dc331bc067ece1d55da5a5984649bf708cdee4b65d71cb", size = 3037651, upload-time = "2025-08-26T16:08:35.977Z" },
+ { url = "https://files.pythonhosted.org/packages/9e/9e/5000edbd59a0f802930ed217a42f14a66835dda075c55d3ba433088fb2ef/granian-2.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:873eb7e402ca59484ee8e41d495c6e8c7a659dd4bea4a72f711f6f5d591c6400", size = 2860856, upload-time = "2025-08-26T16:08:37.363Z" },
+ { url = "https://files.pythonhosted.org/packages/b1/ee/bd4d7746523105dd6750607b7c21577f2562d870ab24bb1f97a828d98f29/granian-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b4319ce47b218bbf10e39affdf935f3caaf996f1c82fd9539bbe1086e9b636a", size = 3164156, upload-time = "2025-08-26T16:08:39.164Z" },
+ { url = "https://files.pythonhosted.org/packages/69/0a/027bc8299d0d8e46b0a2529eb23937b934bd9e5f143311d4e3eb63bf4b96/granian-2.5.1-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:56651c3689daf8f133a786ce43c8f24926a75bdf61ed1f205c4648940dbb6e22", size = 2932547, upload-time = "2025-08-26T16:08:41.192Z" },
+ { url = "https://files.pythonhosted.org/packages/22/9f/65e1e328824fbbd2836969b8f8aa938df745df0219cb45201d0ab5a816a7/granian-2.5.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ec827847fd41241f294e47eeb58b9db22eca0375f1f3bcefed55718188c31748", size = 2914942, upload-time = "2025-08-26T16:08:43.092Z" },
+ { url = "https://files.pythonhosted.org/packages/c9/3f/4dda1c00f3420278268c3e65caa4c6de28e67443f71e5177c8a77fb7b4c5/granian-2.5.1-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:f40ea10e7348011ca85edeeb04a2afb2eae6baf775a493222d607fa7a3b175cd", size = 3150697, upload-time = "2025-08-26T16:08:44.866Z" },
+ { url = "https://files.pythonhosted.org/packages/f0/dc/0cea90f9654231dcaf428137d93d62827cc22de45adc952d8bfd006af08b/granian-2.5.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:73a5657783cc4eaa1ea68599f4b471c00e573d31c8c66c9b8cba78baaa258e87", size = 3197458, upload-time = "2025-08-26T16:08:46.37Z" },
+ { url = "https://files.pythonhosted.org/packages/d7/09/faab23dc6f49fa34dd63870080e74016fbfc2e0dd3f34340f219da0dcd5f/granian-2.5.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:9c609c0f41f5f3eaccf2c2b6e190b40f75686cb9ebda8db09133b10457ae218a", size = 2832263, upload-time = "2025-08-26T16:08:49.113Z" },
+ { url = "https://files.pythonhosted.org/packages/53/6c/d8564ab4eb4b84408739c930888a6f7b6db80fed8a5a1fde636d6887bdfc/granian-2.5.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4462fa0a2ce1b419fdd1dc1039c29101dd84537bbbf1358e99ee15b35683c88e", size = 2538574, upload-time = "2025-08-26T16:08:50.755Z" },
+ { url = "https://files.pythonhosted.org/packages/d5/ef/62c7bc3e79d5bde01d5f452acf2974848514f92ad71c28dbd3688536b6f3/granian-2.5.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e4ebfeb337f2f27cb7a5de6c5ae6ff309bb699cf4ac1f1714685650fb2daffeb", size = 3025666, upload-time = "2025-08-26T16:08:53.239Z" },
+ { url = "https://files.pythonhosted.org/packages/3c/cd/bddcc1d15dd72530ac9fac930ebc0d94017020d35ef4497c871ff2adb7fa/granian-2.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a45be4bc3f387fcf90ab332e455ef59c7f35ae96bc64ed9e6cdc751c0c7530b7", size = 2858379, upload-time = "2025-08-26T16:08:55.239Z" },
+ { url = "https://files.pythonhosted.org/packages/1f/73/0bdf768f57720182301e818e01a368048de9777ce775c16db91ebd1bd593/granian-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78172a29057f6d9794fd89c964eeb849dab7bc6b5f558a67daa0f10ed7fa742d", size = 3159084, upload-time = "2025-08-26T16:08:56.663Z" },
+ { url = "https://files.pythonhosted.org/packages/08/6a/20121270db16ea296372682e899a27a490445e1155eb49b7b3dee35a41b3/granian-2.5.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:d086dc3509888b2855cfd7107cc30279ca004a8b40ab6e5bf12a6925649bf632", size = 2933814, upload-time = "2025-08-26T16:08:58.729Z" },
+ { url = "https://files.pythonhosted.org/packages/d1/fe/2df61f54d24d53e2f326d6fad3ee409fcfd11424cf41d96c217a57c8219b/granian-2.5.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d45175bdf63ad9072a54c925f27114554ea3457d4a84d58cda84cb815d57178d", size = 2911839, upload-time = "2025-08-26T16:09:00.237Z" },
+ { url = "https://files.pythonhosted.org/packages/02/d1/da10aa21f539cafa7dfd2f829c2264549dc6778c471c4855cf91c5b69b01/granian-2.5.1-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:20dcdd87134ea43a5deea9926ccf94b841a5d212801d4901e5316c3f0fee7a65", size = 3137107, upload-time = "2025-08-26T16:09:01.853Z" },
+ { url = "https://files.pythonhosted.org/packages/2e/51/f94c8a26871f5e5f74d03f6bb4c1c588f0f11385107435eceb7d5b3a9834/granian-2.5.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:eec44e5687d90b66b27477bc9b51e272cf884ff0260d31222a6a0651600c5cf5", size = 3210850, upload-time = "2025-08-26T16:09:03.177Z" },
+ { url = "https://files.pythonhosted.org/packages/7c/dd/9b22b8e52d17c5472c061c81a14bb3b4cbb80ce37df33465775ff28781d5/granian-2.5.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:673fd75d5c523238842abd2dfbbf13733f450e4734a16b01aedf2bdf8cf69881", size = 2831999, upload-time = "2025-08-26T16:09:06.379Z" },
+ { url = "https://files.pythonhosted.org/packages/09/e5/2d09f60e2140b738518356690877e72d8be64726c652ec849cdfcd1f794a/granian-2.5.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2d3c2275b1346e6445cd92fef3a67f5de8871150f3c71d20209c0f0974ce690d", size = 2538199, upload-time = "2025-08-26T16:09:07.781Z" },
+ { url = "https://files.pythonhosted.org/packages/69/8a/29f07695cdb6f08e80bf7748f9bfb68d1e0f70c57e70049780d657caa1f4/granian-2.5.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:04e728c12c0b3181bec64b09948e29045cf305128571ec2119c68b9904222b21", size = 3025728, upload-time = "2025-08-26T16:09:09.239Z" },
+ { url = "https://files.pythonhosted.org/packages/a2/d3/0035137dc8f2637018fbb3e5cb67c83bc4ff44f18b9ccb7bd6cec288471d/granian-2.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:24d7ad8616f5871a2bae40cfbc9476c65a77640c0eda0b4cb2fda882d773d451", size = 2858025, upload-time = "2025-08-26T16:09:10.763Z" },
+ { url = "https://files.pythonhosted.org/packages/da/75/19e8ce4c39ba3d84603e1d31a06b2f9af28e747ad340aa344468b4f87faa/granian-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:914e571434bbfa0226e16a14409a088031cac7015c191614e936c64d60941744", size = 3158731, upload-time = "2025-08-26T16:09:12.263Z" },
+ { url = "https://files.pythonhosted.org/packages/dd/ea/a280c781a3749988a46c0507c9964aad9f774e9564870401fc96167a55c6/granian-2.5.1-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:a78afa9b7e328557ca3ec6cc7970c94cc7c7a2a1cb5c48801a884df14169d657", size = 2933432, upload-time = "2025-08-26T16:09:13.695Z" },
+ { url = "https://files.pythonhosted.org/packages/cf/dd/2ff23d8c338eaa47f081103c2bc33b1be403a9c5bc0fe18c5815cc86dd9d/granian-2.5.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:32974ba79997d50dca0ecaee8068b71630a0afbcb1b2f2aaa1a45d01a4fe81d3", size = 2911297, upload-time = "2025-08-26T16:09:15.134Z" },
+ { url = "https://files.pythonhosted.org/packages/dc/19/9306cd660df0492a59a786b19f0689e4b5052d842541326ff3deb1444a9f/granian-2.5.1-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:4b1adddd027ec83a8000d7ea3dd3f7c7094e811f5a76a057d72e6f97d5f520ba", size = 3137004, upload-time = "2025-08-26T16:09:16.548Z" },
+ { url = "https://files.pythonhosted.org/packages/46/10/ffe61ed0ca7ce2cb5bf7e37f31ebe27d1bd2693b4f05389db8f5b15f2f03/granian-2.5.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:8dbbcba5b3a0b76c4408106260b3f9a13d5946b611303c7f0916c60a5efb6ff5", size = 3210685, upload-time = "2025-08-26T16:09:18.565Z" },
+ { url = "https://files.pythonhosted.org/packages/58/d1/9af9f258c60fffc45901746879d008ed1303edea45cc150e6c9a28709c76/granian-2.5.1-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:913343c63ca84c76f864b73170fe9b13e197e081b70d0f8264d0e7ba305f24bd", size = 2769579, upload-time = "2025-08-26T16:09:21.712Z" },
+ { url = "https://files.pythonhosted.org/packages/bc/cf/8f58e3e47bc9cc78e5beb181916434b4601426c66c062ab8a8217626aad9/granian-2.5.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:576f539cb5acb35b24ef1106e9be34b53f1b9c8bd87e60d90e371ddb3ed1f5af", size = 2487354, upload-time = "2025-08-26T16:09:23.74Z" },
+ { url = "https://files.pythonhosted.org/packages/08/83/b6fae91a9306aef0670ebf8b05a5a61624b8bcd9899a351fb46c03554b6d/granian-2.5.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8bb9aeadd6c843dc08c59f41f8e5c3de5f463eef069544ae2e18bea08d2158cb", size = 3010060, upload-time = "2025-08-26T16:09:25.213Z" },
+ { url = "https://files.pythonhosted.org/packages/52/f9/5ade2b1f7d0f4a8b45a64aa533234df07d721e0a9d8495070324850be0c9/granian-2.5.1-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:19fd929320f1fa9ddda569166a97427dc7f0cd92819bba6ca78e10435f4d7c02", size = 2787283, upload-time = "2025-08-26T16:09:27.059Z" },
+ { url = "https://files.pythonhosted.org/packages/7a/a4/2c87003d9fa902488b7da880da5eb7f6a270519e82d967f422ac89de3fcb/granian-2.5.1-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:ce8f94dfd3872fd6db5f18040b66e64c82506d19cb908a98f152ec6a58360840", size = 2905213, upload-time = "2025-08-26T16:09:28.97Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/87/5db2bb3b2607bdbf5880e42e16e7c66713915f88500493bfb5c53f665cc8/granian-2.5.1-cp313-cp313t-musllinux_1_1_armv7l.whl", hash = "sha256:f69b103556075f0156f796ee80bfcc7ad7743821b54dc33bc2e4ca20ed2b65ce", size = 3119807, upload-time = "2025-08-26T16:09:30.81Z" },
+ { url = "https://files.pythonhosted.org/packages/11/20/689ca4eea01f907fdc740b0a344e650fd33cf36ee62326deedcd13d58f8a/granian-2.5.1-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:3cab879ebff5efd65782200783c73e8ee963eaee59a4a0f33351c8cdb35656a9", size = 3198431, upload-time = "2025-08-26T16:09:32.79Z" },
+ { url = "https://files.pythonhosted.org/packages/f1/68/6da084fca257e5f90f98301a92680c98a428d05858f0a96d3389850b8af1/granian-2.5.1-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:63ef825ff7d7cb27a4b6c0a46b47b13dd47db2dab0d6c29b8e1b19e32c5e95c8", size = 2814790, upload-time = "2025-08-26T16:09:35.818Z" },
+ { url = "https://files.pythonhosted.org/packages/86/e2/eeb561f9031c66614e51ef2752ef0ce1eeeb866d932e906abb985c1266ed/granian-2.5.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:46bb2cca97d6c6491079309993a8f8daf3c4c17f88009dda2b201b3689859148", size = 2522989, upload-time = "2025-08-26T16:09:37.232Z" },
+ { url = "https://files.pythonhosted.org/packages/a6/27/59a15ba28a9a4843267a0a73fbee6283fe32b88ae4adae1bf6e98b15e4a3/granian-2.5.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:23a36f4e25e5fe7b8f88bde9157e92c9c7aaed30e8268043f624f8ee770e6eb7", size = 3020073, upload-time = "2025-08-26T16:09:38.691Z" },
+ { url = "https://files.pythonhosted.org/packages/40/68/040b1ae75b8fc1d9295cababaa34858f23e75098766658de16f60be1fd8d/granian-2.5.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf077c825793934cb865e79018fa3337c61a1703c0328162365d8bb1cfe8546e", size = 2849912, upload-time = "2025-08-26T16:09:40.059Z" },
+ { url = "https://files.pythonhosted.org/packages/0c/1f/2b875fee30050ef7f2d41956817c0c6ce4ac44899ff268ec0c8863fe5d80/granian-2.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e051e39c33fa284714529001c80b05a905ff886350fd3b95102d9590668bee75", size = 3150308, upload-time = "2025-08-26T16:09:41.764Z" },
+ { url = "https://files.pythonhosted.org/packages/48/68/1e76d77d27def47151afdf358cbfb361a7f18f99c5e54dbaf9d0490301d7/granian-2.5.1-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:00006ea9b1dfe6a67a8c47b6f250d5413723186079c859d34ce1eddd449321e5", size = 2934320, upload-time = "2025-08-26T16:09:43.374Z" },
+ { url = "https://files.pythonhosted.org/packages/c2/94/23fba4bbd88f80be3abd7f2dc10506e151392916565babb179b4c0ef6bc8/granian-2.5.1-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:fbf8f6bb75df05970829d671a4fd75dcc207e55a7914f7f2f88b362a5559e250", size = 2910781, upload-time = "2025-08-26T16:09:44.835Z" },
+ { url = "https://files.pythonhosted.org/packages/3b/aa/7dc32f2a742ca8b5a126662059b95d1b21adaab543b15537be3e0178be84/granian-2.5.1-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:342f27f799090fae2b0c90482a589d125d7c7024e07cac649c0d07a8ee8d7c88", size = 3131921, upload-time = "2025-08-26T16:09:46.515Z" },
+ { url = "https://files.pythonhosted.org/packages/06/38/af7cd91fe4960cea0f3c57e34829bc403e8fd3def6d690983d15aaa6dfe3/granian-2.5.1-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:23f07be31a0a20a699c9578e237f16dfa0523cae0c8347c85f888b52dc8b5705", size = 3201790, upload-time = "2025-08-26T16:09:48.615Z" },
+ { url = "https://files.pythonhosted.org/packages/c6/40/86be00d5acccae571e05789449c6a0bcd31bc2f09d304ef0574a8890a96b/granian-2.5.1-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:1a525a64a6bcb77f361834a4f8aecdf981a8dccf1b2fca5ae8cdcbc20d7fc3a1", size = 2754250, upload-time = "2025-08-26T16:09:51.979Z" },
+ { url = "https://files.pythonhosted.org/packages/f8/d8/a402e949c68627175beec49410f08ca810a45be3f332a4b3fe172aa982d5/granian-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:460a30eb0dd6f11a1bd61e827082bbdd372b8086bcbc509a9a8e071daaf2e618", size = 2470835, upload-time = "2025-08-26T16:09:53.519Z" },
+ { url = "https://files.pythonhosted.org/packages/a6/c9/5a6ec933c7d950bfa356f7726f0ba00a01f8e3313ee00603687e3bffd8cc/granian-2.5.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2c9d387b7d9a3370a8431c810c1e1804ef7ee8ab2160732eda1fd70f214bf35", size = 3003549, upload-time = "2025-08-26T16:09:55.027Z" },
+ { url = "https://files.pythonhosted.org/packages/f4/89/a9adb5dff62f9b2c611c0e97fbb429dc80a73da83ae8ba41dd0d9cc386ea/granian-2.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:1b13e4abfa483ee277cf3eb736551315055f5b49f453bd5f27abbc2be0c1f3b7", size = 2786327, upload-time = "2025-08-26T16:09:56.588Z" },
+ { url = "https://files.pythonhosted.org/packages/76/b9/dbe0c1fcae3b86758ad7146e6e00c75578d93ea98ffc523e7fbfac4740d8/granian-2.5.1-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:685cf765ed9f6601fe2ad351b40b1da2ac528197f75b59c800f0c3974f10cae6", size = 2903513, upload-time = "2025-08-26T16:09:58.201Z" },
+ { url = "https://files.pythonhosted.org/packages/f5/de/f5b522781d48fa2c718d7bffe3789e6e9ed959028385fdf11c3a9f2f672c/granian-2.5.1-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:aef29beeb1e3a96aa513925fac9cbd7c71150264d9d52e904885b6b9f8419f4a", size = 3114227, upload-time = "2025-08-26T16:09:59.826Z" },
+ { url = "https://files.pythonhosted.org/packages/2c/d1/6874f6d4a9c33e2c1563c5e2f9871b3fcbc6acc07b7978311a57d5567aa8/granian-2.5.1-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:f634d0ebb74778ce10d5d538e031bd0eb5fc04cdd56cbc6b39959ce5b7d1d71e", size = 3192598, upload-time = "2025-08-26T16:10:02.826Z" },
+ { url = "https://files.pythonhosted.org/packages/9f/ea/8e93e2fc0cb745fd4546195713d892a6a4f45e198bebe88c1d25c7db3ce6/granian-2.5.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:e474146f634d77196b7d06f7f58f635cec88e0bd1a04c14084339824d3e162bb", size = 2846962, upload-time = "2025-08-26T16:10:25.523Z" },
+ { url = "https://files.pythonhosted.org/packages/ee/8c/1560019c18f5449175324d0e497266fffcfcdd50bdd50409d111a04dbc8d/granian-2.5.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:977f3f59a701272609883e44432470aa80442a763689223357fb62047072ecd7", size = 2546794, upload-time = "2025-08-26T16:10:27.222Z" },
+ { url = "https://files.pythonhosted.org/packages/03/82/ca20dac81d1ee596f8c9f61a6bf27abd6df670a31197bb58c78be46bf515/granian-2.5.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c0101df410e74347930ca02d5c91db2f7436f607bf96631c920a76cd8b78c08", size = 3158695, upload-time = "2025-08-26T16:10:29.611Z" },
+ { url = "https://files.pythonhosted.org/packages/ae/02/652e0846e5548c487fd70b92561dc61527355c5b25ab3fb7f8e687f72ed9/granian-2.5.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:b1a7a2d618eea134c704039d1a05a192709238f44036b27c4a25ae27467aec1e", size = 2924912, upload-time = "2025-08-26T16:10:31.779Z" },
+ { url = "https://files.pythonhosted.org/packages/88/f2/e2d5ffaa92779778aaf019e4c3b2c8490f71d2e8c28d83d861d34cb1032d/granian-2.5.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:1db2156e86950440e3b51682ac447e07ff9fb81fcb48a77cd9b83f7038dfe7b8", size = 2913988, upload-time = "2025-08-26T16:10:33.378Z" },
+ { url = "https://files.pythonhosted.org/packages/9e/7b/a5b70c4e405175c314b7b3dfd4531a442e650c5264aa39a45517393146fe/granian-2.5.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:23bd2808c9c7d242c7dd66a5bda6d51c752ba76f525c7b85920376f792884b24", size = 3172155, upload-time = "2025-08-26T16:10:35.076Z" },
+ { url = "https://files.pythonhosted.org/packages/81/68/afce067d0ba6a14b4d247105bdd5293ef5661577b2023a0d81df27989b81/granian-2.5.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:c474ea7d5a12d7cfd4756f3bac4e51a2e17817015b028e97160beb988adae3e9", size = 3192784, upload-time = "2025-08-26T16:10:36.725Z" },
+ { url = "https://files.pythonhosted.org/packages/53/47/6bb6880cd97cc992185e404c216c85748d287bfe16dbc0c2e418935b6a3c/granian-2.5.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:08d92bdc91d91f0b5377a932faea36a640659994aa144d264995418992a4e01e", size = 2847147, upload-time = "2025-08-26T16:10:40.115Z" },
+ { url = "https://files.pythonhosted.org/packages/1b/19/d606fa7383d5d20c7d8fe861ae07c61947c1bc41ef38cb0b2ef50b56dbd1/granian-2.5.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:7c6169cd8d19f6d8ef4b7b67afe618b8a5ceafd9ac7430da7dadb282c1a35f67", size = 2547108, upload-time = "2025-08-26T16:10:41.738Z" },
+ { url = "https://files.pythonhosted.org/packages/27/00/7b8ff7963510fbcb0fd6971eb098ad3099d529550347eb4bf2a24b3c6ea8/granian-2.5.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a469d1fd32923414926bfd4cc59c3e53bcfddbcea38409b09cbb0caf8823c75", size = 3158505, upload-time = "2025-08-26T16:10:43.504Z" },
+ { url = "https://files.pythonhosted.org/packages/84/0a/a59e2ae4eacb60456d186627714268741b1c25eacaa225d6a74853811337/granian-2.5.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:709014d3d103a843fe7db83ed77ad4781cba414c191428be7f94c5ada7151990", size = 2925033, upload-time = "2025-08-26T16:10:45.425Z" },
+ { url = "https://files.pythonhosted.org/packages/28/6e/c7952d669913fd876bc1428e8acc662ed2fdda4e23a4e36ca449ec843401/granian-2.5.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:2bffcf01b067b109bf6e15410d0a7ea6bad45d69cb51b0661435815b57e71e23", size = 2913947, upload-time = "2025-08-26T16:10:47.641Z" },
+ { url = "https://files.pythonhosted.org/packages/d9/97/b25bb52f3b43bd1baa3190b8bb7c837316e5bbca4c9a86c46c02d59f896e/granian-2.5.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:3c822ec0c88cdb5be7323f72e0a78ff29e36a8dec5c2c60e83797173562cf395", size = 3171770, upload-time = "2025-08-26T16:10:49.572Z" },
+ { url = "https://files.pythonhosted.org/packages/5b/1e/e6d7c65d4745ce429daf396685345bde8fb82d52b148fb8c8434f5f98298/granian-2.5.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:67bcecb791de0d63fed6d0c2c76efcdc12d046e63d9db3edb3ae3bf9881a3105", size = 3192802, upload-time = "2025-08-26T16:10:51.3Z" },
]
[package.optional-dependencies]
@@ -2171,7 +2171,7 @@ requires-dist = [
{ name = "filelock", specifier = "~=3.19.1" },
{ name = "flower", specifier = "~=2.0.1" },
{ name = "gotenberg-client", specifier = "~=0.11.0" },
- { name = "granian", extras = ["uvloop"], marker = "extra == 'webserver'", specifier = "~=2.4.1" },
+ { name = "granian", extras = ["uvloop"], marker = "extra == 'webserver'", specifier = "~=2.5.1" },
{ name = "httpx-oauth", specifier = "~=0.16" },
{ name = "imap-tools", specifier = "~=1.11.0" },
{ name = "inotifyrecursive", specifier = "~=0.3" },
From a77141e133826382b3784a379244677deea59a9f Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sat, 30 Aug 2025 09:09:43 -0700
Subject: [PATCH 13/19] Fix: ensure title gets marked as dirty
---
.../app/components/document-detail/document-detail.component.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/src-ui/src/app/components/document-detail/document-detail.component.ts b/src-ui/src/app/components/document-detail/document-detail.component.ts
index 29bcf8fa8..1450be09c 100644
--- a/src-ui/src/app/components/document-detail/document-detail.component.ts
+++ b/src-ui/src/app/components/document-detail/document-detail.component.ts
@@ -472,6 +472,7 @@ export class DocumentDetailComponent
if (titleValue !== this.titleInput.value) return
this.title = titleValue
this.documentForm.patchValue({ title: titleValue })
+ this.documentForm.get('title').markAsDirty()
})
this.setupDirtyTracking(useDoc, doc)
},
From 107374af71764cd2cc7059bcc40d663404e33c13 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 30 Aug 2025 16:11:17 +0000
Subject: [PATCH 14/19] Auto translate strings
---
src-ui/messages.xlf | 60 ++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 2f9baf5f9..51634d077 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2544,11 +2544,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1017
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1382
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3156,7 +3156,7 @@
src/app/components/document-detail/document-detail.component.ts
- 970
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -6579,7 +6579,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1381
+ 1382
@@ -6904,21 +6904,21 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 574
Previous document
src/app/components/document-detail/document-detail.component.ts
- 583
+ 584
Close document
src/app/components/document-detail/document-detail.component.ts
- 591
+ 592
src/app/services/open-documents.service.ts
@@ -6929,67 +6929,67 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 598
+ 599
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 607
+ 608
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 659
+ 660
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 688
+ 689
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 860
+ 861
src/app/components/document-detail/document-detail.component.ts
- 884
+ 885
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 890
+ 891
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 939
+ 940
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 971
+ 972
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 972
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7000,7 +7000,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 974
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7011,14 +7011,14 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 993
+ 994
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1013
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7029,67 +7029,67 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1014
+ 1015
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1015
+ 1016
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1025
+ 1026
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1036
+ 1037
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1085
+ 1086
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1162
+ 1163
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1400
+ 1401
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1412
+ 1413
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1479
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1483
+ 1484
From cb927c5b22ea78d239442af4792310a3acc1e1df Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 31 Aug 2025 15:22:39 -0700
Subject: [PATCH 15/19] Fix: include application config language settings for
dateparser auto-detection (#10722)
---
src/documents/parsers.py | 9 +-
src/documents/tests/test_date_parsing.py | 4 +-
src/paperless/settings.py | 67 +-----
src/paperless/tests/test_settings.py | 28 ---
src/paperless/tests/test_utils.py | 52 +++++
src/paperless/utils.py | 249 ++++++++++++++---------
6 files changed, 223 insertions(+), 186 deletions(-)
create mode 100644 src/paperless/tests/test_utils.py
diff --git a/src/documents/parsers.py b/src/documents/parsers.py
index 526c131d0..b1f7061f8 100644
--- a/src/documents/parsers.py
+++ b/src/documents/parsers.py
@@ -19,6 +19,8 @@ from documents.loggers import LoggingMixin
from documents.signals import document_consumer_declaration
from documents.utils import copy_file_with_basic_stats
from documents.utils import run_subprocess
+from paperless.config import OcrConfig
+from paperless.utils import ocr_to_dateparser_languages
if TYPE_CHECKING:
import datetime
@@ -272,6 +274,11 @@ def parse_date_generator(filename, text) -> Iterator[datetime.datetime]:
"""
import dateparser
+ ocr_config = OcrConfig()
+ languages = settings.DATE_PARSER_LANGUAGES or ocr_to_dateparser_languages(
+ ocr_config.language,
+ )
+
return dateparser.parse(
ds,
settings={
@@ -280,7 +287,7 @@ def parse_date_generator(filename, text) -> Iterator[datetime.datetime]:
"RETURN_AS_TIMEZONE_AWARE": True,
"TIMEZONE": settings.TIME_ZONE,
},
- locales=settings.DATE_PARSER_LANGUAGES,
+ locales=languages,
)
def __filter(date: datetime.datetime) -> datetime.datetime | None:
diff --git a/src/documents/tests/test_date_parsing.py b/src/documents/tests/test_date_parsing.py
index 1bad27266..f565a9544 100644
--- a/src/documents/tests/test_date_parsing.py
+++ b/src/documents/tests/test_date_parsing.py
@@ -1,12 +1,14 @@
import datetime
from zoneinfo import ZoneInfo
+import pytest
from pytest_django.fixtures import SettingsWrapper
from documents.parsers import parse_date
from documents.parsers import parse_date_generator
+@pytest.mark.django_db()
class TestDate:
def test_date_format_1(self):
text = "lorem ipsum 130218 lorem ipsum"
@@ -49,7 +51,7 @@ class TestDate:
settings: SettingsWrapper,
settings_timezone: ZoneInfo,
):
- settings.DATE_PARSER_LANGUAGES = []
+ settings.DATE_PARSER_LANGUAGES = ["de"]
text = "lorem ipsum\nMärz 2019\nlorem ipsum"
date = parse_date("", text)
assert date == datetime.datetime(2019, 3, 1, 0, 0, tzinfo=settings_timezone)
diff --git a/src/paperless/settings.py b/src/paperless/settings.py
index 24d297d06..5e6e2a14e 100644
--- a/src/paperless/settings.py
+++ b/src/paperless/settings.py
@@ -17,8 +17,6 @@ from dateparser.languages.loader import LocaleDataLoader
from django.utils.translation import gettext_lazy as _
from dotenv import load_dotenv
-from paperless.utils import ocr_to_dateparser_languages
-
logger = logging.getLogger("paperless.settings")
# Tap paperless.conf if it's available
@@ -1184,61 +1182,6 @@ DATE_ORDER = os.getenv("PAPERLESS_DATE_ORDER", "DMY")
FILENAME_DATE_ORDER = os.getenv("PAPERLESS_FILENAME_DATE_ORDER")
-def _ocr_to_dateparser_languages(ocr_languages: str) -> list[str]:
- """
- Convert Tesseract OCR_LANGUAGE codes (ISO 639-2, e.g. "eng+fra", with optional scripts like "aze_Cyrl")
- into a list of locales compatible with the `dateparser` library.
-
- - If a script is provided (e.g., "aze_Cyrl"), attempts to use the full locale (e.g., "az-Cyrl").
- Falls back to the base language (e.g., "az") if needed.
- - If a language cannot be mapped or validated, it is skipped with a warning.
- - Returns a list of valid locales, or an empty list if none could be converted.
- """
- ocr_to_dateparser = ocr_to_dateparser_languages()
- loader = LocaleDataLoader()
- result = []
- try:
- for ocr_language in ocr_languages.split("+"):
- # Split into language and optional script
- ocr_lang_part, *script = ocr_language.split("_")
- ocr_script_part = script[0] if script else None
-
- language_part = ocr_to_dateparser.get(ocr_lang_part)
- if language_part is None:
- logger.debug(
- f'Unable to map OCR language "{ocr_lang_part}" to dateparser locale. ',
- )
- continue
-
- # Ensure base language is supported by dateparser
- loader.get_locale_map(locales=[language_part])
-
- # Try to add the script part if it's supported by dateparser
- if ocr_script_part:
- dateparser_language = f"{language_part}-{ocr_script_part.title()}"
- try:
- loader.get_locale_map(locales=[dateparser_language])
- except Exception:
- logger.info(
- f"Language variant '{dateparser_language}' not supported by dateparser; falling back to base language '{language_part}'. You can manually set PAPERLESS_DATE_PARSER_LANGUAGES if needed.",
- )
- dateparser_language = language_part
- else:
- dateparser_language = language_part
- if dateparser_language not in result:
- result.append(dateparser_language)
- except Exception as e:
- logger.warning(
- f"Error auto-configuring dateparser languages. Set PAPERLESS_DATE_PARSER_LANGUAGES parameter to avoid this. Detail: {e}",
- )
- return []
- if not result:
- logger.info(
- "Unable to automatically determine dateparser languages from OCR_LANGUAGE, falling back to multi-language support.",
- )
- return result
-
-
def _parse_dateparser_languages(languages: str | None):
language_list = languages.split("+") if languages else []
# There is an unfixed issue in zh-Hant and zh-Hans locales in the dateparser lib.
@@ -1253,12 +1196,14 @@ def _parse_dateparser_languages(languages: str | None):
return list(LocaleDataLoader().get_locale_map(locales=language_list))
-if os.getenv("PAPERLESS_DATE_PARSER_LANGUAGES"):
- DATE_PARSER_LANGUAGES = _parse_dateparser_languages(
+# If not set, we will infer it at runtime
+DATE_PARSER_LANGUAGES = (
+ _parse_dateparser_languages(
os.getenv("PAPERLESS_DATE_PARSER_LANGUAGES"),
)
-else:
- DATE_PARSER_LANGUAGES = _ocr_to_dateparser_languages(OCR_LANGUAGE)
+ if os.getenv("PAPERLESS_DATE_PARSER_LANGUAGES")
+ else None
+)
# Maximum number of dates taken from document start to end to show as suggestions for
diff --git a/src/paperless/tests/test_settings.py b/src/paperless/tests/test_settings.py
index 8a191f209..10995291e 100644
--- a/src/paperless/tests/test_settings.py
+++ b/src/paperless/tests/test_settings.py
@@ -6,7 +6,6 @@ from unittest import mock
import pytest
from celery.schedules import crontab
-from paperless.settings import _ocr_to_dateparser_languages
from paperless.settings import _parse_base_paths
from paperless.settings import _parse_beat_schedule
from paperless.settings import _parse_dateparser_languages
@@ -476,33 +475,6 @@ class TestPathSettings(TestCase):
self.assertEqual("/foobar/", base_paths[4]) # LOGOUT_REDIRECT_URL
-@pytest.mark.parametrize(
- ("ocr_language", "expected"),
- [
- # One language
- ("eng", ["en"]),
- # Multiple languages
- ("fra+ita+lao", ["fr", "it", "lo"]),
- # Languages that don't have a two-letter equivalent
- ("fil", ["fil"]),
- # Languages with a script part supported by dateparser
- ("aze_cyrl+srp_latn", ["az-Cyrl", "sr-Latn"]),
- # Languages with a script part not supported by dateparser
- # In this case, default to the language without script
- ("deu_frak", ["de"]),
- # Traditional and simplified chinese don't have the same name in dateparser,
- # so they're converted to the general chinese language
- ("chi_tra+chi_sim", ["zh"]),
- # If a language is not supported by dateparser, fallback to the supported ones
- ("eng+unsupported_language+por", ["en", "pt"]),
- # If no language is supported, fallback to default
- ("unsupported1+unsupported2", []),
- ],
-)
-def test_ocr_to_dateparser_languages(ocr_language, expected):
- assert sorted(_ocr_to_dateparser_languages(ocr_language)) == sorted(expected)
-
-
@pytest.mark.parametrize(
("languages", "expected"),
[
diff --git a/src/paperless/tests/test_utils.py b/src/paperless/tests/test_utils.py
new file mode 100644
index 000000000..215498c29
--- /dev/null
+++ b/src/paperless/tests/test_utils.py
@@ -0,0 +1,52 @@
+import logging
+
+import pytest
+
+from paperless import utils
+from paperless.utils import ocr_to_dateparser_languages
+
+
+@pytest.mark.parametrize(
+ ("ocr_language", "expected"),
+ [
+ # One language
+ ("eng", ["en"]),
+ # Multiple languages
+ ("fra+ita+lao", ["fr", "it", "lo"]),
+ # Languages that don't have a two-letter equivalent
+ ("fil", ["fil"]),
+ # Languages with a script part supported by dateparser
+ ("aze_cyrl+srp_latn", ["az-Cyrl", "sr-Latn"]),
+ # Languages with a script part not supported by dateparser
+ # In this case, default to the language without script
+ ("deu_frak", ["de"]),
+ # Traditional and simplified chinese don't have the same name in dateparser,
+ # so they're converted to the general chinese language
+ ("chi_tra+chi_sim", ["zh"]),
+ # If a language is not supported by dateparser, fallback to the supported ones
+ ("eng+unsupported_language+por", ["en", "pt"]),
+ # If no language is supported, fallback to default
+ ("unsupported1+unsupported2", []),
+ # Duplicate languages, should not duplicate in result
+ ("eng+eng", ["en"]),
+ # Language with script, but script is not mapped
+ ("ita_unknownscript", ["it"]),
+ ],
+)
+def test_ocr_to_dateparser_languages(ocr_language, expected):
+ assert sorted(ocr_to_dateparser_languages(ocr_language)) == sorted(expected)
+
+
+def test_ocr_to_dateparser_languages_exception(monkeypatch, caplog):
+ # Patch LocaleDataLoader.get_locale_map to raise an exception
+ class DummyLoader:
+ def get_locale_map(self, locales=None):
+ raise RuntimeError("Simulated error")
+
+ with caplog.at_level(logging.WARNING):
+ monkeypatch.setattr(utils, "LocaleDataLoader", lambda: DummyLoader())
+ result = utils.ocr_to_dateparser_languages("eng+fra")
+ assert result == []
+ assert (
+ "Set PAPERLESS_DATE_PARSER_LANGUAGES parameter to avoid this" in caplog.text
+ )
diff --git a/src/paperless/utils.py b/src/paperless/utils.py
index 965b862f7..46269588c 100644
--- a/src/paperless/utils.py
+++ b/src/paperless/utils.py
@@ -1,4 +1,10 @@
-def ocr_to_dateparser_languages() -> dict[str, str]:
+import logging
+
+from dateparser.languages.loader import LocaleDataLoader
+
+logger = logging.getLogger("paperless.utils")
+
+OCR_TO_DATEPARSER_LANGUAGES = {
"""
Translation map from languages supported by Tesseract OCR
to languages supported by dateparser.
@@ -14,97 +20,150 @@ def ocr_to_dateparser_languages() -> dict[str, str]:
# agq, asa, bez, brx, cgg, ckb, dav, dje, dyo, ebu, guz, jgo, jmc, kde, kea, khq, kln,
# ksb, ksf, ksh, lag, lkt, lrc, luy, mer, mfe, mgh, mgo, mua, mzn, naq, nmg, nnh, nus,
# rof, rwk, saq, sbp, she, ses, shi, teo, twq, tzm, vun, wae, xog, yav, yue
- return {
- "afr": "af",
- "amh": "am",
- "ara": "ar",
- "asm": "as",
- "ast": "ast",
- "aze": "az",
- "bel": "be",
- "bul": "bg",
- "ben": "bn",
- "bod": "bo",
- "bre": "br",
- "bos": "bs",
- "cat": "ca",
- "cher": "chr",
- "ces": "cs",
- "cym": "cy",
- "dan": "da",
- "deu": "de",
- "dzo": "dz",
- "ell": "el",
- "eng": "en",
- "epo": "eo",
- "spa": "es",
- "est": "et",
- "eus": "eu",
- "fas": "fa",
- "fin": "fi",
- "fil": "fil",
- "fao": "fo", # codespell:ignore
- "fra": "fr",
- "fry": "fy",
- "gle": "ga",
- "gla": "gd",
- "glg": "gl",
- "guj": "gu",
- "heb": "he",
- "hin": "hi",
- "hrv": "hr",
- "hun": "hu",
- "hye": "hy",
- "ind": "id",
- "isl": "is",
- "ita": "it",
- "jpn": "ja",
- "kat": "ka",
- "kaz": "kk",
- "khm": "km",
- "knda": "kn",
- "kor": "ko",
- "kir": "ky",
- "ltz": "lb",
- "lao": "lo",
- "lit": "lt",
- "lav": "lv",
- "mal": "ml",
- "mon": "mn",
- "mar": "mr",
- "msa": "ms",
- "mlt": "mt",
- "mya": "my",
- "nep": "ne",
- "nld": "nl",
- "ori": "or",
- "pan": "pa",
- "pol": "pl",
- "pus": "ps",
- "por": "pt",
- "que": "qu",
- "ron": "ro",
- "rus": "ru",
- "sin": "si",
- "slk": "sk",
- "slv": "sl",
- "sqi": "sq",
- "srp": "sr",
- "swe": "sv",
- "swa": "sw",
- "tam": "ta",
- "tel": "te", # codespell:ignore
- "tha": "th", # codespell:ignore
- "tir": "ti",
- "tgl": "tl",
- "ton": "to",
- "tur": "tr",
- "uig": "ug",
- "ukr": "uk",
- "urd": "ur",
- "uzb": "uz",
- "via": "vi",
- "yid": "yi",
- "yor": "yo",
- "chi": "zh",
- }
+ "afr": "af",
+ "amh": "am",
+ "ara": "ar",
+ "asm": "as",
+ "ast": "ast",
+ "aze": "az",
+ "bel": "be",
+ "bul": "bg",
+ "ben": "bn",
+ "bod": "bo",
+ "bre": "br",
+ "bos": "bs",
+ "cat": "ca",
+ "cher": "chr",
+ "ces": "cs",
+ "cym": "cy",
+ "dan": "da",
+ "deu": "de",
+ "dzo": "dz",
+ "ell": "el",
+ "eng": "en",
+ "epo": "eo",
+ "spa": "es",
+ "est": "et",
+ "eus": "eu",
+ "fas": "fa",
+ "fin": "fi",
+ "fil": "fil",
+ "fao": "fo", # codespell:ignore
+ "fra": "fr",
+ "fry": "fy",
+ "gle": "ga",
+ "gla": "gd",
+ "glg": "gl",
+ "guj": "gu",
+ "heb": "he",
+ "hin": "hi",
+ "hrv": "hr",
+ "hun": "hu",
+ "hye": "hy",
+ "ind": "id",
+ "isl": "is",
+ "ita": "it",
+ "jpn": "ja",
+ "kat": "ka",
+ "kaz": "kk",
+ "khm": "km",
+ "knda": "kn",
+ "kor": "ko",
+ "kir": "ky",
+ "ltz": "lb",
+ "lao": "lo",
+ "lit": "lt",
+ "lav": "lv",
+ "mal": "ml",
+ "mon": "mn",
+ "mar": "mr",
+ "msa": "ms",
+ "mlt": "mt",
+ "mya": "my",
+ "nep": "ne",
+ "nld": "nl",
+ "ori": "or",
+ "pan": "pa",
+ "pol": "pl",
+ "pus": "ps",
+ "por": "pt",
+ "que": "qu",
+ "ron": "ro",
+ "rus": "ru",
+ "sin": "si",
+ "slk": "sk",
+ "slv": "sl",
+ "sqi": "sq",
+ "srp": "sr",
+ "swe": "sv",
+ "swa": "sw",
+ "tam": "ta",
+ "tel": "te", # codespell:ignore
+ "tha": "th", # codespell:ignore
+ "tir": "ti",
+ "tgl": "tl",
+ "ton": "to",
+ "tur": "tr",
+ "uig": "ug",
+ "ukr": "uk",
+ "urd": "ur",
+ "uzb": "uz",
+ "via": "vi",
+ "yid": "yi",
+ "yor": "yo",
+ "chi": "zh",
+}
+
+
+def ocr_to_dateparser_languages(ocr_languages: str) -> list[str]:
+ """
+ Convert Tesseract OCR_LANGUAGE codes (ISO 639-2, e.g. "eng+fra", with optional scripts like "aze_Cyrl")
+ into a list of locales compatible with the `dateparser` library.
+
+ - If a script is provided (e.g., "aze_Cyrl"), attempts to use the full locale (e.g., "az-Cyrl").
+ Falls back to the base language (e.g., "az") if needed.
+ - If a language cannot be mapped or validated, it is skipped with a warning.
+ - Returns a list of valid locales, or an empty list if none could be converted.
+ """
+ loader = LocaleDataLoader()
+ result = []
+ try:
+ for ocr_language in ocr_languages.split("+"):
+ # Split into language and optional script
+ ocr_lang_part, *script = ocr_language.split("_")
+ ocr_script_part = script[0] if script else None
+
+ language_part = OCR_TO_DATEPARSER_LANGUAGES.get(ocr_lang_part)
+ if language_part is None:
+ logger.debug(
+ f'Unable to map OCR language "{ocr_lang_part}" to dateparser locale. ',
+ )
+ continue
+
+ # Ensure base language is supported by dateparser
+ loader.get_locale_map(locales=[language_part])
+
+ # Try to add the script part if it's supported by dateparser
+ if ocr_script_part:
+ dateparser_language = f"{language_part}-{ocr_script_part.title()}"
+ try:
+ loader.get_locale_map(locales=[dateparser_language])
+ except Exception:
+ logger.info(
+ f"Language variant '{dateparser_language}' not supported by dateparser; falling back to base language '{language_part}'. You can manually set PAPERLESS_DATE_PARSER_LANGUAGES if needed.",
+ )
+ dateparser_language = language_part
+ else:
+ dateparser_language = language_part
+ if dateparser_language not in result:
+ result.append(dateparser_language)
+ except Exception as e:
+ logger.warning(
+ f"Error auto-configuring dateparser languages. Set PAPERLESS_DATE_PARSER_LANGUAGES parameter to avoid this. Detail: {e}",
+ )
+ return []
+ if not result:
+ logger.info(
+ "Unable to automatically determine dateparser languages from OCR_LANGUAGE, falling back to multi-language support.",
+ )
+ return result
From a6e41b4145adc6c4c532618971657eb743dcf888 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 31 Aug 2025 22:25:05 +0000
Subject: [PATCH 16/19] Auto translate strings
---
src/locale/en_US/LC_MESSAGES/django.po | 74 +++++++++++++-------------
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/src/locale/en_US/LC_MESSAGES/django.po b/src/locale/en_US/LC_MESSAGES/django.po
index 7bb38cbbc..62f3a41e5 100644
--- a/src/locale/en_US/LC_MESSAGES/django.po
+++ b/src/locale/en_US/LC_MESSAGES/django.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
"PO-Revision-Date: 2022-02-17 04:17\n"
"Last-Translator: \n"
"Language-Team: English\n"
@@ -1645,147 +1645,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr ""
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr ""
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr ""
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr ""
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr ""
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr ""
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr ""
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr ""
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr ""
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr ""
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr ""
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr ""
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr ""
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr ""
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr ""
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr ""
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr ""
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr ""
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr ""
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr ""
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr ""
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
From d6db2d3fce9a9d1410373afa0b7272acc0313380 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 31 Aug 2025 20:39:21 -0700
Subject: [PATCH 17/19] New Crowdin translations by GitHub Action (#10699)
Co-authored-by: Crowdin Bot
---
src-ui/src/locale/messages.af_ZA.xlf | 114 +++++++--------
src-ui/src/locale/messages.ar_AR.xlf | 114 +++++++--------
src-ui/src/locale/messages.be_BY.xlf | 114 +++++++--------
src-ui/src/locale/messages.bg_BG.xlf | 114 +++++++--------
src-ui/src/locale/messages.ca_ES.xlf | 114 +++++++--------
src-ui/src/locale/messages.cs_CZ.xlf | 114 +++++++--------
src-ui/src/locale/messages.da_DK.xlf | 114 +++++++--------
src-ui/src/locale/messages.de_DE.xlf | 114 +++++++--------
src-ui/src/locale/messages.el_GR.xlf | 114 +++++++--------
src-ui/src/locale/messages.es_ES.xlf | 114 +++++++--------
src-ui/src/locale/messages.et_EE.xlf | 114 +++++++--------
src-ui/src/locale/messages.fa_IR.xlf | 114 +++++++--------
src-ui/src/locale/messages.fi_FI.xlf | 114 +++++++--------
src-ui/src/locale/messages.fr_FR.xlf | 114 +++++++--------
src-ui/src/locale/messages.he_IL.xlf | 114 +++++++--------
src-ui/src/locale/messages.hr_HR.xlf | 114 +++++++--------
src-ui/src/locale/messages.hu_HU.xlf | 158 ++++++++++-----------
src-ui/src/locale/messages.id_ID.xlf | 114 +++++++--------
src-ui/src/locale/messages.it_IT.xlf | 114 +++++++--------
src-ui/src/locale/messages.ja_JP.xlf | 114 +++++++--------
src-ui/src/locale/messages.ko_KR.xlf | 188 ++++++++++++-------------
src-ui/src/locale/messages.lb_LU.xlf | 114 +++++++--------
src-ui/src/locale/messages.lt_LT.xlf | 114 +++++++--------
src-ui/src/locale/messages.lv_LV.xlf | 114 +++++++--------
src-ui/src/locale/messages.ms_MY.xlf | 114 +++++++--------
src-ui/src/locale/messages.nl_NL.xlf | 114 +++++++--------
src-ui/src/locale/messages.no_NO.xlf | 114 +++++++--------
src-ui/src/locale/messages.pl_PL.xlf | 114 +++++++--------
src-ui/src/locale/messages.pt_BR.xlf | 114 +++++++--------
src-ui/src/locale/messages.pt_PT.xlf | 114 +++++++--------
src-ui/src/locale/messages.ro_RO.xlf | 114 +++++++--------
src-ui/src/locale/messages.ru_RU.xlf | 114 +++++++--------
src-ui/src/locale/messages.sk_SK.xlf | 114 +++++++--------
src-ui/src/locale/messages.sl_SI.xlf | 114 +++++++--------
src-ui/src/locale/messages.sr_CS.xlf | 114 +++++++--------
src-ui/src/locale/messages.sv_SE.xlf | 114 +++++++--------
src-ui/src/locale/messages.th_TH.xlf | 114 +++++++--------
src-ui/src/locale/messages.tr_TR.xlf | 114 +++++++--------
src-ui/src/locale/messages.uk_UA.xlf | 114 +++++++--------
src-ui/src/locale/messages.vi_VN.xlf | 114 +++++++--------
src-ui/src/locale/messages.zh_CN.xlf | 114 +++++++--------
src-ui/src/locale/messages.zh_TW.xlf | 114 +++++++--------
src/locale/af_ZA/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ar_AR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/be_BY/LC_MESSAGES/django.po | 76 +++++-----
src/locale/bg_BG/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ca_ES/LC_MESSAGES/django.po | 76 +++++-----
src/locale/cs_CZ/LC_MESSAGES/django.po | 76 +++++-----
src/locale/da_DK/LC_MESSAGES/django.po | 76 +++++-----
src/locale/de_DE/LC_MESSAGES/django.po | 76 +++++-----
src/locale/el_GR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/es_ES/LC_MESSAGES/django.po | 76 +++++-----
src/locale/et_EE/LC_MESSAGES/django.po | 76 +++++-----
src/locale/fa_IR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/fi_FI/LC_MESSAGES/django.po | 76 +++++-----
src/locale/fr_FR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/he_IL/LC_MESSAGES/django.po | 76 +++++-----
src/locale/hr_HR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/hu_HU/LC_MESSAGES/django.po | 88 ++++++------
src/locale/id_ID/LC_MESSAGES/django.po | 76 +++++-----
src/locale/it_IT/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ja_JP/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ko_KR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/lb_LU/LC_MESSAGES/django.po | 76 +++++-----
src/locale/lt_LT/LC_MESSAGES/django.po | 76 +++++-----
src/locale/lv_LV/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ms_MY/LC_MESSAGES/django.po | 76 +++++-----
src/locale/nl_NL/LC_MESSAGES/django.po | 76 +++++-----
src/locale/no_NO/LC_MESSAGES/django.po | 76 +++++-----
src/locale/pl_PL/LC_MESSAGES/django.po | 76 +++++-----
src/locale/pt_BR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/pt_PT/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ro_RO/LC_MESSAGES/django.po | 76 +++++-----
src/locale/ru_RU/LC_MESSAGES/django.po | 76 +++++-----
src/locale/sk_SK/LC_MESSAGES/django.po | 76 +++++-----
src/locale/sl_SI/LC_MESSAGES/django.po | 76 +++++-----
src/locale/sr_CS/LC_MESSAGES/django.po | 76 +++++-----
src/locale/sv_SE/LC_MESSAGES/django.po | 76 +++++-----
src/locale/th_TH/LC_MESSAGES/django.po | 76 +++++-----
src/locale/tr_TR/LC_MESSAGES/django.po | 76 +++++-----
src/locale/uk_UA/LC_MESSAGES/django.po | 76 +++++-----
src/locale/vi_VN/LC_MESSAGES/django.po | 76 +++++-----
src/locale/zh_CN/LC_MESSAGES/django.po | 76 +++++-----
src/locale/zh_TW/LC_MESSAGES/django.po | 76 +++++-----
84 files changed, 4055 insertions(+), 4055 deletions(-)
diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf
index 93f714505..11d12724a 100644
--- a/src-ui/src/locale/messages.af_ZA.xlf
+++ b/src-ui/src/locale/messages.af_ZA.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Voeg item toe
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Fout by die laai van die inhoud:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Fout by ophaal van metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Fout by ophaal van voorstelle.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Fout by bewaar van dokument
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Kies blad
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Kies alles
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Aansig “” suksesvol bewaar.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Aansig “” suksesvol geskep.
diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf
index 9dd31b274..18276dc27 100644
--- a/src-ui/src/locale/messages.ar_AR.xlf
+++ b/src-ui/src/locale/messages.ar_AR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
إضافة عنصر
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
حدث خطأ في تحميل المحتوى
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
تم اكتشاف تغييرات في المستند
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
إصدار هذا المستند في جلسة المتصفح الخاصة بك يبدو أقدم من الإصدار الحالي.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
قد يؤدي حفظ المستند هنا إلى الكتابة فوق التغييرات الأخرى التي تم إجراؤها. لاستعادة الإصدار الموجود، تجاهل التغييرات أو أغلق المستند.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
موافق
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
المستند التالي
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
المستند السابق
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
حفظ المستند
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
خطأ في استرجاع البيانات الوصفية
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
خطأ في استرداد الاقتراحات.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
تم حفظ المستند "بنجاح.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
خطأ أثناء حفظ المستند
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
هل تريد حقاً نقل المستند "" إلى سلة المهملات؟
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
خطأ أثناء حذف المستند
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
ستؤدي هذه العملية إلى إعادة إنشاء ملف الأرشيف لهذا المستند بشكل دائم.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
سيتم إعادة إنشاء ملف الأرشيف بالإعدادات الحالية.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
خطأ أثناء تنفيذ العملية
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
احتواء الصفحة
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
تحديد صفحة
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
تحديد الكل
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
إعادة تعيين المرشحات / التحديد
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
فتح أول مستند [محدد]
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
عرض "" حفظ بنجاح.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
فشل في حفظ طريقة العرض "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
عرض "" أنشئ بنجاح.
diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf
index 09c53b057..41c6841f9 100644
--- a/src-ui/src/locale/messages.be_BY.xlf
+++ b/src-ui/src/locale/messages.be_BY.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Дадаць элемент
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Выбраць старонку
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Выбраць усё
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Прагляд "" паспяхова захаваны.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Прагляд "" створаны паспяхова.
diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf
index d896b173c..7be12314a 100644
--- a/src-ui/src/locale/messages.bg_BG.xlf
+++ b/src-ui/src/locale/messages.bg_BG.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Правилно
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Грешно
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Търсене в документи...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Не
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Добавете заявка
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Добавете израз
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Добавяне на елемент
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Възникна грешка при зареждане на съдържание:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Установени промени в документа
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Версията на този документ в сесията на вашия браузър изглежда по-стара от съществуващата версия.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Записването на документа тук може да презапише други направени промени. За да възстановите съществуващата версия, отхвърлете промените или затворете документа.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ок
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Следващ документ
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Предишен документ
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Запазете документ
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Запази и затвори / следващ
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Грешка при извличане на метаданни
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Грешка при извличане на предложения.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Документ "" запазен успешно.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Грешка при запазване на документ ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Грешка при запазване на документа
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Наистина ли искате да преместите документа "" в кошчето?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Грешка при изтриване на документа
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Тази операция ще пресъздаде архивен файл за този документ.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Архивният файл ще бъде отново генериран с текущите настройки.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Операция за преработка на "", ще започне на заден план. Затворете и отворете или презаредете този документ след приключване на операцията, за да видите ново съдържание.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Грешка при изпълнение на операцията
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Грешка при изтегляне на документа
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Побиране на страницата
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Възникна грешка при зареждането на tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Избери страница
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Избери всички
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Нулиране на филтри/селекция
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Отворете първия [selected] документ
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Предишна страница
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Следваща страница
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Изглед "" записан успешно.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Неуспешно запазване на изгледа "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Изглед "" създаден успешно.
diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf
index 482676f47..0a8106c16 100644
--- a/src-ui/src/locale/messages.ca_ES.xlf
+++ b/src-ui/src/locale/messages.ca_ES.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Vertader
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Fals
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Cerca docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
No
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Afegir consulta
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Afegir expressió
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Afegir element
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
Editor PDF
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Error carregant contingut:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Canvis detectats al document
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
La versió d'aquest document a la sessió del vostre navegador sembla més antiga que la versió existent.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Desar el document aquí pot sobreescriure altres canvis fets. Per restaurar la versió existent, descarta els canvis o tanca el document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Següent document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Document Anterior
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Desar Document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Desa i tanca/següent
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error recuperant les metadades
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error recuperant els suggeriments.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" desat satisfactòriament.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error desant document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error guardant document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Realment vols moure el document "" a la brossa?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error esborrant document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Aquesta operació recrearà l'arxivat per aquest document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Els arxius arxivats seran regenerats amb les opcions actuals.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocessament per "" començarà en segon pla. Tanca i reobre o recarrega el documentper a veure el nou contingut.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executant operació
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error descarregant document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Encaix Pàgina
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
Operació d'edició de PDF per a "" començarà en segon pla.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error en executar l'edició del PDF
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Error al carregar tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Selecciona pàgina
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Selecciona tot
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reseteja filtres / selecció
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Obrer el primer [seleccionat] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Pàgina anterior
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Pàgina següent
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Vista "" desada correctament.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Error desant vista "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Vista "" creada correctament.
diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf
index 2fcba3274..31d7d3321 100644
--- a/src-ui/src/locale/messages.cs_CZ.xlf
+++ b/src-ui/src/locale/messages.cs_CZ.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Pravda
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Nepravda
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Hledat dokumenty...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Není
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Přidat dotaz
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Přidat výraz
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Přidat položku
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Při načítání obsahu došlo k chybě:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Zjištěny změny dokumentu
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Verze tohoto dokumentu v relaci prohlížeče se zdá být starší než stávající verze.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Uložení dokumentu zde může přepsat jiné provedené změny. Chcete-li obnovit stávající verzi, zrušte změny nebo dokument zavřete.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Další dokument
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Předchozí dokument
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Uložit dokument
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Uložit a zavřít/další
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Chyba při načítání metadat
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Chyba při načítání návrhů.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Dokument „“ úspěšně uložen.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Chyba při ukládání dokumentu „“
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Chyba při ukládání dokumentu
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Opravdu chcete přesunout dokument „“ do koše?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Chyba při mazání dokumentu
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Tato operace trvale obnoví archivní soubor pro tento dokument.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Archivní soubor bude znovu vytvořen s aktuálním nastavením.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Operace opětovného zpracování souboru „“ bude spuštěna na pozadí. Pro zobrazení nového obsahu zavřete a znovu otevřete nebo znovu načtěte tento dokument po dokončení operace.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Chyba při provádění operace
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Chyba při stahování dokumentu
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Přizpůsobení stránky
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
Operace editace PDF pro "" bude zahájena na pozadí.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Chyba při provádění operace editace PDF
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Došlo k chybě při načítání tiff:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Vybrat stránku
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Vybrat vše
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Resetovat filtry / výběr
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Otevřít první [vybraný] dokument
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Předchozí stránka
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Další stránka
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Zobrazení "" bylo úspěšně uloženo.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Nepodařilo se uložit pohled „“.
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Zobrazení "" bylo úspěšně vytvořeno.
diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf
index 1fce21da5..d2a54c4ce 100644
--- a/src-ui/src/locale/messages.da_DK.xlf
+++ b/src-ui/src/locale/messages.da_DK.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Tilføj element
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Vælg side
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Vælg alle
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Visning "" er gemt.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Visning "" er oprettet.
diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf
index 048e424aa..d19d551f4 100644
--- a/src-ui/src/locale/messages.de_DE.xlf
+++ b/src-ui/src/locale/messages.de_DE.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Wahr
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Falsch
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Suche Dokumente...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Nicht
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Abfrage hinzufügen
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Ausdruck hinzufügen
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Element hinzufügen
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF-Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Fehler beim Laden des Inhalts:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Dokumentänderungen erkannt
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Die Dokumentenversion in der Browsersession erscheint älter als die existierende Version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Beim Speichern des Dokuments könnten andere Änderungen überschrieben werden. Um die existierende Version wiederherzustellen, verwerfen Sie Ihre Änderungen oder schließen Sie das Dokument.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Nächstes Dokument
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Vorheriges Dokument
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Dokument speichern
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Speichern und schließen / weiter
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Fehler beim Abrufen der Metadaten
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Fehler beim Abrufen der Vorschläge.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Dokument „“ erfolgreich gespeichert.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Fehler beim Speichern des Dokuments „“
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Fehler beim Speichern des Dokuments
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Möchten Sie das Dokument „“ wirklich in den Papierkorb verschieben?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Fehler beim Löschen des Dokuments
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Dieser Vorgang wird die Archivdatei dieses Dokuments unwiderruflich neu erstellen.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Die Archivdatei wird mit den aktuellen Einstellungen neu generiert.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Die erneute Verarbeitung von „“ wird im Hintergrund gestartet. Schließen und öffnen Sie dieses Dokument nach Abschluss des Vorgangs erneut oder laden Sie es neu, um neue Inhalte anzuzeigen.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Fehler beim Ausführen der Aktion
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Fehler beim Herunterladen des Dokuments
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Seite einpassen
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF-Bearbeitung für "" wird im Hintergrund gestartet.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Fehler beim Ausführen der PDF-Bearbeitung
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Fehler beim Laden des TIFF:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Seite auswählen
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Alles auswählen
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Filter / Auswahl zurücksetzen
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Erstes [ausgewähltes] Dokument öffnen
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Vorherige Seite
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Nächste Seite
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Ansicht „“ erfolgreich gespeichert.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Fehler beim Speichern der Ansicht „“.
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Ansicht „“ erfolgreich erstellt.
diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf
index a318a4746..d23284aa1 100644
--- a/src-ui/src/locale/messages.el_GR.xlf
+++ b/src-ui/src/locale/messages.el_GR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Προσθήκη αντικειμένου
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Παρουσιάστηκε σφάλμα κατά τη φόρτωση του περιεχομένου:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Οκ
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Σφάλμα ανάκτησης μεταδεδομένων
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Σφάλμα στην ανάκτηση προτάσεων.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Σφάλμα αποθήκευσης του εγγράφου
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Σφάλμα διαγραφής εγγράφου
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Σφάλμα εκτέλεσης λειτουργίας
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Επιλέξτε σελίδα
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Επιλογή όλων
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Η προβολή "" αποθηκεύτηκε επιτυχώς.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Η προβολή "" δημιουργήθηκε επιτυχώς.
diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf
index f4367bae5..743e55459 100644
--- a/src-ui/src/locale/messages.es_ES.xlf
+++ b/src-ui/src/locale/messages.es_ES.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Verdadero
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Falso
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Buscar documentos...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
No
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Añadir consulta
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Añadir expresión
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Añadir elemento
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Se ha producido un error al cargar el contenido:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Cambios de documento detectados
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
La versión de este documento en la sesión de su navegador aparece más antigua que la versión existente.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Guardar el documento aquí puede sobrescribir otros cambios que se han hecho. Para restaurar la versión existente, descartar los cambios o cerrar el documento.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Aceptar
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Documento siguiente
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Documento anterior
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Guardar documento
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Guardar y cerrar / siguiente
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error al recuperar los metadatos
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error al recuperar las sugerencias.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Documento "" guardado correctamente.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error al guardar el documento ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error al guardar el documento
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
¿Estás seguro de querer borrar el documento ""?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error al eliminar documento
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Esta operación recreará permanentemente el archivo de archivo para este documento.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
El archivo se regenerará con la configuración actual.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
La operación de reprocesamiento para "" comenzará en segundo plano. Cerrar y volver a abrir o volver a cargar este documento una vez finalizada la operación para ver el nuevo contenido.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error al ejecutar la operación
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error al descargar el documento
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Ajuste de página
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Se ha producido un error al cargar el tif:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Seleccionar página
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Seleccionar todo
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Restablecer filtros / selección
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Abrir primero documento [seleccionado]
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Página anterior
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Página siguiente
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Ver "" guardado satisfactoriamente.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
No se pudo guardar la vista "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Ver "" creado satisfactoriamente.
diff --git a/src-ui/src/locale/messages.et_EE.xlf b/src-ui/src/locale/messages.et_EE.xlf
index 16accd804..2b3e913dd 100644
--- a/src-ui/src/locale/messages.et_EE.xlf
+++ b/src-ui/src/locale/messages.et_EE.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Add item
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Select page
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Select all
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.fa_IR.xlf b/src-ui/src/locale/messages.fa_IR.xlf
index e08c2f034..b8a592acb 100644
--- a/src-ui/src/locale/messages.fa_IR.xlf
+++ b/src-ui/src/locale/messages.fa_IR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
درست
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
دروغ
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
اسناد جستجو ...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
نه
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
اضافه کردن پرس و جو
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
بیان را اضافه کنید
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
مورد را اضافه کنید
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
تغییرات سند شناسایی شده
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
نسخه این سند در جلسه مرورگر شما قدیمی تر از نسخه موجود است.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
صرفه جویی در سند در اینجا ممکن است تغییرات دیگری را که ایجاد شده است بازنویسی کند. برای بازگرداندن نسخه موجود ، تغییرات خود را دور بریزید یا سند را ببندید.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
خوب
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
سند بعدی
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
سند قبلی
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
سند را ذخیره کنید
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
ذخیره و بسته / بعدی
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
خطا در بازیابی ابرداده
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
خطای بازیابی پیشنهادات.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
سند ذخیره خطا
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
خطای حذف سند
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
این عملیات دائمی پرونده بایگانی را برای این سند بازآفرینی می کند.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
پرونده بایگانی با تنظیمات فعلی دوباره تولید می شود.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
عملیات اجرای خطا
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
سند بارگیری خطا
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
صفحه مناسب
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
صفحه را انتخاب کنید
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
همه را انتخاب کنید
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
تنظیم مجدد فیلترها / انتخاب
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
اولین سند [انتخاب شده] را باز کنید
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
صفحه قبلی
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
صفحه بعدی
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf
index dc00c7e05..d3565dca4 100644
--- a/src-ui/src/locale/messages.fi_FI.xlf
+++ b/src-ui/src/locale/messages.fi_FI.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Lisää kohde
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Sisällön lataamisessa tapahtui virhe:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Asiakirjan muutoksia havaittu
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Tämän asiakirjan versio selainistunnossasi vaikuttaa olevan vanhempi kuin olemassa oleva versio.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Seuraava asiakirja
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Edellinen asiakirja
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Tallenna asiakirja
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Tallenna ja sulje / seuraava
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Virhe haettaessa metatietoja
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Virhe ehdotuksia noutaessa.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Asiakirja "" tallennettu onnistuneesti.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Virhe tallentaessa asiakirjaa ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Virhe tallennettaessa asiakirjaa
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Haluatko varmasti siirtää asiakirjan "" roskakoriin?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Virhe asiakirjaa poistaessa
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Virhe toimintoa suoritettaessa
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Sivun sovitus
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Valitse sivu
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Valitse kaikki
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Nollaa suodattimet / valinta
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Edellinen sivu
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Seuraava sivu
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Näkymä "" tallennettu onnistuneesti.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Näkymä "" luotu onnistuneesti.
diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf
index 7a114feb9..1ac3dd5c0 100644
--- a/src-ui/src/locale/messages.fr_FR.xlf
+++ b/src-ui/src/locale/messages.fr_FR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Vrai
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Faux
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Rechercher un document...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Non
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Ajouter une requête
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Ajouter une expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Ajouter un élément
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Une erreur s'est produite lors du chargement du contenu :
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Modifications du document détectées
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
La version de ce document dans la session de votre navigateur semble plus ancienne que la version existante.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Sauvegarder le document ici peut écraser les autres modifications qui ont été faites. Pour restaurer la version existante, annulez vos modifications ou fermez le document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Document suivant
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Document précédent
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Enregistrer le document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Sauvegarder et fermer / suivant
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Erreur lors de la récupération des métadonnées
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Erreur lors de la récupération des suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document « » enregistré avec succès.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Erreur lors de la sauvegarde du document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Erreur lors de la sauvegarde du document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Voulez-vous vraiment déplacer le document « » vers la corbeille ?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Erreur lors de la suppression du document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Cette action recréera définitivement le fichier d'archive pour ce document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Le fichier d'archive va être régénéré avec les paramètres actuels.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
L'opération de retraitement pour "" commencera en arrière-plan. Fermez et rouvrez ou rechargez ce document une fois l'opération terminée pour voir le nouveau contenu.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Erreur lors de l'exécution de l'opération
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Erreur lors du téléchargement du document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Ajustement de la page
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Une erreur s’est produite lors du chargement du tiff :
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Sélectionner la page
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Sélectionner tout
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Réinitialiser les filtres / la sélection
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Ouvrir le premier document [sélectionné]
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Page précédente
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Page suivante
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Vue "" enregistrée avec succès.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Impossible d'enregistrer la vue "".
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Vue « » créée avec succès.
diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf
index 70ad60b33..6ad71401d 100644
--- a/src-ui/src/locale/messages.he_IL.xlf
+++ b/src-ui/src/locale/messages.he_IL.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
אמת
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
שקר
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
חפש מסמכים...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
לא
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
הוסף שאילתה
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
הוסף ביטוי
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
הוסף פריט
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
ארעה שגיאה בטעינת התוכן:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
נמצאו שינויים במסמך
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
גרסת המסמך הטעונה בדפדפן נראית ישנה מהגרסה הקיימת
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
שמירת המסמך כאן יכולה לשכתב שינויים אחרים שנעשו. לֹשחזור הגרסה הקיימת בטל את השינויים או סגור את המסמך.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
אישור
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
המסמך הבא
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
המסמך הקודם
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
שמירת מסמך
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
שמירה וסגירה / הבא
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
שגיאה באחזור נתונים
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
שגיאה באחזור הצעות.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
המסמך "" נשמר בהצלחה.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
שגיאה בעת שמירת המסמך ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
שגיאה בשמירת מסמך
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
האם להעביר את המסמך "" לסל המיחזור?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
שגיאה במחיקת מסמך
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
פעולה זו תבצע יצירה מחדש של קובץ הארכיון למסמך זה
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
קובץ הארכיון יווצר מחדש עם ההגדרות הנוכחיות.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
פעולה עיבוד מחדש ל- "" תתחיל ברקע. סגור ופתח מחדש את המסמך לאחר שהפעולה תושלם על מנת לראות את התוכן המעודכן.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
שגיאת הרצה
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
שגיאה בעת הורדת מסמך
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
התאם תצוגה לרוחב הדף
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
שגיאה בעת טעינת קובץ tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
בחירת עמוד
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
בחר הכל
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
איפוס סינון / בחירה
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
פתח את המסמך הראשון [הנבחר]
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
עמוד קודם
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
עמוד הבא
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
תצוגה "" נשמרה בהצלחה.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
כישלון בעת שמירת תצוגה "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
תצוגה "" נוצרה בהצלחה.
diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf
index 65ac6e491..6cb690039 100644
--- a/src-ui/src/locale/messages.hr_HR.xlf
+++ b/src-ui/src/locale/messages.hr_HR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Dodaj predmet
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Select page
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Select all
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf
index b9a85afc8..e17798eb8 100644
--- a/src-ui/src/locale/messages.hu_HU.xlf
+++ b/src-ui/src/locale/messages.hu_HU.xlf
@@ -1120,7 +1120,7 @@
src/app/components/admin/settings/settings.component.html
179
- Show document counts in sidebar saved views
+ A dokumentumok számának mutatása az oldalsávon mentett nézeteken
Document editing
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Igaz
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Hamis
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Keresés a doksiban...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Nem
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Lekérdezés hozzáadása
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Kifejezés hozzáadása
@@ -5020,7 +5020,7 @@
src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
132
- Positive values will trigger after the date, negative values before.
+ Pozitív értékek a dátum után, negatív értékek a dátum előtt fognak aktiválódni.
Relative to
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Tétel hozzáadása
@@ -5998,7 +5998,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
9
- Select all pages
+ Minden oldal kiválsztása
Deselect all pages
@@ -6006,7 +6006,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
12
- Deselect all pages
+ Minden oldal eltávolítása a kiválsztásból
Rotate selected pages counter-clockwise
@@ -6014,7 +6014,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
17
- Rotate selected pages counter-clockwise
+ A kiválasztott oldalak órajárásnak ellentétes forgatása
Rotate selected pages clockwise
@@ -6022,7 +6022,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
20
- Rotate selected pages clockwise
+ A kiválasztott oldalak órajárásnak megfelelő forgatása
Delete selected pages
@@ -6030,7 +6030,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
23
- Delete selected pages
+ A kiválasztott oldalak törlése
Rotate page counter-clockwise
@@ -6038,7 +6038,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
33
- Rotate page counter-clockwise
+ Az oldal órajárásnak ellentétes forgatása
Rotate page clockwise
@@ -6046,7 +6046,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
36
- Rotate page clockwise
+ Az oldal órajárásnak megfelelő forgatása
Delete page
@@ -6054,7 +6054,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
41
- Delete page
+ Oldal törlése
Add / remove document split here
@@ -6062,7 +6062,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
44
- Add / remove document split here
+ Dokumentumvágás hozzáadása / törlése itt
Split here
@@ -6070,7 +6070,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
70
- Split here
+ Vágás itt
Create new document(s)
@@ -6078,7 +6078,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
82
- Create new document(s)
+ Új dokumentum(ok) létrehozása
Update existing document
@@ -6086,7 +6086,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
87
- Update existing document
+ Létező dokumentum frissítése
Copy metadata
@@ -6094,7 +6094,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
94
- Copy metadata
+ Metaadatok másolása
Delete original
@@ -6102,7 +6102,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
98
- Delete original
+ Eredeti törlése
Merge with existing permissions
@@ -7192,7 +7192,7 @@
src/app/components/document-detail/document-detail.component.html
7,8
- of
+ /
-
@@ -7250,9 +7250,9 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
- PDF Editor
+ PDF szerkesztő
Send
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Hiba történt a tartalom betöltése során:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Dokumentumváltozások észlelve
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
A böngésződben megjelenített dokumentum régebbi a rendszerben létező változatnál.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
A dokumentum elmentése felülírhatja a változtatásokat. A rendszerben létező változat visszaállításához vesd el a változtatásokat vagy zárd be a dokumentumot.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Következő dokumentum
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Előző dokumentum
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Dokumentum mentése
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Mentés és bezárás / következő
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Hiba a metaadatok lekérdezésében
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Hiba a javaslatok lekérdezésében.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
"" sikeresen elmentve.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Hiba "" dokumentum mentésekor
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Dokumentum mentési hiba
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Tényleg a lomtárba szeretné helyezni a "" dokumentumot?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Hiba a dokumentum törlésében
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Ez a művelet véglegesen újragenerálja a dokumentum archív fájlját.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Az archív fájl újragenerálódik majd a jelenlegi beállításokkal.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
"" újrafeldolgozása a háttérben kezdődik. A művelet befejezése után zárja be és nyissa meg újra a dokumentumot, vagy töltse be újra, hogy az új tartalom megjelenjen.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Hiba a művelet végrehajtásában
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Hiba a dokumentum letöltésekor
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Oldal illesztése
@@ -7798,27 +7798,27 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
- PDF edit operation for "" will begin in the background.
+ "" PDF szerkesztése a háttérben megkezdődik.
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
- Error executing PDF edit operation
+ Hiba a PDF szerkesztése közben
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Hiba tiff betöltésekor:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Válasszon oldalt
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Összes kiválasztása
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Szűrők / kiválasztás alaphelyzetbe
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Első [kiválasztott] dokumentum megnyitása
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Előző oldal
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Következő oldal
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Nézet "" sikeresen mentve.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
"" nézet mentése sikertelen
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Nézet "" sikeresen létrehozva.
@@ -10849,7 +10849,7 @@
src/app/services/settings.service.ts
177
- Persian
+ Perzsa
Polish
@@ -10945,7 +10945,7 @@
src/app/services/settings.service.ts
249
- Vietnamese
+ Vietnámi
Chinese Simplified
diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf
index 5853d9777..e64560054 100644
--- a/src-ui/src/locale/messages.id_ID.xlf
+++ b/src-ui/src/locale/messages.id_ID.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Cari dokumen...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Tambah permintaan
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Tambah barang
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Terjadi kesalahan saat memuat konten:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Kesalahan saat mendapatkan metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Kesalahan saat menyimpan dokumen
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Kesalahan saat menghapus dokumen
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Pilih halaman
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Pilih semua
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf
index e71f7d8f3..382d70124 100644
--- a/src-ui/src/locale/messages.it_IT.xlf
+++ b/src-ui/src/locale/messages.it_IT.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Vero
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Falso
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Ricerca di documenti...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Non
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Aggiungi query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Aggiungi espressione
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Aggiungi elemento
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
Editor PDF
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Si è verificato un errore durante il caricamento del contenuto:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Rilevate modifiche al documento
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
La versione di questo documento nella sessione del browser appare più vecchia della versione esistente.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Salvare il documento qui potrebbe sovrascrivere altre modifiche apportate. Per ripristinare la versione esistente, annulla le modifiche o chiudi il documento.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Documento successivo
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Documento precedente
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Salva documento
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Salva e chiudi / successivo
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Errore nel recupero dei metadati
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Errore durante il recupero dei suggerimenti.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Documento "" salvato con successo.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Errore durante il savataggio del documento ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Errore nel salvare il documento
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Vuoi davvero spostare il documento "" nel cestino?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Errore durante l'eliminazione del documento
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Questa operazione ricreerà in modo permanente il file di archivio per questo documento.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Il file di archivio verrà rigenerato con le impostazioni attuali.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
L'attività di rielaborazione per "" inizierà in background. Chiudi e riapri o ricarica questo documento dopo che l'operazione è stata completata per vedere i nuovi contenuti.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Errore nell'esecuzione dell'operazione
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Errore durante il download del documento
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Adatta Alla Pagina
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
L'operazione di modifica PDF per "" inizierà in background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Errore durante l'operazione di modifica PDF
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Errore durante il caricamento della TIFF:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Seleziona pagina
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Seleziona tutti
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Azzera filtri / selezione
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Apri il primo documento [selezionato]
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Pagina precedente
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Pagina successiva
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
La vista "" è stata salvata.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Impossibile salvare la vista "".
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
La vista "" è stata creata.
diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf
index 4d055ed6a..d55931e0c 100644
--- a/src-ui/src/locale/messages.ja_JP.xlf
+++ b/src-ui/src/locale/messages.ja_JP.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
ドキュメントを検索...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
クエリの追加
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
式の追加
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
アイテムを追加
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
コンテンツ: の読み込み中にエラーが発生しました
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
ドキュメントの変更を検出しました
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
ブラウザセッション内のこのドキュメントのバージョンは、実際のバージョンより古いようです。
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
ここでドキュメントを保存すると、その他の変更が上書きされる可能性があります。実際のバージョンに更新するには、変更を破棄するか、ドキュメントを閉じてください。
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
次のドキュメント
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
前のドキュメント
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
ドキュメントを保存
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
保存して閉じる / 次へ
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
メタデータの取得に失敗しました
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
提案の取得に失敗しました
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
ドキュメント「」が正常に保存されました。
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
ドキュメント「」の保存中にエラーが発生しました
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
ドキュメントの保存に失敗しました
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
ドキュメント "" をごみ箱に移動しますか?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
ドキュメントの削除に失敗しました
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
この操作により、このドキュメントのアーカイブファイルが永続的に再作成されます。
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
アーカイブファイルは現在の設定で再生成されます。
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
「」の再処理操作がバックグラウンドで開始されます。操作が完了したら、このドキュメントを閉じて再度開くか、再読み込みして新しいコンテンツを表示してください。
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
操作の実行に失敗しました
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
ドキュメントのダウンロードに失敗しました
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
ページに合わせる
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
TIFFの読み込み中にエラーが発生しました:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
ページ内を選択
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
すべて選択
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
フィルター/選択をリセット
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
最初の [selected] ドキュメントを開く
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
前のページ
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
次のページ
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
ビュー "" は正常に保存されました
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
ビュー " " を保存できませんでした。
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
ビュー "" は正常に作成されました
diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf
index 49ca22a5b..523b4f16b 100644
--- a/src-ui/src/locale/messages.ko_KR.xlf
+++ b/src-ui/src/locale/messages.ko_KR.xlf
@@ -504,7 +504,7 @@
src/app/app.component.ts
224
- 워크플로를 통해 문서 파이프라인을 더욱 효과적으로 제어할 수 있습니다.
+ 워크플로우를 통해 문서 파이프라인을 더욱 효과적으로 제어할 수 있습니다.
File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process.
@@ -2456,7 +2456,7 @@
src/app/components/admin/trash/trash.component.ts
97
- 문서 "" 삭제 중 오류 발생"
+ 문서 "" 삭제 중 오류가 발생했습니다
This operation will permanently delete the selected documents.
@@ -2504,7 +2504,7 @@
src/app/components/admin/trash/trash.component.ts
155
- 문서 복원 중 오류 """
+ 문서 "" 복원 중 오류가 발생했습니다
Document(s) restored
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -2824,7 +2824,7 @@
src/app/components/admin/users-groups/users-groups.component.ts
166
- 오류 저장 그룹.
+ 그룹을 저장하는데 오류가 발생했습니다.
Confirm delete user group
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
참
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
거짓
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
문서 검색...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
아님
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
쿼리 추가
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
표현식 추가
@@ -4796,7 +4796,7 @@
src/app/components/document-detail/document-detail.component.html
88
- 전자우편
+ 이메일
First name
@@ -5560,7 +5560,7 @@
src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts
235
- 새 워크플로 만들기
+ 새 워크플로우 만들기
Edit workflow
@@ -5576,7 +5576,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
7
- Email address(es)
+ 이메일 주소
Subject
@@ -5584,7 +5584,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
11
- Subject
+ 제목
Message
@@ -5592,7 +5592,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
15
- Message
+ 메시지
Use archive version
@@ -5600,7 +5600,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
23
- Use archive version
+ 아카이브 버전 사용
Send email
@@ -5608,7 +5608,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
29
- Send email
+ 이메일 보내기
Email Document
@@ -5616,7 +5616,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.ts
21
- Email Document
+ 문서 이메일로 보내기
Email sent
@@ -5624,7 +5624,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.ts
66
- Email sent
+ 이메일 보냄
Error emailing document
@@ -5632,7 +5632,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.ts
70
- Error emailing document
+ 문서를 보내는데 오류가 발생했습니다
Include
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
항목 추가
@@ -6054,7 +6054,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
41
- Delete page
+ 페이지 삭제
Add / remove document split here
@@ -6078,7 +6078,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
82
- Create new document(s)
+ 새로운 문서 생성
Update existing document
@@ -6094,7 +6094,7 @@
src/app/components/common/pdf-editor/pdf-editor.component.html
94
- Copy metadata
+ 메타데이터 복사
Delete original
@@ -7070,7 +7070,7 @@
src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
6
- Upload documents
+ 문서 업로드
or drop files anywhere
@@ -7078,7 +7078,7 @@
src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
7
- or drop files anywhere
+ 또는 어디에나 파일을 드랍하기
Dismiss completed
@@ -7250,9 +7250,9 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
- PDF Editor
+ PDF 편집기
Send
@@ -7260,7 +7260,7 @@
src/app/components/document-detail/document-detail.component.html
80
- Send
+ 보내기
Previous
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
콘텐츠를 로드하는 동안 오류가 발생했습니다:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
문서 변경 감지
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
브라우저 세션에서 이 문서의 버전이 기존 버전보다 이전 버전으로 표시됩니다.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
여기에 문서를 저장하면 다른 변경 내용을 덮어쓸 수 있습니다. 기존 버전을 복원하려면 변경 내용을 삭제하거나 문서를 닫으세요.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
다음 문서
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
이전 문서
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
문서 저장
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
저장 및 닫기 / 다음
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
메타데이터를 가져오는데 실패하였습니다.
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
추천을 가져오는데 실패하였습니다.
@@ -7670,27 +7670,27 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
- Document "" saved successfully.
+ 문서 ""가 성공적으로 저장되었습니다.
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
- Error saving document ""
+ 문서 "" 저장 중 오류가 발생했습니다
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
문서를 저장하는데 오류가 발생하였습니다.
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
"" 문서를 휴지통으로 정말 옮기시겠습니까?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
문서 삭제 오류
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
이 작업을 수행하면 이 문서의 아카이브 파일이 영구적으로 다시 생성됩니다.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
아카이브 파일은 현재 설정으로 다시 생성됩니다.
@@ -7766,15 +7766,15 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
- Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
+ ""의 재처리 작업이 백그라운드에서 시작됩니다. 작업이 완료된 후 새 콘텐츠를 보려면 이 문서를 닫았다가 다시 열거나 다시 로드하세요.
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
작업 수행중 오류가 발생하였습니다.
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
페이지 맞춤
@@ -7798,15 +7798,15 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
- PDF edit operation for "" will begin in the background.
+ ""의 PDF 편집 작업이 백그라운드에서 시작됩니다.
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
tiff를 로드하는 동안 오류가 발생했습니다:
@@ -8320,7 +8320,7 @@
src/app/components/document-list/document-card-small/document-card-small.component.html
91,92
- Created:
+ 생성일:
Added:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
페이지 선택
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
전체 선택
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
필터/선택 항목 재설정
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
첫번째 [선택한] 문서 열기
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
이전 페이지
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
다음 페이지
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
뷰가 성공적으로 저장되었습니다.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
뷰가 성공적으로 생성되었습니다.
@@ -8812,7 +8812,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
188
- File type
+ 파일 종류
More like
@@ -8884,7 +8884,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
272,276
- Document type:
+ 문서 유형:
Without document type
@@ -9212,7 +9212,7 @@
src/app/components/manage/custom-fields/custom-fields.component.ts
112
- Deleted field ""
+ 필드 "" 삭제함
Error deleting field "".
@@ -9872,7 +9872,7 @@
src/app/components/manage/workflows/workflows.component.html
9
- 워크플로 추가
+ 워크플로우 추가
No workflows defined.
@@ -9880,7 +9880,7 @@
src/app/components/manage/workflows/workflows.component.html
80
- 정의된 워크플로가 없습니다.
+ 정의된 워크플로우가 없습니다.
Saved workflow "".
@@ -9896,7 +9896,7 @@
src/app/components/manage/workflows/workflows.component.ts
98
- 워크플로 저장 오류.
+ 워크플로우 저장 오류.
Confirm delete workflow
@@ -9904,7 +9904,7 @@
src/app/components/manage/workflows/workflows.component.ts
131
- 삭제 워크플로 확인
+ 워크플로우 삭제 확인
This operation will permanently delete this workflow.
@@ -9912,7 +9912,7 @@
src/app/components/manage/workflows/workflows.component.ts
132
- 이 작업을 수행하면 이 워크플로가 영구적으로 삭제됩니다.
+ 이 작업을 수행하면 이 워크플로우가 영구적으로 삭제됩니다.
Deleted workflow "".
@@ -9920,7 +9920,7 @@
src/app/components/manage/workflows/workflows.component.ts
142
- Deleted workflow "".
+ 워크플로우 "" 삭제됨.
Error deleting workflow "".
@@ -9944,7 +9944,7 @@
src/app/components/manage/workflows/workflows.component.ts
163
- Disabled workflow ""
+ 워크플로우 "" 비활성화됨
Error toggling workflow "".
@@ -9952,7 +9952,7 @@
src/app/components/manage/workflows/workflows.component.ts
170
- 워크플로 "" 토글 중 오류가 발생했습니다.
+ 워크플로우 "" 토글 중 오류가 발생했습니다.
Not Found
diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf
index cd291a432..3f0f68bf2 100644
--- a/src-ui/src/locale/messages.lb_LU.xlf
+++ b/src-ui/src/locale/messages.lb_LU.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Element dobäisetzen
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Säit auswielen
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Alles auswielen
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Usiicht "" gouf erfollegräich gespäichert.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Vue "" gouf erfollegräich erstallt.
diff --git a/src-ui/src/locale/messages.lt_LT.xlf b/src-ui/src/locale/messages.lt_LT.xlf
index 6c364d740..2d769f7fc 100644
--- a/src-ui/src/locale/messages.lt_LT.xlf
+++ b/src-ui/src/locale/messages.lt_LT.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Add item
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Select page
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Select all
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf
index 6e24e237e..20f27b9ab 100644
--- a/src-ui/src/locale/messages.lv_LV.xlf
+++ b/src-ui/src/locale/messages.lv_LV.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Pievienot
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Select page
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Atzīmēt visu
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.ms_MY.xlf b/src-ui/src/locale/messages.ms_MY.xlf
index eb1ee0dff..fdacfc375 100644
--- a/src-ui/src/locale/messages.ms_MY.xlf
+++ b/src-ui/src/locale/messages.ms_MY.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Add item
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Select page
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Select all
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf
index 4e8043393..13c2a57a9 100644
--- a/src-ui/src/locale/messages.nl_NL.xlf
+++ b/src-ui/src/locale/messages.nl_NL.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Waar
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Onwaar
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Zoek documenten...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Niet
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Zoekopdracht toevoegen
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Expressie toevoegen
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Item toevoegen
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Er is een fout opgetreden bij het laden van de inhoud:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Documentwijzigingen gedetecteerd
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
De versie van dit document in je browsersessie lijkt ouder dan de bestaande versie.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Als je het document hier opslaat, worden mogelijk andere wijzigingen overschreven. Om de bestaande versie te herstellen, kun je de wijzigingen negeren of het document sluiten.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Volgend document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Vorig document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Document opslaan
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Opslaan en sluiten/volgende
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Fout bij ophalen metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Fout bij ophalen suggesties.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" succesvol opgeslagen.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Fout bij opslaan document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Fout bij opslaan document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Weet je zeker dat je het document "" naar de prullenbak wilt verplaatsen?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Fout bij verwijderen document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Met deze bewerking wordt het gearchiveerde bestand voor dit document permanent opnieuw gemaakt.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Het gearchiveerde bestand wordt opnieuw gegenereerd met de huidige instellingen.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Het opnieuw verwerken van "" zal op de achtergrond beginnen. Sluit en open het document opnieuw nadat de bewerking is voltooid om de wijzigingen te zien.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Fout bij uitvoeren bewerking
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Fout bij downloaden document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Pagina passend maken
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Fout bij het laden van tiff:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Selecteer pagina
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Alles selecteren
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selectie
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open het eerste [geselecteerde] document
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Vorige pagina
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Volgende pagina
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" met succes opgeslagen.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" met succes gemaakt.
diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf
index e4cfd71bb..99bf9e1af 100644
--- a/src-ui/src/locale/messages.no_NO.xlf
+++ b/src-ui/src/locale/messages.no_NO.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Legg til element
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Det oppstod en feil ved lasting av innhold:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Feil ved henting av metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Feil ved henting av forslag.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Feil ved lagring av dokument
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Feil ved sletting av dokumentet
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Velg side
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Velg alle
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Visning "" ble lagret.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Visning "" ble opprettet.
diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf
index 5bfa5d52f..60263b59b 100644
--- a/src-ui/src/locale/messages.pl_PL.xlf
+++ b/src-ui/src/locale/messages.pl_PL.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Prawda
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Fałsz
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Wyszukaj dokumenty...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Nie
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Dodaj zapytanie
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Dodaj wyrażenie
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Dodaj element
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Wystąpił błąd podczas ładowania zawartości:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Wykryto zmiany w dokumencie
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Wersja tego dokumentu w sesji przeglądarki wydaje się starsza niż istniejąca.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Zapisanie dokumentu w tym miejscu może spowodować nadpisanie innych wprowadzonych zmian. Aby przywrócić istniejącą wersję, należy odrzucić wprowadzone zmiany lub zamknąć dokument.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Następny dokument
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Poprzedni dokument
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Zapisz dokument
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Zapisz i zamknij / następny
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Błąd podczas pobierania metadanych
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Błąd podczas pobierania sugestii.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Dokument "" zapisany pomyślnie.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Błąd zapisu dokumentu ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Błąd podczas zapisywania dokumentu
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Czy naprawdę chcesz przenieść dokument "" do kosza?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Błąd usuwania dokumentu
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Ta operacja spowoduje trwałe odtworzenie pliku archiwum dla tego dokumentu.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Plik archiwum zostanie ponownie wygenerowany z bieżącymi ustawieniami.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Operacja ponownego przetworzenia dokumentu "" rozpocznie się w tle. Zamknij i ponownie otwórz lub odśwież dokument po zakończeniu operacji, aby zobaczyć nowe treści.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Błąd podczas wykonywania operacji
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Błąd pobierania dokumentu
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Dopasuj do strony
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Wystąpił błąd podczas ładowania pliku TIFF:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Zaznacz wszystko na tej stronie
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Zaznacz wszystko
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Resetowanie filtrów/wyboru
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Otwórz pierwszy [wybrany] dokument
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Poprzednia strona
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Następna strona
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Widok "" został zapisany.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Nie udało się zapisać widoku "".
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Widok "" został utworzony pomyślnie.
diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf
index be8cd276d..5e1eebf77 100644
--- a/src-ui/src/locale/messages.pt_BR.xlf
+++ b/src-ui/src/locale/messages.pt_BR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Verdadeiro
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Falso
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Procura documentos...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Não
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Adicionar consulta
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Adicionar expressão
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Adicionar Item
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
Editor de PDF
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Ocorreu um erro ao carregar o conteúdo:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Alterações de documento detectadas
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
A versão deste documento na sessão do seu navegador parece mais antiga que a versão existente.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Salvar o documento aqui pode substituir outras alterações feitas. Para restaurar a versão existente, descarte suas alterações ou feche o documento.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Próximo documento
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Documento anterior
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Salvar documento
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Salvar e fechar / próximo
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Erro ao recuperar metadados
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Erro ao recuperar sugestões.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Documento "" salvo com sucesso.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Erro ao salvar o documento ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Erro ao salvar documento
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Você realmente deseja mover o documento ""?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Erro ao apagar documento
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Essa operação irá recriar permanentemente o arquivo para este documento.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Os arquivos serão re-gerados com as configurações atuais.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
O reprocessamento de "" começará em background. Feche e reabra ou recarregue este documento após a operação ser concluída para ver o novo conteúdo.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Erro ao executar a operação de divisão
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Erro ao baixar o documento
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Ajustar à Página
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
A operação de edição de PDF para "" começará em segundo plano.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Erro ao executar a operação de divisão
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Ocorreu um erro ao carregar tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Selecionar página
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Selecionar todos
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Redefinir filtros / seleção
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Abrir o primeiro documento [selected]
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Página anterior
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Próxima página
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Visualização "" salva com sucesso.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Falha ao salvar a view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Visualização "" criada com sucesso.
diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf
index 6afde753c..a54a8087a 100644
--- a/src-ui/src/locale/messages.pt_PT.xlf
+++ b/src-ui/src/locale/messages.pt_PT.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Adicionar item
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Ocurreu um erro ao carregar o conteúdo:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Erro ao obter os metadados
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Erro ao obter sugestões.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Erro ao gravar documento
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Selecionar página
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Selecionar todos
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Visualização "" guardado com sucesso.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Visualização "" criada com sucesso.
diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf
index d8ae5372b..cf7170e17 100644
--- a/src-ui/src/locale/messages.ro_RO.xlf
+++ b/src-ui/src/locale/messages.ro_RO.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Adaugă element
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Eroare la ștergerea documentului
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Selectează pagina
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Selectează tot
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Vizualizarea "" a fost salvată.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Vizualizarea "" a fost creată.
diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf
index 70809d4d9..027de8658 100644
--- a/src-ui/src/locale/messages.ru_RU.xlf
+++ b/src-ui/src/locale/messages.ru_RU.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Верно
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Ложное
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Поиск документов...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Не
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Добавить запрос
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Добавить выражение
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Добавить элемент
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
Редактор PDF
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Произошла ошибка при загрузке контента:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Обнаружены изменения документа
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Версия этого документа в вашем браузере появляется старше существующей версии.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Сохранение документа здесь может привести к перезаписи внесенных изменений. Чтобы восстановить существующую версию, отмените изменения или закройте документ.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Хорошо
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Следующий документ
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Предыдущий документ
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Сохранить документ
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Сохранить и закрыть / далее
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Ошибка при получении метаданных
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Ошибка при получении предложений.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Документ "" успешно сохранён.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Ошибка при сохранении документа ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Ошибка при сохранении документа
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Вы действительно хотите переместить документ "" в корзину?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Ошибка удаления документа
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Это действие перезапишет файл архива для этого документа.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Файл архива будет сгенерирован с текущими настройками.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Повторная обработка для "" начнется в фоновом режиме. Закройте и повторно откройте или обновите страницу с этим документом после завершения операции, чтобы увидеть новое содержимое.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Ошибка при выполнении операции
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Ошибка скачивания документа
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Вместить страницу
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
Редактирование PDF для "" начнется в фоновом режиме.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Ошибка при выполнении операции редактирования PDF
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Произошла ошибка при загрузке tiff:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Выбрать страницу
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Выбрать всё
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Сбросить фильтры / выбор
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Открыть первый [выбранный] документ
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Предыдущая страница
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Следующая страница
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Представление "" успешно сохранено.
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Не удалось сохранить представление "".
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Представление "" успешно создано.
diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf
index 3a57d4eb8..2beafdef3 100644
--- a/src-ui/src/locale/messages.sk_SK.xlf
+++ b/src-ui/src/locale/messages.sk_SK.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Pridať položku
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Vyskytla sa chyba počas nahrávania obsahu:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Chyba pri získavaní metadát
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Chyba pri získavaní odporúčaní.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Chyba pri ukladaní dokumentu
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Operácia opakovaného spracovania súboru „“ bude spustená na pozadí. Pre zobrazenie nového obsahu zatvorte a znova otvorte alebo načítajte tento dokument po dokončení operácie.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Vybrať stránku
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Vybrať všetko
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Pohľad "" úspešne uložený.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Pohľad "" úspešne vytvorený.
diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf
index 37fefc890..698ecbb5c 100644
--- a/src-ui/src/locale/messages.sl_SI.xlf
+++ b/src-ui/src/locale/messages.sl_SI.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Resnično
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Neresnično
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Išči dokumente ...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Ne
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Dodaj poizvedbo
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Dodaj izraz
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Dodaj vnos
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Napaka pri nalaganju vsebine:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Zaznane spremembe v dokumentu
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Različica dokumenta v vašem brskalniku je starejša od aktualne različice.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Shranjevanje dokumenta tukaj lahko prepiše druge nastale spremembe. Za obnovitev obstoječe različice, razveljavite spremembe ali zaprite dokument.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
V redu
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Naslednji dokument
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Prejšnji dokument
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Shrani dokument
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Shrani in zapri / naprej
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Napaka pri pridobivanju metapodatkov
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Napaka pri pridobivanju priporočil.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Dokument "" je bil uspešno shranjen.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Napaka pri shranjevanju dokumenta ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Napaka pri shranjevanju dokumenta
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Ali res želite dokument "" premakniti v smetnjak?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Napaka pri brisanju dokumenta
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
To dejanje bo dokončno poustvarilo arhivsko datoteko za izbran dokument.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Arhivska datoteka bo poustvarjena s trenutnimi nastavitvami.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
V ozadju se bo začel postopek ponovne obdelave za »«. Po končanem postopku zaprite in ponovno odprite ali ponovno naložite ta dokument, da si ogledate novo vsebino.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Napaka pri izvajanju operacije
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Napaka pri prenosu dokumenta
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Prileganje strani
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Pri nalaganju datoteke tiff je prišlo do napake:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Izberite stran
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Izberite vse
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Ponastavi filtre / izbor
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Odpri prvi [izbran] dokument
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Prejšnja stran
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Naslednja stran
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Pogled »" je uspešno shranjen.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Shranjevanje pogleda "" ni uspelo.
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Pogled »" je bil uspešno ustvarjen.
diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf
index e8b67ad92..4fd63f1f5 100644
--- a/src-ui/src/locale/messages.sr_CS.xlf
+++ b/src-ui/src/locale/messages.sr_CS.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Tačno
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Netačno
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Pretraži dokumenta...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Nije
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Dodaj upit
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Dodaj izraz
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Dodaj stavku
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF uređivač
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Greške se pojavila prilikom učitavanja sadržaja:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Otkrivene promene dokumenta
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Verzija ovog dokumenta u vašoj sesiji veb pretraživača deluje starije od postojeće verzije.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Čuvanje dokumenta ovde može ukloniti druge promene koje su napravljene. Da biste povratili postojeću verziju, odbacite svoje promene ili zatvorite dokument.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
U redu
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Sledeći dokument
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Prethodni dokument
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Sačuvaj dokument
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Sačuvaj i zatvori / sledeće
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Greška pri preuzimanju metapodataka
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Greška pri preuzimanju predloga.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Dokument "" je sačuvan uspešno.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Greška prilikom čuvanja dokumenta ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Greška prilikom čuvanja dokumenta
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Da li zaista želite da premestite ovaj dokument "" u otpad?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Greška prilikom brisanja dokumenta
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Ova akcija će trajno ponovo kreirati arhivski fajl za ovaj dokument.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Arhivski fajl će biti ponovo generisan sa trenutnim podešavanjima.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Operacija ponovne obrade za "" će početi u pozadini. Zatvorite i ponovo otvorite ili ponovo učitajte dokument nakon što operacija bude završena da biste videli novi sadržaj.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Greška prilikom izvršavanja operacije
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Greška prilikom preuzimanja dokumenta
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Prilagodi stranicu
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
Uređivanje PDF-a za „“ će početi u pozadini.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Greška pri izvršavanju operacije uređivanja PDF-a
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Došlo je do greške prilikom učitavanja TIFF-a:
@@ -8455,7 +8455,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Izaberi stranu
@@ -8467,7 +8467,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Odaberi sve
@@ -8739,7 +8739,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Resetuj filtere / selekciju
@@ -8747,7 +8747,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Otvorite prvi [selected] dokument
@@ -8755,7 +8755,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Prethodna stranica
@@ -8763,7 +8763,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Sledeća stranica
@@ -8771,7 +8771,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Prikaz "" je uspešno sačuvan.
@@ -8779,7 +8779,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Nije moguće sačuvati prikaz "".
@@ -8787,7 +8787,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Prikaz "" je uspešno kreiran.
diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf
index 6194e33cb..a1a98d2cc 100644
--- a/src-ui/src/locale/messages.sv_SE.xlf
+++ b/src-ui/src/locale/messages.sv_SE.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Sant
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Falskt
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Ej
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Lägg till objekt
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Ett fel uppstod när innehållet laddades:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
OK
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Spara dokument
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Fel vid hämtning av metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Fel vid hämtning av förslag.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Kunde inte spara dokumentet
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Välj sida
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Välj alla
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Vy "" sparades.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Vy "" skapades.
diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf
index eb037b5de..f1c97bfdc 100644
--- a/src-ui/src/locale/messages.th_TH.xlf
+++ b/src-ui/src/locale/messages.th_TH.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
True
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
False
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Search docs...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Not
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Add query
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Add expression
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
เพิ่มรายการ
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Error retrieving metadata
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Error retrieving suggestions.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
เกิดข้อผิดพลาดในการลบเอกสาร
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
เลือกหน้า
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
เลือกทั้งหมด
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
View "" saved successfully.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
View "" created successfully.
diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf
index 9f728d563..6dac43468 100644
--- a/src-ui/src/locale/messages.tr_TR.xlf
+++ b/src-ui/src/locale/messages.tr_TR.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Doğru
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Yanlış
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Belgelerde ara...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Değil
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Sorgu Ekle
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
İfade Ekle
@@ -5789,7 +5789,7 @@ tüm krite
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5913,7 +5913,7 @@ tüm krite
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Öge ekle
@@ -7252,7 +7252,7 @@ tüm krite
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7572,7 +7572,7 @@ tüm krite
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
An error occurred loading content:
@@ -7580,7 +7580,7 @@ tüm krite
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Document changes detected
@@ -7588,7 +7588,7 @@ tüm krite
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
The version of this document in your browser session appears older than the existing version.
@@ -7596,7 +7596,7 @@ tüm krite
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
@@ -7604,7 +7604,7 @@ tüm krite
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7612,7 +7612,7 @@ tüm krite
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Next document
@@ -7620,7 +7620,7 @@ tüm krite
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Previous document
@@ -7628,7 +7628,7 @@ tüm krite
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7640,7 +7640,7 @@ tüm krite
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Save document
@@ -7648,7 +7648,7 @@ tüm krite
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Save and close / next
@@ -7656,7 +7656,7 @@ tüm krite
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Metaveri alınırken hata oluştu
@@ -7664,7 +7664,7 @@ tüm krite
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Önerileri getirirken hata oluştu.
@@ -7672,11 +7672,11 @@ tüm krite
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7684,7 +7684,7 @@ tüm krite
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7692,7 +7692,7 @@ tüm krite
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Error saving document
@@ -7700,7 +7700,7 @@ tüm krite
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Do you really want to move the document "" to the trash?
@@ -7708,7 +7708,7 @@ tüm krite
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7720,7 +7720,7 @@ tüm krite
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7732,7 +7732,7 @@ tüm krite
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Error deleting document
@@ -7740,7 +7740,7 @@ tüm krite
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7752,7 +7752,7 @@ tüm krite
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
This operation will permanently recreate the archive file for this document.
@@ -7760,7 +7760,7 @@ tüm krite
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
The archive file will be re-generated with the current settings.
@@ -7768,7 +7768,7 @@ tüm krite
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7776,7 +7776,7 @@ tüm krite
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Error executing operation
@@ -7784,7 +7784,7 @@ tüm krite
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Error downloading document
@@ -7792,7 +7792,7 @@ tüm krite
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Page Fit
@@ -7800,7 +7800,7 @@ tüm krite
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7808,7 +7808,7 @@ tüm krite
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7816,11 +7816,11 @@ tüm krite
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8456,7 +8456,7 @@ tüm krite
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Sayfayı seç
@@ -8468,7 +8468,7 @@ tüm krite
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Tümünü seç
@@ -8740,7 +8740,7 @@ tüm krite
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Reset filters / selection
@@ -8748,7 +8748,7 @@ tüm krite
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Open first [selected] document
@@ -8756,7 +8756,7 @@ tüm krite
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Previous page
@@ -8764,7 +8764,7 @@ tüm krite
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Next page
@@ -8772,7 +8772,7 @@ tüm krite
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
"" adlı görünüm başarıyla kaydedildi.
@@ -8780,7 +8780,7 @@ tüm krite
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8788,7 +8788,7 @@ tüm krite
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
adlı görünüm başarıyla oluşturuldu.
diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf
index bca0a34ce..bf4d09baa 100644
--- a/src-ui/src/locale/messages.uk_UA.xlf
+++ b/src-ui/src/locale/messages.uk_UA.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
Вірно
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
Невірно
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Шукати в документації...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Не
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Додати запит
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Додати вираз
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
Додати елемент
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Під час завантаження вмісту сталася помилка:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Зміни документу виявлено
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Версія цього документа виявилась старішою за чинну версію.
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Збереження документа може перезаписати інші внесені зміни. Щоб відновити наявну версію, скасуйте зміни або закрийте документ.
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Гаразд
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Наступний документ
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Попередній документ
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Зберегти документ
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Зберегти й закрити / наступний
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Помилка отримання метаданих
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Помилка при отриманні пропозицій.
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Document "" saved successfully.
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Error saving document ""
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Помилка при збереженні документа
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Ви дійсно хочете перенести документ "" до смітника?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Помилка видалення документа
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Ця операція остаточно відновить архівний файл цього документа.
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Файл архіву буде повторно створений з поточними налаштуваннями.
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Помилка виконання операції
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Помилка завантаження документа
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Вмістити сторінку
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
An error occurred loading tiff:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Вибрати сторінку
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Вибрати всі
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Скинути фільтри / вибір
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Відкрити перший [selected] документ
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Попередня сторінка
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Наступна сторінка
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Представлення "" успішно збережено.
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Failed to save view "".
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Представлення "" успішно створено.
diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf
index 2d45180a7..ca4dbd250 100644
--- a/src-ui/src/locale/messages.vi_VN.xlf
+++ b/src-ui/src/locale/messages.vi_VN.xlf
@@ -3206,11 +3206,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -4001,7 +4001,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -4251,11 +4251,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
ĐÚNG VẬY
@@ -4269,11 +4269,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
SAI
@@ -4283,11 +4283,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
Tài liệu tìm kiếm ...
@@ -4297,7 +4297,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -4311,7 +4311,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -4341,7 +4341,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
Không
@@ -4351,7 +4351,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
Thêm truy vấn
@@ -4361,7 +4361,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
Thêm biểu thức
@@ -6834,7 +6834,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -6984,7 +6984,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
@@ -8590,7 +8590,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -8968,7 +8968,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
Đã xảy ra lỗi Nội dung tải:
@@ -8978,7 +8978,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
Thay đổi tài liệu được phát hiện
@@ -8988,7 +8988,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
Phiên bản của tài liệu này trong phiên trình duyệt của bạn xuất hiện cũ hơn phiên bản hiện có.
@@ -8998,7 +8998,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
Lưu tài liệu ở đây có thể ghi đè lên những thay đổi khác đã được thực hiện. Để khôi phục phiên bản hiện có, loại bỏ các thay đổi của bạn hoặc đóng tài liệu.
@@ -9008,7 +9008,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Được rồi
@@ -9018,7 +9018,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
Tài liệu tiếp theo
@@ -9028,7 +9028,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
Tài liệu trước đây
@@ -9038,7 +9038,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -9052,7 +9052,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
Lưu tài liệu
@@ -9062,7 +9062,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
Lưu và đóng / tiếp theo
@@ -9072,7 +9072,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
Lỗi truy xuất siêu dữ liệu
@@ -9082,7 +9082,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
Lỗi truy xuất đề xuất.
@@ -9092,11 +9092,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
Tài liệu "" Đã lưu thành công.
@@ -9106,7 +9106,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
Tài liệu lưu lỗi ""
@@ -9116,7 +9116,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
Tài liệu lưu lỗi
@@ -9126,7 +9126,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
Bạn có thực sự muốn chuyển tài liệu "" sang thùng rác không?
@@ -9136,7 +9136,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -9150,7 +9150,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -9164,7 +9164,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
Lỗi khi xóa tài liệu.
@@ -9174,7 +9174,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -9188,7 +9188,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
Hoạt động này sẽ tái tạo vĩnh viễn tệp lưu trữ cho tài liệu này.
@@ -9198,7 +9198,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
Tệp lưu trữ sẽ được tạo lại với các cài đặt hiện tại.
@@ -9208,7 +9208,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
Tái xử lý hoạt động cho "" sẽ bắt đầu trong nền. Đóng và mở lại hoặc tải lại tài liệu này sau khi hoạt động hoàn thành để xem nội dung mới.
@@ -9218,7 +9218,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
Lỗi thực hiện thao tác
@@ -9228,7 +9228,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
Lỗi khi tải xuống tài liệu
@@ -9238,7 +9238,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
Trang phù hợp
@@ -9248,7 +9248,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -9256,7 +9256,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -9264,11 +9264,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
Đã xảy ra lỗi tải TIFF:
@@ -10034,7 +10034,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
Chọn trang
@@ -10048,7 +10048,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
Chọn tất cả
@@ -10374,7 +10374,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
Đặt lại bộ lọc / lựa chọn
@@ -10384,7 +10384,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
Mở tài liệu [Đã chọn] đầu tiên
@@ -10394,7 +10394,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
Trang trước
@@ -10404,7 +10404,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
Trang tiếp theo
@@ -10414,7 +10414,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
Xem "" Đã lưu thành công.
@@ -10424,7 +10424,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
Không thể lưu chế độ xem "".
@@ -10434,7 +10434,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
Xem "" Tạo thành công.
diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf
index fb66e6761..61f9e2b9b 100644
--- a/src-ui/src/locale/messages.zh_CN.xlf
+++ b/src-ui/src/locale/messages.zh_CN.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
真
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
假
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
搜索文档...
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
否
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
添加查询
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
添加表达式
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
添加项
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
加载内容时发生错误:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
检测到文档变更
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
此文档在您的浏览器会话中的版本似乎比现有版本更早。
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
在此时保存文档可能会覆盖其他已经做出的更改。要恢复至现有的版本,放弃您的更改或关闭文档。
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
Ok
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
下一个文档
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
上一个文档
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
保存文档
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
保存并关闭 / 下一个
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
获取元数据时发生错误
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
获取建议时发生错误。
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
文档 "" 保存成功。
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
保存文档 时发生错误
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
保存文档时发生错误
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
您真的要将文档 "" 移动到回收站吗?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
删除文档时发生错误。
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
此操作将永久重新创建此文档的归档文件。
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
归档文件将使用当前设置重新生成。
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
"" 的重新处理操作将在后台开始。 在操作完成后关闭并重新打开或重新加载此文档以查看新内容。
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
执行操作时发生错误
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
下载文档时出错
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
适应页面
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
加载内容时发生错误:
@@ -8453,7 +8453,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
选择页面
@@ -8465,7 +8465,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
全选
@@ -8737,7 +8737,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
重置筛选 / 选择
@@ -8745,7 +8745,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
打开第一个 [已选中] 文档
@@ -8753,7 +8753,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
上一頁
@@ -8761,7 +8761,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
下一頁
@@ -8769,7 +8769,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
视图保存成功。
@@ -8777,7 +8777,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
无法保存视图 ""。
@@ -8785,7 +8785,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
视图:创建成功。
diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf
index 324aa0948..7bfa86a37 100644
--- a/src-ui/src/locale/messages.zh_TW.xlf
+++ b/src-ui/src/locale/messages.zh_TW.xlf
@@ -2754,11 +2754,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1011
+ 1018
src/app/components/document-detail/document-detail.component.ts
- 1373
+ 1383
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3426,7 +3426,7 @@
src/app/components/document-detail/document-detail.component.ts
- 964
+ 971
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3646,11 +3646,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 86
+ 87
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 92
+ 93
是
@@ -3662,11 +3662,11 @@
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 87
+ 88
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 93
+ 94
否
@@ -3674,11 +3674,11 @@
Search docs...
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 61
+ 62
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 109
+ 110
搜尋文件⋯
@@ -3686,7 +3686,7 @@
Any
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 141
+ 142
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3698,7 +3698,7 @@
All
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 143
+ 144
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -3726,7 +3726,7 @@
Not
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 146
+ 147
不是
@@ -3734,7 +3734,7 @@
Add query
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 165
+ 166
新增查詢
@@ -3742,7 +3742,7 @@
Add expression
src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
- 168
+ 169
新增表達式
@@ -5787,7 +5787,7 @@
src/app/components/common/input/select/select.component.html
- 58
+ 59
src/app/components/common/input/tags/tags.component.html
@@ -5911,7 +5911,7 @@
Add item
src/app/components/common/input/select/select.component.html
- 23
+ 24
Used for both types, correspondents, storage paths
新增項目
@@ -7250,7 +7250,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1372
+ 1382
PDF Editor
@@ -7570,7 +7570,7 @@
An error occurred loading content:
src/app/components/document-detail/document-detail.component.ts
- 412,414
+ 410,412
讀取內容時發生錯誤:
@@ -7578,7 +7578,7 @@
Document changes detected
src/app/components/document-detail/document-detail.component.ts
- 435
+ 444
偵測到文件變更
@@ -7586,7 +7586,7 @@
The version of this document in your browser session appears older than the existing version.
src/app/components/document-detail/document-detail.component.ts
- 436
+ 445
瀏覽器目前顯示的文件版本已過時。
@@ -7594,7 +7594,7 @@
Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document.
src/app/components/document-detail/document-detail.component.ts
- 437
+ 446
在此儲存文件可能會取代其他的變更。若要還原至現有版本,請放棄變更或關閉文件。
@@ -7602,7 +7602,7 @@
Ok
src/app/components/document-detail/document-detail.component.ts
- 439
+ 448
確定
@@ -7610,7 +7610,7 @@
Next document
src/app/components/document-detail/document-detail.component.ts
- 563
+ 574
下一個文件
@@ -7618,7 +7618,7 @@
Previous document
src/app/components/document-detail/document-detail.component.ts
- 573
+ 584
上一個文件
@@ -7626,7 +7626,7 @@
Close document
src/app/components/document-detail/document-detail.component.ts
- 581
+ 592
src/app/services/open-documents.service.ts
@@ -7638,7 +7638,7 @@
Save document
src/app/components/document-detail/document-detail.component.ts
- 588
+ 599
儲存文件
@@ -7646,7 +7646,7 @@
Save and close / next
src/app/components/document-detail/document-detail.component.ts
- 597
+ 608
儲存並關閉/下一個
@@ -7654,7 +7654,7 @@
Error retrieving metadata
src/app/components/document-detail/document-detail.component.ts
- 649
+ 660
取得詮釋資料時發生錯誤
@@ -7662,7 +7662,7 @@
Error retrieving suggestions.
src/app/components/document-detail/document-detail.component.ts
- 678
+ 689
取得建議時發生錯誤。
@@ -7670,11 +7670,11 @@
Document "" saved successfully.
src/app/components/document-detail/document-detail.component.ts
- 858
+ 861
src/app/components/document-detail/document-detail.component.ts
- 882
+ 885
文件「」儲存成功。
@@ -7682,7 +7682,7 @@
Error saving document ""
src/app/components/document-detail/document-detail.component.ts
- 888
+ 891
文件「」儲存時發生錯誤
@@ -7690,7 +7690,7 @@
Error saving document
src/app/components/document-detail/document-detail.component.ts
- 933
+ 940
儲存文件時發生錯誤
@@ -7698,7 +7698,7 @@
Do you really want to move the document "" to the trash?
src/app/components/document-detail/document-detail.component.ts
- 965
+ 972
確定要將文件「」移至垃圾桶?
@@ -7706,7 +7706,7 @@
Documents can be restored prior to permanent deletion.
src/app/components/document-detail/document-detail.component.ts
- 966
+ 973
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7718,7 +7718,7 @@
Move to trash
src/app/components/document-detail/document-detail.component.ts
- 968
+ 975
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7730,7 +7730,7 @@
Error deleting document
src/app/components/document-detail/document-detail.component.ts
- 987
+ 994
刪除文件時發生錯誤
@@ -7738,7 +7738,7 @@
Reprocess confirm
src/app/components/document-detail/document-detail.component.ts
- 1007
+ 1014
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -7750,7 +7750,7 @@
This operation will permanently recreate the archive file for this document.
src/app/components/document-detail/document-detail.component.ts
- 1008
+ 1015
將永久重新建立此文件的封存檔案。
@@ -7758,7 +7758,7 @@
The archive file will be re-generated with the current settings.
src/app/components/document-detail/document-detail.component.ts
- 1009
+ 1016
封存檔案將以目前設定重新產生。
@@ -7766,7 +7766,7 @@
Reprocess operation for "" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
src/app/components/document-detail/document-detail.component.ts
- 1019
+ 1026
「」的重新處理將於背景開始執行。完成後,請關閉並重新打開或重新載入此文件以檢視更新內容。
@@ -7774,7 +7774,7 @@
Error executing operation
src/app/components/document-detail/document-detail.component.ts
- 1030
+ 1037
執行作業時發生錯誤
@@ -7782,7 +7782,7 @@
Error downloading document
src/app/components/document-detail/document-detail.component.ts
- 1079
+ 1086
下載文件時發生錯誤
@@ -7790,7 +7790,7 @@
Page Fit
src/app/components/document-detail/document-detail.component.ts
- 1156
+ 1163
符合頁面大小
@@ -7798,7 +7798,7 @@
PDF edit operation for "" will begin in the background.
src/app/components/document-detail/document-detail.component.ts
- 1391
+ 1401
PDF edit operation for "" will begin in the background.
@@ -7806,7 +7806,7 @@
Error executing PDF edit operation
src/app/components/document-detail/document-detail.component.ts
- 1403
+ 1413
Error executing PDF edit operation
@@ -7814,11 +7814,11 @@
An error occurred loading tiff:
src/app/components/document-detail/document-detail.component.ts
- 1463
+ 1480
src/app/components/document-detail/document-detail.component.ts
- 1467
+ 1484
讀取 TIFF 檔時發生錯誤:
@@ -8454,7 +8454,7 @@
src/app/components/document-list/document-list.component.ts
- 311
+ 313
選取頁面
@@ -8466,7 +8466,7 @@
src/app/components/document-list/document-list.component.ts
- 304
+ 306
選取全部
@@ -8738,7 +8738,7 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 292
+ 294
重置篩選器/選項
@@ -8746,7 +8746,7 @@
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 320
+ 322
開啟前 [selected] 個文件
@@ -8754,7 +8754,7 @@
Previous page
src/app/components/document-list/document-list.component.ts
- 336
+ 338
上一頁
@@ -8762,7 +8762,7 @@
Next page
src/app/components/document-list/document-list.component.ts
- 348
+ 350
下一頁
@@ -8770,7 +8770,7 @@
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 381
+ 383
檢視表「」儲存成功。
@@ -8778,7 +8778,7 @@
Failed to save view "".
src/app/components/document-list/document-list.component.ts
- 387
+ 389
檢視表「」儲存失敗。
@@ -8786,7 +8786,7 @@
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 431
+ 435
檢視表「」建立成功。
diff --git a/src/locale/af_ZA/LC_MESSAGES/django.po b/src/locale/af_ZA/LC_MESSAGES/django.po
index 5f836df35..c6b288705 100644
--- a/src/locale/af_ZA/LC_MESSAGES/django.po
+++ b/src/locale/af_ZA/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
"Language: af_ZA\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engels (VS)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabies"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belorussies"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalaans"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tsjeggies"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Deens"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Duits"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engels (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spaans"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Fins"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Frans"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiaans"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgs"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nederlands"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Pools"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugees (Brasilië)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugees"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Roemeens"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russies"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Sloweens"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serwies"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Sweeds"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turks"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Vereenvoudigde Sjinees"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/ar_AR/LC_MESSAGES/django.po b/src/locale/ar_AR/LC_MESSAGES/django.po
index 1f17ae23b..e37ca239a 100644
--- a/src/locale/ar_AR/LC_MESSAGES/django.po
+++ b/src/locale/ar_AR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "إعدادات التطبيق paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "الإنجليزية (الولايات المتحدة)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "العربية"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "اللغة الأفريقانية"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "البيلاروسية"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "البلغارية"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "اللغة الكتالونية"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "التشيكية"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "الدانماركية"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "الألمانية"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "اليونانية"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "الإنجليزية (المملكة المتحدة)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "الإسبانية"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "الفنلندية"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "الفرنسية"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "المجرية"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "الإيطالية"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "اليابانية"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "اللوكسمبرجية"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "النرويجية"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "الهولندية"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "البولندية"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "البرتغالية (البرازيل)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "البرتغالية"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "الرومانية"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "الروسية"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "السلوفاكية"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "السلوفانية"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "الصربية"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "السويدية"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "التركية"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "الأوكرانية"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "الصينية المبسطة"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/be_BY/LC_MESSAGES/django.po b/src/locale/be_BY/LC_MESSAGES/django.po
index 49a62c9d2..10e5d2844 100644
--- a/src/locale/be_BY/LC_MESSAGES/django.po
+++ b/src/locale/be_BY/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Belarusian\n"
"Language: be_BY\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Англійская (ЗША)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Беларуская"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Чэшская"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Дацкая"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Нямецкая"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Англійская (Вялікабрытанія)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Іспанская"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Французская"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Італьянская"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Люксембургская"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Нідэрландская"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Польская"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Партугальская (Бразілія)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Партугальская"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Румынская"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Руская"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Славенская"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Сербская"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Шведская"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Турэцкая"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Кітайская спрошчаная"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/bg_BG/LC_MESSAGES/django.po b/src/locale/bg_BG/LC_MESSAGES/django.po
index d72345ac5..9de65341e 100644
--- a/src/locale/bg_BG/LC_MESSAGES/django.po
+++ b/src/locale/bg_BG/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "настройки на софтуера"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Английски (САЩ)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Арабски"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Африканс"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Беларуски"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Български"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Каталунски"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Чешки"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Датски"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Немски"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Гръцки"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Английски (Великобритания)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Испански"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Финландски"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Френски"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Унгарски"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Италиански"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Японски"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Корейски"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Люксембургски"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Норвежки"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Холандски"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Полски"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Португалски (Бразилия)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Португалски"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Румънски"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Руски"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Словашки"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Словенски"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Сръбски"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Шведски"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Турски"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Украински"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Китайски опростен"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Китайски традиционен"
diff --git a/src/locale/ca_ES/LC_MESSAGES/django.po b/src/locale/ca_ES/LC_MESSAGES/django.po
index 295746821..3d0980706 100644
--- a/src/locale/ca_ES/LC_MESSAGES/django.po
+++ b/src/locale/ca_ES/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-17 12:12\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Catalan\n"
"Language: ca_ES\n"
@@ -1619,147 +1619,147 @@ msgstr "Defineix el mapatge de l'etiqueta del codi de barres"
msgid "paperless application settings"
msgstr "configuració de l'aplicació paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Anglès (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Àrab"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Africà"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bielorús"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Búlgar"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Català"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Txec"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danès"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Alemany"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grec"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Anglès (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Espanyol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persa"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finès"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francès"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Hongarès"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italià"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonès"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Coreà"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburguès"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Noruec"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandès"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polonès"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portuguès (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portuguès"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romanès"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Rus"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Eslovac"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Eslovè"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbi"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Suec"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turc"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ucranià"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamita"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Xinès Simplificat"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Xinès tradicional"
diff --git a/src/locale/cs_CZ/LC_MESSAGES/django.po b/src/locale/cs_CZ/LC_MESSAGES/django.po
index c764a386f..69fb98541 100644
--- a/src/locale/cs_CZ/LC_MESSAGES/django.po
+++ b/src/locale/cs_CZ/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-18 12:15\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"Language: cs_CZ\n"
@@ -1620,147 +1620,147 @@ msgstr "Nastaví mapování čárových kódů na štítky"
msgid "paperless application settings"
msgstr "nastavení aplikace paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angličtina (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabština"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikánština"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Běloruština"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulharština"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalánština"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Čeština"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dánština"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Němčina"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Řečtina"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angličtina (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Španělština"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Perština"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finština"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francouzština"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Maďarština"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italština"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonština"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Korejština"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Lucemburština"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norština"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandština"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polština"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalština (Brazílie)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalština"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumunština"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruština"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovenština"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovinština"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Srbština"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Švédština"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turečtina"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrajinština"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamština"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Čínština (zjednodušená)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Čínština (tradiční)"
diff --git a/src/locale/da_DK/LC_MESSAGES/django.po b/src/locale/da_DK/LC_MESSAGES/django.po
index deb308d1d..e9a2806ca 100644
--- a/src/locale/da_DK/LC_MESSAGES/django.po
+++ b/src/locale/da_DK/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"Language: da_DK\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "paperless-applikationsindstillinger"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engelsk (USA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikaans"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Hviderussisk"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgarsk"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalansk"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tjekkisk"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dansk"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Tysk"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Græsk"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engelsk (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spansk"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finsk"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Fransk"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Ungarsk"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiensk"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japansk"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Koreansk"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgsk"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norsk"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Hollandsk"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polsk"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugisisk (Brasilien)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugisisk"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romansk"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russisk"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakisk"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovensk"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbisk"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Svensk"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Tyrkisk"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrainsk"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kinesisk, forenklet"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Kinesisk, traditionelt"
diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po
index 20d7d2f0c..0b971290c 100644
--- a/src/locale/de_DE/LC_MESSAGES/django.po
+++ b/src/locale/de_DE/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-18 15:10\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
@@ -1619,147 +1619,147 @@ msgstr "Legt die Tag-Barcode-Zuweisung fest"
msgid "paperless application settings"
msgstr "Paperless-ngx-Anwendungseinstellungen"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Englisch (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabisch"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikanisch"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belarussisch"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgarisch"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalanisch"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tschechisch"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dänisch"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Deutsch"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Griechisch"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Englisch (UK)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spanisch"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persisch"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finnisch"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Französisch"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Ungarisch"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italienisch"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japanisch"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Koreanisch"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgisch"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norwegisch"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Niederländisch"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polnisch"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugiesisch (Brasilien)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugiesisch"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumänisch"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russisch"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slowakisch"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slowenisch"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbisch"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Schwedisch"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Türkisch"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrainisch"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamesisch"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinesisch (vereinfacht)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Chinesisch (traditionell)"
diff --git a/src/locale/el_GR/LC_MESSAGES/django.po b/src/locale/el_GR/LC_MESSAGES/django.po
index 7c7666cd7..57160b46f 100644
--- a/src/locale/el_GR/LC_MESSAGES/django.po
+++ b/src/locale/el_GR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Greek\n"
"Language: el_GR\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "ρυθμίσεις εφαρμογής paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Αγγλικά (ΗΠΑ)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Αραβικά"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Αφρικανικά"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Λευκορωσικά"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Βουλγαρικά"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Καταλανικά"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Τσέχικα"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Δανέζικα"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Γερμανικά"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Ελληνικά"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Αγγλικά (Ηνωμένο Βασίλειο)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Ισπανικά"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Φινλανδικά"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Γαλλικά"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Ουγγρικά"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Ιταλικά"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Ιαπωνικά"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Κορεάτικα"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Λουξεμβουργικά"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Νορβηγικά"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Ολλανδικά"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Πολωνικά"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Πορτογαλικά (Βραζιλίας)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Πορτογαλικά"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Ρουμάνικα"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ρωσικά"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Σλοβακικά"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Σλοβενικά"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Σερβικά"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Σουηδικά"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Τούρκικα"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ουκρανικά"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Κινέζικα Απλοποιημένα"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Κινεζικά Παραδοσιακά"
diff --git a/src/locale/es_ES/LC_MESSAGES/django.po b/src/locale/es_ES/LC_MESSAGES/django.po
index f2585edd0..7b642f1a5 100644
--- a/src/locale/es_ES/LC_MESSAGES/django.po
+++ b/src/locale/es_ES/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Language: es_ES\n"
@@ -1619,147 +1619,147 @@ msgstr "Establece el mapeo de códigos de barras de etiquetas"
msgid "paperless application settings"
msgstr "Ajustes de la aplicación paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Inglés (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Árabe"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Africano"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bielorruso"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Búlgaro"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalán"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Checo"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danés"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Alemán"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Griego"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Inglés (Gran Bretaña)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Español"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finlandés"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francés"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Húngaro"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiano"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonés"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Coreano"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgués"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Noruego"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Alemán"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polaco"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugués (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugués"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumano"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruso"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Eslovaco"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Esloveno"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbio"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Sueco"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turco"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ucraniano"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chino simplificado"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Chino tradicional"
diff --git a/src/locale/et_EE/LC_MESSAGES/django.po b/src/locale/et_EE/LC_MESSAGES/django.po
index 264a5a9cc..4e5336394 100644
--- a/src/locale/et_EE/LC_MESSAGES/django.po
+++ b/src/locale/et_EE/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Estonian\n"
"Language: et_EE\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr ""
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr ""
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr ""
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr ""
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr ""
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr ""
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr ""
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr ""
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr ""
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr ""
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr ""
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr ""
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr ""
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr ""
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr ""
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr ""
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr ""
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr ""
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr ""
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr ""
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr ""
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/fa_IR/LC_MESSAGES/django.po b/src/locale/fa_IR/LC_MESSAGES/django.po
index 642e6f765..daf58e70f 100644
--- a/src/locale/fa_IR/LC_MESSAGES/django.po
+++ b/src/locale/fa_IR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Persian\n"
"Language: fa_IR\n"
@@ -1618,147 +1618,147 @@ msgstr "نقشه بارکد برچسب را تنظیم می کند"
msgid "paperless application settings"
msgstr "تنظیمات برنامه بدون کاغذ"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "انگلیسی (ایالات متحده)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "عربی"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "افریکان"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "وابسته به بلروس"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "وابسته به بلغاری"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "کاتالان"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "وابسته به چک"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "وابسته به دانمارکی"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "آلمانی"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "یونانی"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "انگلیسی (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "اسپانیایی"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "فارسی"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "فنلاندی"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "فرانسوی"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "مجارستانی"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "ایتالیایی"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "وابسته به ژاپنی"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "کره ای"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "وابسته به لوکس"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "نروژی"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "هلندی"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "صیقل دادن"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "پرتغالی (برزیل)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "وابسته به پرتغالی"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "وابسته به رومانی"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "روسی"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "لگن"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "وابسته به اسلوونی"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "صرب"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "سوئدی"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "ترکی"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "وابسته به اوکراینی"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "چینی ساده شد"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "چینی سنتی"
diff --git a/src/locale/fi_FI/LC_MESSAGES/django.po b/src/locale/fi_FI/LC_MESSAGES/django.po
index 29bfae3f9..e09cbb109 100644
--- a/src/locale/fi_FI/LC_MESSAGES/django.po
+++ b/src/locale/fi_FI/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
"Language: fi_FI\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Englanti (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabialainen"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "valkovenäjä"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalaani"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tšekki"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Tanska"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Saksa"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Kreikka"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Englanti (US)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Espanja"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Suomi"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Ranska"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italia"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburg"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norja"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Hollanti"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "puola"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "portugali (Brasilia)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "portugali"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "romania"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "venäjä"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakia"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenia"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbia"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "ruotsi"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turkki"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukraina"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kiina (yksinkertaistettu)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po
index 0ba7b2beb..5829e973e 100644
--- a/src/locale/fr_FR/LC_MESSAGES/django.po
+++ b/src/locale/fr_FR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: French\n"
"Language: fr_FR\n"
@@ -1618,147 +1618,147 @@ msgstr "Définit la correspondance des étiquettes de code-barres"
msgid "paperless application settings"
msgstr "paramètres de l'application paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Anglais (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabe"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikaans"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Biélorusse"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgare"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalan"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tchèque"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danois"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Allemand"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grec"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Anglais (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Espagnol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persan"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finnois"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Français"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Hongrois"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italien"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonais"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Coréen"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxembourgeois"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norvégien"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Néerlandais"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polonais"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugais (Brésil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugais"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Roumain"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russe"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Solvaque"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovène"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbe"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Suédois"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turc"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrainien"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamien"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinois simplifié"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Chinois traditionnel"
diff --git a/src/locale/he_IL/LC_MESSAGES/django.po b/src/locale/he_IL/LC_MESSAGES/django.po
index 04f11f955..53c66d912 100644
--- a/src/locale/he_IL/LC_MESSAGES/django.po
+++ b/src/locale/he_IL/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Hebrew\n"
"Language: he_IL\n"
@@ -1620,147 +1620,147 @@ msgstr "מגדיר את מיפוי הברקוד"
msgid "paperless application settings"
msgstr "הגדרות יישום paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "אנגלית (ארה״ב)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "ערבית"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "אפריקאנס"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "בלרוסית"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "בולגרית"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "קטלאנית"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "צ'כית"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "דנית"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "גרמנית"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "יוונית"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "אנגלית (בריטניה)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "ספרדית"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "פרסית"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "פינית"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "צרפתית"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "הונגרית"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "איטלקית"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "יפנית"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "קוריאנית"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "לוקסמבורגית"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "נורווגית"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "הולנדית"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "פולנית"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "פורטוגלית ברזילאית"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "פורטוגלית"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "רומנית"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "רוסית"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "סלובקית"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "סלובנית"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "סרבית"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "שוודית"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "טורקית"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "אוקראינית"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "סינית מפושטת"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "סינית מסורתית"
diff --git a/src/locale/hr_HR/LC_MESSAGES/django.po b/src/locale/hr_HR/LC_MESSAGES/django.po
index b9998db3d..7f5173c7e 100644
--- a/src/locale/hr_HR/LC_MESSAGES/django.po
+++ b/src/locale/hr_HR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Croatian\n"
"Language: hr_HR\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engleski (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arapski"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bjeloruski"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Češki"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danski"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Njemački"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engleski (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Španjolski"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francuski"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Talijanski"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburški"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nizozemski"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Poljski"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalski"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumunjski"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruski"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenski"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Srpski"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Švedski"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turski"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Pojednostavljeni kineski"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/hu_HU/LC_MESSAGES/django.po b/src/locale/hu_HU/LC_MESSAGES/django.po
index 1151614f6..95cc1cb07 100644
--- a/src/locale/hu_HU/LC_MESSAGES/django.po
+++ b/src/locale/hu_HU/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Hungarian\n"
"Language: hu_HU\n"
@@ -1410,21 +1410,21 @@ msgstr "Utolsó lépésként kérjük válaszoljon az alábbi kérdésekre:"
#: documents/validators.py:24
#, python-brace-format
msgid "Unable to parse URI {value}, missing scheme"
-msgstr ""
+msgstr "A {value} URI értelmezése sikertelen, hiányzó séma"
#: documents/validators.py:29
#, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path"
-msgstr ""
+msgstr "A {value} URI értelmezése sikertelen, hiányzó hálózati vagy elérési útvonal"
#: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
-msgstr ""
+msgstr "A '{parts.scheme}' séma nem engedélyezett. Engedélyezett sémák: {', '.join(allowed_schemes)}"
#: documents/validators.py:45
#, python-brace-format
msgid "Unable to parse URI {value}"
-msgstr ""
+msgstr "A {value} URI értelmezése sikertelen"
#: paperless/apps.py:11
msgid "Paperless"
@@ -1618,147 +1618,147 @@ msgstr "Beállítja a vonalkódok címkékhez rendelését"
msgid "paperless application settings"
msgstr "paperless alkalmazás beállítások"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angol (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arab"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikai"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Fehérorosz"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bolgár"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalán"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Cseh"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dán"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Német"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Görög"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angol (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spanyol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
-msgstr ""
+msgstr "Perzsa"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finn"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francia"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Magyar"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Olasz"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "japán"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "koreai"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgi"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norvég"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holland"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Lengyel"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugál (Brazília)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugál"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Román"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Orosz"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Szlovák"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Szlovén"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Szerb"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Svéd"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Török"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrán"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
-msgstr ""
+msgstr "Vietnámi"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kínai egyszerűsített"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "tradicionális kínai"
diff --git a/src/locale/id_ID/LC_MESSAGES/django.po b/src/locale/id_ID/LC_MESSAGES/django.po
index 353dd9a35..b25ed9ce5 100644
--- a/src/locale/id_ID/LC_MESSAGES/django.po
+++ b/src/locale/id_ID/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Indonesian\n"
"Language: id_ID\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "pengaturan aplikasi paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Inggris (AS)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arab"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Bahasa Afrika"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belarusia"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bahasa Bulgaria"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Bahasa Ceko"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr ""
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Jerman"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Yunani"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Inggris (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spanyol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Prancis"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Hungaria"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italia"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Bahasa Jepang"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Bahasa Korea"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburg"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norwegia"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Belanda"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polandia"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugis (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugis"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumania"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Rusia"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakia"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenia"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbia"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Swedia"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turki"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukraina"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Mandarin Sederhana"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/it_IT/LC_MESSAGES/django.po b/src/locale/it_IT/LC_MESSAGES/django.po
index b50c09d81..b9a5f0908 100644
--- a/src/locale/it_IT/LC_MESSAGES/django.po
+++ b/src/locale/it_IT/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"Language: it_IT\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "impostazioni dell'applicazione paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Inglese (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabo"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Africano"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bielorusso"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgaro"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalano"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Ceco"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danese"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Tedesco"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Greco"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Inglese (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spagnolo"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persiano"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finlandese"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francese"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Ungherese"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiano"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Giapponese"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Coreano"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Lussemburghese"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norvegese"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Olandese"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polacco"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portoghese (Brasile)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portoghese"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumeno"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russo"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovacco"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Sloveno"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbo"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Svedese"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turco"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ucraino"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamita"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Cinese semplificato"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Cinese Tradizionale"
diff --git a/src/locale/ja_JP/LC_MESSAGES/django.po b/src/locale/ja_JP/LC_MESSAGES/django.po
index 5073d1a66..fdab4806c 100644
--- a/src/locale/ja_JP/LC_MESSAGES/django.po
+++ b/src/locale/ja_JP/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"Language: ja_JP\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "Paperless アプリケーションの設定"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "英語 (米国)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "アラビア語"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "アフリカーンス語"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "ベラルーシ語"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "ブルガリア語"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "カタロニア語"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "チェコ語"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "デンマーク語"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "ドイツ語"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "ギリシャ語"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "英語 (英国)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "スペイン語"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "フィンランド語"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "フランス語"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "ハンガリー語"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "イタリア語"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "日本語"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "韓国語"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "ルクセンブルク語"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "ノルウェー語"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "オランダ語"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "ポーランド語"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "ポルトガル語 (ブラジル)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "ポルトガル語"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "ルーマニア語"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "ロシア語"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "スロバキア語"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "スロベニア語"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "セルビア語"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "スウェーデン語"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "トルコ語"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "ウクライナ語"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "中国語 (簡体字)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "中国語 (繁体)"
diff --git a/src/locale/ko_KR/LC_MESSAGES/django.po b/src/locale/ko_KR/LC_MESSAGES/django.po
index 6c1f9a6de..0edd179a4 100644
--- a/src/locale/ko_KR/LC_MESSAGES/django.po
+++ b/src/locale/ko_KR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
@@ -1619,147 +1619,147 @@ msgstr "태그 바코드 매핑 설정"
msgid "paperless application settings"
msgstr "페이퍼리스 애플리케이션 설정"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "영어 (미국)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "아랍어"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "아프리칸스어"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "벨라루스어"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "불가리어"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "카탈로니아어"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "체코어"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "덴마크어"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "독일어"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "그리스어"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "영어 (영국)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "스페인어"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "페르시아어"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "핀란드어"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "프랑스어"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "헝가리어"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "이탈리아어"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "일본어"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "한국어"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "룩셈부르크어"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "노르웨이어"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "네덜란드어"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "폴란드어"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "포르투갈어 (브라질)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "포르투갈어"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "루마니아어"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "러시아어"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "슬로바키아어"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "슬로베니아어"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "세르비아어"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "스웨덴어"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "튀르키예어"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "우크라이나어"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "중국어 간체"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "중국어 번체"
diff --git a/src/locale/lb_LU/LC_MESSAGES/django.po b/src/locale/lb_LU/LC_MESSAGES/django.po
index 5828c9d01..80ec940d1 100644
--- a/src/locale/lb_LU/LC_MESSAGES/django.po
+++ b/src/locale/lb_LU/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Luxembourgish\n"
"Language: lb_LU\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Englesch (USA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belarusesch"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tschechesch"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dänesch"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Däitsch"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Englesch (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spuenesch"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Franséisch"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italienesch"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Lëtzebuergesch"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Hollännesch"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polnesch"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugisesch (Brasilien)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugisesch"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumänesch"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russesch"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slowenesch"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbesch"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Schwedesch"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Tierkesch"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinesesch (Vereinfacht)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/lt_LT/LC_MESSAGES/django.po b/src/locale/lt_LT/LC_MESSAGES/django.po
index a1930bc51..47a618365 100644
--- a/src/locale/lt_LT/LC_MESSAGES/django.po
+++ b/src/locale/lt_LT/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr ""
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr ""
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr ""
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr ""
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr ""
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr ""
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr ""
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr ""
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr ""
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr ""
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr ""
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr ""
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr ""
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr ""
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr ""
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr ""
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr ""
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr ""
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr ""
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr ""
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr ""
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/lv_LV/LC_MESSAGES/django.po b/src/locale/lv_LV/LC_MESSAGES/django.po
index 47af99c4d..e66cc4e6c 100644
--- a/src/locale/lv_LV/LC_MESSAGES/django.po
+++ b/src/locale/lv_LV/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Latvian\n"
"Language: lv_LV\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angļu (ASV)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arābu"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Āfrikāņu"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Baltkrievu"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgāru"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Kataloniešu"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Čehu"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dāņu"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Vācu"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grieķu"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angļu (ASV)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spāņu"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Somu"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Franču"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Ungāru"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Itāļu"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japāņu"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburgiešu"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norvēģu"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandiešu"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Poļu"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugāļu (Brazīlija)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugāļu"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumāņu"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Krievu"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovāku"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovēņu"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Sērbu"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Zviedru"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turku"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukraiņu"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Ķīniešu (vienkāršota)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/ms_MY/LC_MESSAGES/django.po b/src/locale/ms_MY/LC_MESSAGES/django.po
index e2a9fdfcf..cc69fa1b7 100644
--- a/src/locale/ms_MY/LC_MESSAGES/django.po
+++ b/src/locale/ms_MY/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Malay\n"
"Language: ms_MY\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr ""
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr ""
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr ""
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr ""
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr ""
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr ""
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr ""
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr ""
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr ""
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr ""
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr ""
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr ""
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr ""
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr ""
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr ""
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr ""
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr ""
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr ""
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr ""
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr ""
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr ""
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po
index a89b28c29..6da6904da 100644
--- a/src/locale/nl_NL/LC_MESSAGES/django.po
+++ b/src/locale/nl_NL/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"Language: nl_NL\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "paperless applicatie instellingen"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engels (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabisch"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikaans"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Wit-Russisch"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgaars"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalaans"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tsjechisch"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Deens"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Duits"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grieks"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engels (Brits)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spaans"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Fins"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Frans"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Hongaars"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiaans"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japans"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgs"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Noors"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nederlands"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Pools"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugees (Brazilië)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugees"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Roemeens"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russisch"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slowaaks"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Sloveens"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Servisch"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Zweeds"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turks"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Oekraïens"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinees (vereenvoudigd)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/no_NO/LC_MESSAGES/django.po b/src/locale/no_NO/LC_MESSAGES/django.po
index 553c68654..5c8df5a7e 100644
--- a/src/locale/no_NO/LC_MESSAGES/django.po
+++ b/src/locale/no_NO/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"Language: no_NO\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engelsk (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabisk"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikansk"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Hviterussisk"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalansk"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tsjekkisk"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dansk"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Tysk"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Gresk"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engelsk (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spansk"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finsk"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Fransk"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiensk"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxembourgsk"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norsk"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nederlandsk"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polsk"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugisisk (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugisisk"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumensk"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russisk"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakisk"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenian"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbisk"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Svensk"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Tyrkisk"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrainsk"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kinesisk forenklet"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/pl_PL/LC_MESSAGES/django.po b/src/locale/pl_PL/LC_MESSAGES/django.po
index 1f4a5daf1..3824707d2 100644
--- a/src/locale/pl_PL/LC_MESSAGES/django.po
+++ b/src/locale/pl_PL/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
@@ -1619,147 +1619,147 @@ msgstr "Ustawia mapowanie kodu kreskowego tagu"
msgid "paperless application settings"
msgstr "paperless ustawienia aplikacji"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angielski (USA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "arabski"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrykanerski"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Białoruski"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bułgarski"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Kataloński"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Czeski"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Duński"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Niemiecki"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grecki"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angielski (Wielka Brytania)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Hiszpański"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "perski"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Fiński"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francuski"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Węgierski"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Włoski"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japoński"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Koreański"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburski"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norweski"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holenderski"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polski"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazylia)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalski"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumuński"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Rosyjski"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Słowacki"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Słoweński"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbski"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Szwedzki"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turecki"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukraiński"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chiński uproszczony"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "chiński tradycyjny"
diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po
index 67afe4e13..a82685393 100644
--- a/src/locale/pt_BR/LC_MESSAGES/django.po
+++ b/src/locale/pt_BR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-22 23:07\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
@@ -1621,147 +1621,147 @@ msgstr "Define o mapeamento de códigos de barras da tag"
msgid "paperless application settings"
msgstr "configurações do aplicativo paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Inglês (EUA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Árabe"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Africanês"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bielorrusso"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Búlgaro"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalão"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tcheco"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dinamarquês"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Alemão"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grego"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Inglês (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Espanhol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persa"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finlandês"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francês"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Húngaro"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiano"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonês"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Coreano"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburguês"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norueguês"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandês"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polonês"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Português (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Português"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romeno"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russo"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Eslovaco"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Esloveno"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Sérvio"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Sueco"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turco"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ucraniano"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "vietnamita"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinês Simplificado"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Chinês Tradicional"
diff --git a/src/locale/pt_PT/LC_MESSAGES/django.po b/src/locale/pt_PT/LC_MESSAGES/django.po
index 089c2b52f..a40de0e92 100644
--- a/src/locale/pt_PT/LC_MESSAGES/django.po
+++ b/src/locale/pt_PT/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "configurações do paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Inglês (EUA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Árabe"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Africano"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bielorrusso"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Búlgaro"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalão"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Checo"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dinamarquês"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Deutsch"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grego"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Inglês (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Espanhol"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finlandês"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Français"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Húngaro"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiano"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonês"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburguês"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norueguês"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nederlandse"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polaco"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Português (Brasil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Português"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romeno"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Russo"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Eslovaco"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Esloveno"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Sérvio"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Sueco"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turco"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ucraniano"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Chinês Simplificado"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po
index afdc381f7..18fd7a5e3 100644
--- a/src/locale/ro_RO/LC_MESSAGES/django.po
+++ b/src/locale/ro_RO/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Romanian\n"
"Language: ro_RO\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engleză (Americană)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr ""
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr ""
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr ""
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Cehă"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Daneză"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Germană"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engleză (Britanică)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spaniolă"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr ""
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Franceză"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italiană"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgheză"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Olandeză"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Poloneză"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugheză (Brazilia)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugheză"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Română"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Rusă"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr ""
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr ""
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr ""
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Suedeză"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr ""
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr ""
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/ru_RU/LC_MESSAGES/django.po b/src/locale/ru_RU/LC_MESSAGES/django.po
index 2c437fba4..498b89e77 100644
--- a/src/locale/ru_RU/LC_MESSAGES/django.po
+++ b/src/locale/ru_RU/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-20 12:14\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
@@ -1619,147 +1619,147 @@ msgstr "Устанавливает сопоставление тег-штрих-
msgid "paperless application settings"
msgstr "настройки приложения paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Английский (США)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Арабский"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Африкаанс"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Белорусский"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Болгарский"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Каталонский"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Чешский"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Датский"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Немецкий"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Греческий"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Английский (Великобритании)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Испанский"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Персидский"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Финский"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Французский"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Венгерский"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Итальянский"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Японский"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Корейский"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Люксембургский"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Норвежский"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Датский"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Польский"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Португальский (Бразилия)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Португальский"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Румынский"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Русский"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Словацкий"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Словенский"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Сербский"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Шведский"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Турецкий"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Украинский"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Вьетнамский"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Китайский упрощенный"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Китайский (традиционный)"
diff --git a/src/locale/sk_SK/LC_MESSAGES/django.po b/src/locale/sk_SK/LC_MESSAGES/django.po
index 9b61e85ec..2849453a6 100644
--- a/src/locale/sk_SK/LC_MESSAGES/django.po
+++ b/src/locale/sk_SK/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Slovak\n"
"Language: sk_SK\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angličtina (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabčina"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr ""
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Bieloruština"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalan"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Čeština"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Dánčina"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Nemčina"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr ""
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angličtina (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Španielčina"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finnish"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francúzština"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Taliančina"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburčina"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr ""
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandčina"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polština"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalčina (Brazília)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalčina"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumunčina"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruština"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovenčina"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovinčina"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Srbčina"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Švédčina"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turečtina"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr ""
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Čínština (zjednodušená)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/sl_SI/LC_MESSAGES/django.po b/src/locale/sl_SI/LC_MESSAGES/django.po
index 9767b75b6..df1a3e03d 100644
--- a/src/locale/sl_SI/LC_MESSAGES/django.po
+++ b/src/locale/sl_SI/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Slovenian\n"
"Language: sl_SI\n"
@@ -1619,147 +1619,147 @@ msgstr "Nastavi preslikavo črtne kode oznake"
msgid "paperless application settings"
msgstr "aplikacijske nastavitve paperless"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Angleščina (ZDA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabščina"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikanščina"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Beloruščina"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bolgarščina"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalonščina"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Češčina"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danščina"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Nemščina"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grščina"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Angleščina (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Španščina"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Perzijščina"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finščina"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francoščina"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Madžarščina"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italijanščina"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "japonščina"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Korejščina"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburški"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norveščina"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Nizozemščina"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Poljščina"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalščina (Brazilija)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalščina"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romunščina"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruščina"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovaščina"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenščina"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Srbščina"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Švedščina"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turščina"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrajinščina"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamščina"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Poenostavljena kitajščina"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Tradicionalna kitajščina"
diff --git a/src/locale/sr_CS/LC_MESSAGES/django.po b/src/locale/sr_CS/LC_MESSAGES/django.po
index fdcb39655..f6ed1a729 100644
--- a/src/locale/sr_CS/LC_MESSAGES/django.po
+++ b/src/locale/sr_CS/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-19 00:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Serbian (Latin)\n"
"Language: sr_CS\n"
@@ -1619,147 +1619,147 @@ msgstr "Postavlja mapiranje barkoda oznake"
msgid "paperless application settings"
msgstr "podešavanje paperless aplikacije"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engleski (US)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arapski"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrički"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Beloruski"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bugarski"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalonski"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Češki"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danski"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Nemački"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grčki"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engleski (UK)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Španski"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Persijski"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finski"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Francuski"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Mađarski"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italijanski"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japanski"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Korejski"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luksemburški"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norveški"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holandski"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Poljski"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugalski"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumunski"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ruski"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovački"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenački"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Srpski"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Švedski"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turski"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrajinski"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vijetnamski"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kineski pojednostavljen"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Tradicionalni kineski"
diff --git a/src/locale/sv_SE/LC_MESSAGES/django.po b/src/locale/sv_SE/LC_MESSAGES/django.po
index f1bd375e5..f3dde859c 100644
--- a/src/locale/sv_SE/LC_MESSAGES/django.po
+++ b/src/locale/sv_SE/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"Language: sv_SE\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Engelska (USA)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arabiska"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikaans"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belarusiska"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgariska"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Kataloniska"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tjeckiska"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danska"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Tyska"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Grekiska"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Engelska (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spanska"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Finska"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Franska"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Italienska"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japanska"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Koreanska"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Luxemburgiska"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norska"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Holländska"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polska"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portugisiska (Brasilien)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portugisiska"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Rumänska"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Ryska"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakiska"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovenska"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Serbiska"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Svenska"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Turkiska"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukrainiska"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Kinesiska (förenklad)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Kinesiska traditionell"
diff --git a/src/locale/th_TH/LC_MESSAGES/django.po b/src/locale/th_TH/LC_MESSAGES/django.po
index 859912656..653f12177 100644
--- a/src/locale/th_TH/LC_MESSAGES/django.po
+++ b/src/locale/th_TH/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Thai\n"
"Language: th_TH\n"
@@ -1618,147 +1618,147 @@ msgstr ""
msgid "paperless application settings"
msgstr ""
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "ภาษาอังกฤษ (สหรัฐฯ)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "ภาษาอาหรับ"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "ภาษาอาฟรีกานส์"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "ภาษาเบลารุส"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr ""
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "ภาษาคาตาลัน"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "ภาษาเช็ก"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "ภาษาเดนมาร์ก"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "ภาษาเยอรมัน"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "ภาษากรีก"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "ภาษาอังกฤษ (สหราชอาณาจักร)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "ภาษาสเปน"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "ภาษาฟินแลนด์"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "ภาษาฝรั่งเศส"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr ""
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "ภาษาอิตาลี"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr ""
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr ""
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "ภาษาลักเซมเบิร์ก"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "ภาษานอร์เวย์"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "ภาษาดัตช์"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "ภาษาโปแลนด์"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "ภาษาโปรตุเกส (บราซิล)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "ภาษาโปรตุเกส"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "ภาษาโรมาเนีย"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "ภาษารัสเซีย"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "ภาษาสโลวาเกีย"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "ภาษาสโลเวเนีย"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "ภาษาเซอร์เบีย"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "ภาษาสวีเดน"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "ภาษาตุรกี"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "ภาษายูเครน"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "ภาษาจีน (ตัวย่อ)"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/tr_TR/LC_MESSAGES/django.po b/src/locale/tr_TR/LC_MESSAGES/django.po
index fb6ef8560..f1e08dc4e 100644
--- a/src/locale/tr_TR/LC_MESSAGES/django.po
+++ b/src/locale/tr_TR/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-20 12:14\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"Language: tr_TR\n"
@@ -1619,147 +1619,147 @@ msgstr "Etiket barkod eşleşmesini ayarlar"
msgid "paperless application settings"
msgstr "paperless uygulama ayarları"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "İngilizce (Birleşik Devletler)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Arapça"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrika dili"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Belarusça"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Bulgarca"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Katalanca"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Çekçe"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Danca"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Almanca"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Yunanca"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "İngilizce (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "İspanyolca"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Farsça"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Fince"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Fransızca"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Macarca"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "İtalyanca"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Japonca"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Korece"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Lüksemburgca"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norveçce"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Hollandaca"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Polonyaca"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Portekizce (Brezilya)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Portekizce"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Romence"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Rusça"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Slovakça"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Slovakça"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Sırpça"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "İsveççe"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Türkçe"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Ukraynaca"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Vietnamca"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Basitleştirilmiş Çince"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Geleneksel Çince"
diff --git a/src/locale/uk_UA/LC_MESSAGES/django.po b/src/locale/uk_UA/LC_MESSAGES/django.po
index 71c85254c..452651282 100644
--- a/src/locale/uk_UA/LC_MESSAGES/django.po
+++ b/src/locale/uk_UA/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "налаштування програми документообігу"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Англійська (США)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Арабська"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Африкаанс"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Білоруська"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Болгарська"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Каталонська"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Чеська"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Данська"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "Німецька"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Грецька"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Англійська (Велика Британія)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Іспанська"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Фінська"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Французька"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Угорська"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Італійська"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Японська"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Корейська"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Люксембурзька"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Норвезька"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Нідерландська"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Польська"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Португальська (Бразилія)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Португальська"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Румунська"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Російська"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Словацька"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Словенська"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Сербська"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Шведська"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Турецька"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Українська"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Китайська спрощена"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr ""
diff --git a/src/locale/vi_VN/LC_MESSAGES/django.po b/src/locale/vi_VN/LC_MESSAGES/django.po
index d75372aec..9897224da 100644
--- a/src/locale/vi_VN/LC_MESSAGES/django.po
+++ b/src/locale/vi_VN/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-20 12:14\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"Language: vi_VN\n"
@@ -1619,147 +1619,147 @@ msgstr "Đặt ánh xạ mã vạch thẻ"
msgid "paperless application settings"
msgstr "thiết đặt ứng dụng không cần giấy tờ"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "Tiếng Anh (Mỹ)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "Tiếng Ả Rập"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Tiếng Afrikaans"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "Tiếng Belarus"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "Tiếng Bulgaria"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Tiếng Catalan"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "Tiếng Séc"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "Tiếng Đan Mạch"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "German"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Hy Lạp"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "Tiếng Anh (GB)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "Spanish"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "Ba Tư"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "Tiếng Phần Lan"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "Pháp"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "Tiếng Hungary"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "Tiếng Ý"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "Tiếng Nhật"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "Tiếng Hàn"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "Tiếng Luxembourg"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Tiếng Na Uy"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "Hà Lan"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "Tiếng Ba Lan"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "Tiếng Bồ Đào Nha (Brazil)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "Bồ Đào Nha"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "Tiếng Rumani"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "Tiếng Nga"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "Tiếng Slovak"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "Tiếng Slovenia"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "Tiếng Serbia"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "Thụy Điển"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "Tiếng Thổ Nhĩ Kỳ"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "Tiếng Ukraine"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "Tiếng Việt"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "Tiếng Hoa Giản thể"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "Tiếng Hoa Truyền thống"
diff --git a/src/locale/zh_CN/LC_MESSAGES/django.po b/src/locale/zh_CN/LC_MESSAGES/django.po
index e70136b0c..309533d94 100644
--- a/src/locale/zh_CN/LC_MESSAGES/django.po
+++ b/src/locale/zh_CN/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -1619,147 +1619,147 @@ msgstr ""
msgid "paperless application settings"
msgstr "无纸应用设置"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "英语(美国)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "阿拉伯语"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "Afrikaans 荷兰语"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "白俄罗斯语"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "保加利亚语"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "Catalan 加泰罗尼亚语"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "捷克语"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "丹麦语"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "德语"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "Greek 希腊语"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "英语(英国)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "西班牙语"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr ""
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "已完成"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "法语"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "匈牙利语"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "意大利语"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "日语"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "韩语"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "卢森堡语"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "Norwegian 挪威语"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "荷兰语"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "波兰语"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "葡萄牙语 (巴西)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "葡萄牙语"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "罗马尼亚语"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "俄语"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "斯洛伐克语"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "斯洛语尼亚语"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "塞尔维亚语"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "瑞典语"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "土耳其语"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "乌克兰语"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr ""
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "简体中文"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "繁体中文"
diff --git a/src/locale/zh_TW/LC_MESSAGES/django.po b/src/locale/zh_TW/LC_MESSAGES/django.po
index 7f0ffc4c7..42a5d54e1 100644
--- a/src/locale/zh_TW/LC_MESSAGES/django.po
+++ b/src/locale/zh_TW/LC_MESSAGES/django.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-16 14:34+0000\n"
-"PO-Revision-Date: 2025-08-16 14:36\n"
+"POT-Creation-Date: 2025-08-31 22:24+0000\n"
+"PO-Revision-Date: 2025-08-31 22:25\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional\n"
"Language: zh_TW\n"
@@ -1619,147 +1619,147 @@ msgstr "設定標籤條碼對應"
msgid "paperless application settings"
msgstr "Paperless 應用程式設定"
-#: paperless/settings.py:774
+#: paperless/settings.py:772
msgid "English (US)"
msgstr "英文(美國)"
-#: paperless/settings.py:775
+#: paperless/settings.py:773
msgid "Arabic"
msgstr "阿拉伯文"
-#: paperless/settings.py:776
+#: paperless/settings.py:774
msgid "Afrikaans"
msgstr "南非荷蘭文"
-#: paperless/settings.py:777
+#: paperless/settings.py:775
msgid "Belarusian"
msgstr "白俄羅斯文"
-#: paperless/settings.py:778
+#: paperless/settings.py:776
msgid "Bulgarian"
msgstr "保加利亞文"
-#: paperless/settings.py:779
+#: paperless/settings.py:777
msgid "Catalan"
msgstr "加泰羅尼亞文"
-#: paperless/settings.py:780
+#: paperless/settings.py:778
msgid "Czech"
msgstr "捷克文"
-#: paperless/settings.py:781
+#: paperless/settings.py:779
msgid "Danish"
msgstr "丹麥文"
-#: paperless/settings.py:782
+#: paperless/settings.py:780
msgid "German"
msgstr "德文"
-#: paperless/settings.py:783
+#: paperless/settings.py:781
msgid "Greek"
msgstr "希臘文"
-#: paperless/settings.py:784
+#: paperless/settings.py:782
msgid "English (GB)"
msgstr "英文(英國)"
-#: paperless/settings.py:785
+#: paperless/settings.py:783
msgid "Spanish"
msgstr "西班牙文"
-#: paperless/settings.py:786
+#: paperless/settings.py:784
msgid "Persian"
msgstr "波斯文"
-#: paperless/settings.py:787
+#: paperless/settings.py:785
msgid "Finnish"
msgstr "芬蘭文"
-#: paperless/settings.py:788
+#: paperless/settings.py:786
msgid "French"
msgstr "法文"
-#: paperless/settings.py:789
+#: paperless/settings.py:787
msgid "Hungarian"
msgstr "匈牙利文"
-#: paperless/settings.py:790
+#: paperless/settings.py:788
msgid "Italian"
msgstr "義大利文"
-#: paperless/settings.py:791
+#: paperless/settings.py:789
msgid "Japanese"
msgstr "日文"
-#: paperless/settings.py:792
+#: paperless/settings.py:790
msgid "Korean"
msgstr "韓文"
-#: paperless/settings.py:793
+#: paperless/settings.py:791
msgid "Luxembourgish"
msgstr "盧森堡文"
-#: paperless/settings.py:794
+#: paperless/settings.py:792
msgid "Norwegian"
msgstr "挪威文"
-#: paperless/settings.py:795
+#: paperless/settings.py:793
msgid "Dutch"
msgstr "荷蘭文"
-#: paperless/settings.py:796
+#: paperless/settings.py:794
msgid "Polish"
msgstr "波蘭文"
-#: paperless/settings.py:797
+#: paperless/settings.py:795
msgid "Portuguese (Brazil)"
msgstr "葡萄牙文(巴西)"
-#: paperless/settings.py:798
+#: paperless/settings.py:796
msgid "Portuguese"
msgstr "葡萄牙文"
-#: paperless/settings.py:799
+#: paperless/settings.py:797
msgid "Romanian"
msgstr "羅馬尼亞文"
-#: paperless/settings.py:800
+#: paperless/settings.py:798
msgid "Russian"
msgstr "俄文"
-#: paperless/settings.py:801
+#: paperless/settings.py:799
msgid "Slovak"
msgstr "斯洛伐克文"
-#: paperless/settings.py:802
+#: paperless/settings.py:800
msgid "Slovenian"
msgstr "斯洛維尼亞文"
-#: paperless/settings.py:803
+#: paperless/settings.py:801
msgid "Serbian"
msgstr "塞爾維亞文"
-#: paperless/settings.py:804
+#: paperless/settings.py:802
msgid "Swedish"
msgstr "瑞典文"
-#: paperless/settings.py:805
+#: paperless/settings.py:803
msgid "Turkish"
msgstr "土耳其文"
-#: paperless/settings.py:806
+#: paperless/settings.py:804
msgid "Ukrainian"
msgstr "烏克蘭文"
-#: paperless/settings.py:807
+#: paperless/settings.py:805
msgid "Vietnamese"
msgstr "越南文"
-#: paperless/settings.py:808
+#: paperless/settings.py:806
msgid "Chinese Simplified"
msgstr "簡體中文"
-#: paperless/settings.py:809
+#: paperless/settings.py:807
msgid "Chinese Traditional"
msgstr "繁體中文"
From 58ab137282629fdfdfb63108a359d49f7052d4fa Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 31 Aug 2025 20:41:47 -0700
Subject: [PATCH 18/19] Bump version to 2.18.3
---
pyproject.toml | 2 +-
src-ui/package.json | 2 +-
src-ui/src/environments/environment.prod.ts | 2 +-
src/paperless/version.py | 2 +-
uv.lock | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index a31b9731d..d1e729193 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "paperless-ngx"
-version = "2.18.2"
+version = "2.18.3"
description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
readme = "README.md"
requires-python = ">=3.10"
diff --git a/src-ui/package.json b/src-ui/package.json
index 4264d4fb6..2b3062f98 100644
--- a/src-ui/package.json
+++ b/src-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "paperless-ngx-ui",
- "version": "2.18.2",
+ "version": "2.18.3",
"scripts": {
"preinstall": "npx only-allow pnpm",
"ng": "ng",
diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts
index 004bc3b22..d75870e0c 100644
--- a/src-ui/src/environments/environment.prod.ts
+++ b/src-ui/src/environments/environment.prod.ts
@@ -6,7 +6,7 @@ export const environment = {
apiVersion: '9', // match src/paperless/settings.py
appTitle: 'Paperless-ngx',
tag: 'prod',
- version: '2.18.2',
+ version: '2.18.3',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',
diff --git a/src/paperless/version.py b/src/paperless/version.py
index 0c05d54c0..93db798a0 100644
--- a/src/paperless/version.py
+++ b/src/paperless/version.py
@@ -1,6 +1,6 @@
from typing import Final
-__version__: Final[tuple[int, int, int]] = (2, 18, 2)
+__version__: Final[tuple[int, int, int]] = (2, 18, 3)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y
diff --git a/uv.lock b/uv.lock
index 3357a9c21..485fa48b8 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2007,7 +2007,7 @@ wheels = [
[[package]]
name = "paperless-ngx"
-version = "2.18.2"
+version = "2.18.3"
source = { virtual = "." }
dependencies = [
{ name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
From 9463a8fd26faf9ba4bc6d4b2860257964b066e9c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 1 Sep 2025 18:45:46 -0700
Subject: [PATCH 19/19] Documentation: Add v2.18.3 changelog (#10734)
* Changelog v2.18.3 - GHA
* Update changelog for version 2.18.3
Removed feature enhancements section and duplicate performance entry from changelog.
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
---
docs/changelog.md | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/docs/changelog.md b/docs/changelog.md
index 981129d48..ae3f29845 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,5 +1,48 @@
# Changelog
+## paperless-ngx 2.18.3
+
+### Bug Fixes
+
+- Fix: include application config language settings for dateparser auto-detection [@shamoon](https://github.com/shamoon) ([#10722](https://github.com/paperless-ngx/paperless-ngx/pull/10722))
+- Fix: hide sidebar counts during saved views organization [@shamoon](https://github.com/shamoon) ([#10716](https://github.com/paperless-ngx/paperless-ngx/pull/10716))
+- Fix: wrap long view titles in sidebar [@shamoon](https://github.com/shamoon) ([#10715](https://github.com/paperless-ngx/paperless-ngx/pull/10715))
+- Fixhancement: more saved view count refreshes [@shamoon](https://github.com/shamoon) ([#10694](https://github.com/paperless-ngx/paperless-ngx/pull/10694))
+- Fix: include pagination array items for valid openapi schema [@shamoon](https://github.com/shamoon) ([#10682](https://github.com/paperless-ngx/paperless-ngx/pull/10682))
+- Fix: prevent scroll for view name in sidebar [@shamoon](https://github.com/shamoon) ([#10676](https://github.com/paperless-ngx/paperless-ngx/pull/10676))
+- Tweak: center document close button in app frame [@shamoon](https://github.com/shamoon) ([#10661](https://github.com/paperless-ngx/paperless-ngx/pull/10661))
+- Performance: Enable virtual scrolling for large custom field selects @david-loe ([#10708](https://github.com/paperless-ngx/paperless-ngx/pull/10708))
+
+### Dependencies
+
+
+5 changes
+
+- Chore(deps): Update granian[uvloop] requirement from ~=2.4.1 to ~=2.5.1 @[dependabot[bot]](https://github.com/apps/dependabot) ([#10529](https://github.com/paperless-ngx/paperless-ngx/pull/10529))
+- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#10714](https://github.com/paperless-ngx/paperless-ngx/pull/10714))
+- docker-compose(deps): Bump library/mariadb from 11 to 12 in /docker/compose @[dependabot[bot]](https://github.com/apps/dependabot) ([#10621](https://github.com/paperless-ngx/paperless-ngx/pull/10621))
+- docker-compose(deps): Bump gotenberg/gotenberg from 8.20 to 8.22 in /docker/compose @[dependabot[bot]](https://github.com/apps/dependabot) ([#10687](https://github.com/paperless-ngx/paperless-ngx/pull/10687))
+- docker(deps): Bump astral-sh/uv from 0.8.8-python3.12-bookworm-slim to 0.8.13-python3.12-bookworm-slim @[dependabot[bot]](https://github.com/apps/dependabot) ([#10685](https://github.com/paperless-ngx/paperless-ngx/pull/10685))
+
+
+### All App Changes
+
+
+11 changes
+
+- Fix: include application config language settings for dateparser auto-detection [@shamoon](https://github.com/shamoon) ([#10722](https://github.com/paperless-ngx/paperless-ngx/pull/10722))
+- Chore(deps): Update granian[uvloop] requirement from ~=2.4.1 to ~=2.5.1 @[dependabot[bot]](https://github.com/apps/dependabot) ([#10529](https://github.com/paperless-ngx/paperless-ngx/pull/10529))
+- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#10714](https://github.com/paperless-ngx/paperless-ngx/pull/10714))
+- Fix: hide sidebar counts during saved views organization [@shamoon](https://github.com/shamoon) ([#10716](https://github.com/paperless-ngx/paperless-ngx/pull/10716))
+- Fix: wrap long view titles in sidebar [@shamoon](https://github.com/shamoon) ([#10715](https://github.com/paperless-ngx/paperless-ngx/pull/10715))
+- Performance: Enable virtual scrolling for large custom field selects @david-loe ([#10708](https://github.com/paperless-ngx/paperless-ngx/pull/10708))
+- Chore: refactor document details component [@shamoon](https://github.com/shamoon) ([#10662](https://github.com/paperless-ngx/paperless-ngx/pull/10662))
+- Fixhancement: more saved view count refreshes [@shamoon](https://github.com/shamoon) ([#10694](https://github.com/paperless-ngx/paperless-ngx/pull/10694))
+- Fix: include pagination array items for valid openapi schema [@shamoon](https://github.com/shamoon) ([#10682](https://github.com/paperless-ngx/paperless-ngx/pull/10682))
+- Fix: prevent scroll for view name in sidebar [@shamoon](https://github.com/shamoon) ([#10676](https://github.com/paperless-ngx/paperless-ngx/pull/10676))
+- Tweak: center document close button in app frame [@shamoon](https://github.com/shamoon) ([#10661](https://github.com/paperless-ngx/paperless-ngx/pull/10661))
+
+
## paperless-ngx 2.18.2
### Bug Fixes