Compare commits

..

2 Commits

Author SHA1 Message Date
Trenton H
18e73950fc Further updates 2025-12-04 12:54:46 -08:00
Trenton H
8ea7d6196c Takes care of all the bulk updates 2025-12-04 12:53:32 -08:00
20 changed files with 1588 additions and 1285 deletions

View File

@@ -37,7 +37,7 @@ repos:
- json - json
# See https://github.com/prettier/prettier/issues/15742 for the fork reason # See https://github.com/prettier/prettier/issues/15742 for the fork reason
- repo: https://github.com/rbubley/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: 'v3.6.2' rev: 'v3.7.4'
hooks: hooks:
- id: prettier - id: prettier
types_or: types_or:
@@ -49,7 +49,7 @@ repos:
- 'prettier-plugin-organize-imports@4.1.0' - 'prettier-plugin-organize-imports@4.1.0'
# Python hooks # Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.5 rev: v0.14.8
hooks: hooks:
- id: ruff-check - id: ruff-check
- id: ruff-format - id: ruff-format

View File

@@ -18,40 +18,40 @@ classifiers = [
dependencies = [ dependencies = [
"babel>=2.17", "babel>=2.17",
"bleach~=6.3.0", "bleach~=6.3.0",
"celery[redis]~=5.5.1", "celery[redis]~=5.6.0",
"channels~=4.2", "channels~=4.3",
"channels-redis~=4.2", "channels-redis~=4.3",
"concurrent-log-handler~=0.9.25", "concurrent-log-handler~=0.9.28",
"dateparser~=1.2", "dateparser~=1.2",
# WARNING: django does not use semver. # WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes. # Only patch versions are guaranteed to not introduce breaking changes.
"django~=5.2.5", "django==5.2.9",
"django-allauth[mfa,socialaccount]~=65.12.1", "django-allauth[mfa,socialaccount]~=65.13.1",
"django-auditlog~=3.3.0", "django-auditlog~=3.3.0",
"django-cachalot~=2.8.0", "django-cachalot~=2.8.0",
"django-celery-results~=2.6.0", "django-celery-results~=2.6.0",
"django-compression-middleware~=0.5.0", "django-compression-middleware~=0.5.0",
"django-cors-headers~=4.9.0", "django-cors-headers~=4.9.0",
"django-extensions~=4.1", "django-extensions~=4.1",
"django-filter~=25.1", "django-filter~=25.2",
"django-guardian~=3.2.0", "django-guardian~=3.2.0",
"django-multiselectfield~=1.0.1", "django-multiselectfield~=1.0.1",
"django-soft-delete~=1.0.18", "django-soft-delete~=1.0.22",
"django-treenode>=0.23.2", "django-treenode~=0.23.3",
"djangorestframework~=3.16", "djangorestframework~=3.16.1",
"djangorestframework-guardian~=0.4.0", "djangorestframework-guardian~=0.4.0",
"drf-spectacular~=0.28", "drf-spectacular~=0.29",
"drf-spectacular-sidecar~=2025.10.1", "drf-spectacular-sidecar~=2025.12.1",
"drf-writable-nested~=0.7.1", "drf-writable-nested~=0.7.2",
"filelock~=3.20.0", "filelock~=3.20.0",
"flower~=2.0.1", "flower~=2.0.1",
"gotenberg-client~=0.12.0", "gotenberg-client~=0.13.0",
"httpx-oauth~=0.16", "httpx-oauth~=0.16",
"imap-tools~=1.11.0", "imap-tools~=1.11.0",
"inotifyrecursive~=0.3", "inotifyrecursive~=0.3",
"jinja2~=3.1.5", "jinja2~=3.1.6",
"langdetect~=1.0.9", "langdetect~=1.0.9",
"nltk~=3.9.1", "nltk~=3.9.2",
"ocrmypdf~=16.12.0", "ocrmypdf~=16.12.0",
"pathvalidate~=3.3.1", "pathvalidate~=3.3.1",
"pdf2image~=1.17.0", "pdf2image~=1.17.0",
@@ -68,7 +68,7 @@ dependencies = [
"tika-client~=0.10.0", "tika-client~=0.10.0",
"tqdm~=4.67.1", "tqdm~=4.67.1",
"watchdog~=6.0", "watchdog~=6.0",
"whitenoise~=6.9", "whitenoise~=6.11",
"whoosh-reloaded>=2.7.5", "whoosh-reloaded>=2.7.5",
"zxing-cpp~=2.3.0", "zxing-cpp~=2.3.0",
] ]
@@ -80,10 +80,10 @@ optional-dependencies.postgres = [
"psycopg[c,pool]==3.2.12", "psycopg[c,pool]==3.2.12",
# Direct dependency for proper resolution of the pre-built wheels # Direct dependency for proper resolution of the pre-built wheels
"psycopg-c==3.2.12", "psycopg-c==3.2.12",
"psycopg-pool==3.2.7", "psycopg-pool==3.2.8",
] ]
optional-dependencies.webserver = [ optional-dependencies.webserver = [
"granian[uvloop]~=2.5.1", "granian[uvloop]~=2.6.0",
] ]
[dependency-groups] [dependency-groups]
@@ -140,7 +140,7 @@ typing = [
] ]
[tool.uv] [tool.uv]
required-version = ">=0.5.14" required-version = ">=0.9.0"
package = false package = false
environments = [ environments = [
"sys_platform == 'darwin'", "sys_platform == 'darwin'",

View File

@@ -892,7 +892,7 @@
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">60</context>
</context-group> </context-group>
<target state="translated">Přejít na konec</target> <target state="needs-translation">Jump to bottom</target>
</trans-unit> </trans-unit>
<trans-unit id="1255048712725285892" datatype="html"> <trans-unit id="1255048712725285892" datatype="html">
<source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source> <source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
@@ -3952,7 +3952,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">121</context> <context context-type="linenumber">121</context>
</context-group> </context-group>
<target state="translated">Předchozí týden</target> <target state="needs-translation">Previous week</target>
</trans-unit> </trans-unit>
<trans-unit id="8586908745456864217" datatype="html"> <trans-unit id="8586908745456864217" datatype="html">
<source>Previous month</source> <source>Previous month</source>
@@ -3960,7 +3960,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">135</context> <context context-type="linenumber">135</context>
</context-group> </context-group>
<target state="translated">Předchozí měsíc</target> <target state="needs-translation">Previous month</target>
</trans-unit> </trans-unit>
<trans-unit id="357608474534295480" datatype="html"> <trans-unit id="357608474534295480" datatype="html">
<source>Previous quarter</source> <source>Previous quarter</source>
@@ -3968,7 +3968,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">141</context> <context context-type="linenumber">141</context>
</context-group> </context-group>
<target state="translated">Předchozí čtvrtletí</target> <target state="needs-translation">Previous quarter</target>
</trans-unit> </trans-unit>
<trans-unit id="100513227838842152" datatype="html"> <trans-unit id="100513227838842152" datatype="html">
<source>Previous year</source> <source>Previous year</source>
@@ -3976,7 +3976,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">155</context> <context context-type="linenumber">155</context>
</context-group> </context-group>
<target state="translated">Předchozí rok</target> <target state="needs-translation">Previous year</target>
</trans-unit> </trans-unit>
<trans-unit id="8743659855412792665" datatype="html" approved="yes"> <trans-unit id="8743659855412792665" datatype="html" approved="yes">
<source>Matching algorithm</source> <source>Matching algorithm</source>

View File

@@ -886,13 +886,13 @@
</context-group> </context-group>
<target state="final">Wird geladen...</target> <target state="final">Wird geladen...</target>
</trans-unit> </trans-unit>
<trans-unit id="7831218302373733360" datatype="html" approved="yes"> <trans-unit id="7831218302373733360" datatype="html">
<source>Jump to bottom</source> <source>Jump to bottom</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">60</context>
</context-group> </context-group>
<target state="final">Nach unten</target> <target state="translated">Nach unten</target>
</trans-unit> </trans-unit>
<trans-unit id="1255048712725285892" datatype="html" approved="yes"> <trans-unit id="1255048712725285892" datatype="html" approved="yes">
<source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source> <source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
@@ -2150,21 +2150,21 @@
</context-group> </context-group>
<target state="final">Alle <x id="PH" equiv-text="tasks.size"/> Aufgaben verwerfen?</target> <target state="final">Alle <x id="PH" equiv-text="tasks.size"/> Aufgaben verwerfen?</target>
</trans-unit> </trans-unit>
<trans-unit id="3597309129998924778" datatype="html" approved="yes"> <trans-unit id="3597309129998924778" datatype="html">
<source>Error dismissing tasks</source> <source>Error dismissing tasks</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/admin/tasks/tasks.component.ts</context> <context context-type="sourcefile">src/app/components/admin/tasks/tasks.component.ts</context>
<context context-type="linenumber">161</context> <context context-type="linenumber">161</context>
</context-group> </context-group>
<target state="final">Fehler beim Verwerfen der Aufgaben</target> <target state="translated">Fehler beim Verwerfen der Aufgaben</target>
</trans-unit> </trans-unit>
<trans-unit id="2132179171926568807" datatype="html" approved="yes"> <trans-unit id="2132179171926568807" datatype="html">
<source>Error dismissing task</source> <source>Error dismissing task</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/admin/tasks/tasks.component.ts</context> <context context-type="sourcefile">src/app/components/admin/tasks/tasks.component.ts</context>
<context context-type="linenumber">170</context> <context context-type="linenumber">170</context>
</context-group> </context-group>
<target state="final">Fehler beim Verwerfen der Aufgabe</target> <target state="translated">Fehler beim Verwerfen der Aufgabe</target>
</trans-unit> </trans-unit>
<trans-unit id="9011556615675272238" datatype="html" approved="yes"> <trans-unit id="9011556615675272238" datatype="html" approved="yes">
<source>queued</source> <source>queued</source>
@@ -5674,29 +5674,29 @@
</context-group> </context-group>
<target state="final">Webhook</target> <target state="final">Webhook</target>
</trans-unit> </trans-unit>
<trans-unit id="4522609911791833187" datatype="html" approved="yes"> <trans-unit id="4522609911791833187" datatype="html">
<source>Has any of these tags</source> <source>Has any of these tags</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context>
<context context-type="linenumber">203</context> <context context-type="linenumber">203</context>
</context-group> </context-group>
<target state="final">Hat beliebige dieser Tags</target> <target state="translated">Hat beliebige dieser Tags</target>
</trans-unit> </trans-unit>
<trans-unit id="4166903555074156852" datatype="html" approved="yes"> <trans-unit id="4166903555074156852" datatype="html">
<source>Has all of these tags</source> <source>Has all of these tags</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context>
<context context-type="linenumber">210</context> <context context-type="linenumber">210</context>
</context-group> </context-group>
<target state="final">Hat alle diese Tags</target> <target state="translated">Hat alle diese Tags</target>
</trans-unit> </trans-unit>
<trans-unit id="6624363795312783141" datatype="html" approved="yes"> <trans-unit id="6624363795312783141" datatype="html">
<source>Does not have these tags</source> <source>Does not have these tags</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts</context>
<context context-type="linenumber">217</context> <context context-type="linenumber">217</context>
</context-group> </context-group>
<target state="final">Hat diese Tags nicht</target> <target state="translated">Hat diese Tags nicht</target>
</trans-unit> </trans-unit>
<trans-unit id="5281365940563983618" datatype="html" approved="yes"> <trans-unit id="5281365940563983618" datatype="html" approved="yes">
<source>Has correspondent</source> <source>Has correspondent</source>

View File

@@ -892,7 +892,7 @@
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">60</context>
</context-group> </context-group>
<target state="translated">Ugrás az oldal aljára</target> <target state="needs-translation">Jump to bottom</target>
</trans-unit> </trans-unit>
<trans-unit id="1255048712725285892" datatype="html"> <trans-unit id="1255048712725285892" datatype="html">
<source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source> <source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
@@ -3952,7 +3952,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">121</context> <context context-type="linenumber">121</context>
</context-group> </context-group>
<target state="translated">Előző hét</target> <target state="needs-translation">Previous week</target>
</trans-unit> </trans-unit>
<trans-unit id="8586908745456864217" datatype="html"> <trans-unit id="8586908745456864217" datatype="html">
<source>Previous month</source> <source>Previous month</source>
@@ -3960,7 +3960,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">135</context> <context context-type="linenumber">135</context>
</context-group> </context-group>
<target state="translated">Előző hónap</target> <target state="needs-translation">Previous month</target>
</trans-unit> </trans-unit>
<trans-unit id="357608474534295480" datatype="html"> <trans-unit id="357608474534295480" datatype="html">
<source>Previous quarter</source> <source>Previous quarter</source>
@@ -3968,7 +3968,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">141</context> <context context-type="linenumber">141</context>
</context-group> </context-group>
<target state="translated">Előző negyedév</target> <target state="needs-translation">Previous quarter</target>
</trans-unit> </trans-unit>
<trans-unit id="100513227838842152" datatype="html"> <trans-unit id="100513227838842152" datatype="html">
<source>Previous year</source> <source>Previous year</source>
@@ -3976,7 +3976,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">155</context> <context context-type="linenumber">155</context>
</context-group> </context-group>
<target state="translated">Előző év</target> <target state="needs-translation">Previous year</target>
</trans-unit> </trans-unit>
<trans-unit id="8743659855412792665" datatype="html"> <trans-unit id="8743659855412792665" datatype="html">
<source>Matching algorithm</source> <source>Matching algorithm</source>
@@ -5276,7 +5276,7 @@
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context>
<context context-type="linenumber">183</context> <context context-type="linenumber">183</context>
</context-group> </context-group>
<target state="translated">Haladó szűrők</target> <target state="needs-translation">Advanced Filters</target>
</trans-unit> </trans-unit>
<trans-unit id="910026778839409110" datatype="html"> <trans-unit id="910026778839409110" datatype="html">
<source>Add filter</source> <source>Add filter</source>
@@ -5284,7 +5284,7 @@
<context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context>
<context context-type="linenumber">190</context> <context context-type="linenumber">190</context>
</context-group> </context-group>
<target state="translated">Szűrő hozzáadása</target> <target state="needs-translation">Add filter</target>
</trans-unit> </trans-unit>
<trans-unit id="5671193617280178107" datatype="html"> <trans-unit id="5671193617280178107" datatype="html">
<source>No advanced workflow filters defined.</source> <source>No advanced workflow filters defined.</source>

View File

@@ -9831,7 +9831,7 @@
<context context-type="sourcefile">src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.html</context> <context context-type="sourcefile">src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.html</context>
<context context-type="linenumber">2</context> <context context-type="linenumber">2</context>
</context-group> </context-group>
<target state="translated">Posta processata per</target> <target state="needs-translation">Processed Mail for <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/><x id="INTERPOLATION" equiv-text="{{ rule.name }}"/><x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/></target>
</trans-unit> </trans-unit>
<trans-unit id="1991019495862291373" datatype="html"> <trans-unit id="1991019495862291373" datatype="html">
<source>No processed email messages found.</source> <source>No processed email messages found.</source>

View File

@@ -892,7 +892,7 @@
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">60</context>
</context-group> </context-group>
<target state="translated">Skoči na dno</target> <target state="needs-translation">Jump to bottom</target>
</trans-unit> </trans-unit>
<trans-unit id="1255048712725285892" datatype="html"> <trans-unit id="1255048712725285892" datatype="html">
<source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source> <source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
@@ -3952,7 +3952,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">121</context> <context context-type="linenumber">121</context>
</context-group> </context-group>
<target state="translated">Prethodna nedelja</target> <target state="needs-translation">Previous week</target>
</trans-unit> </trans-unit>
<trans-unit id="8586908745456864217" datatype="html"> <trans-unit id="8586908745456864217" datatype="html">
<source>Previous month</source> <source>Previous month</source>
@@ -3960,7 +3960,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">135</context> <context context-type="linenumber">135</context>
</context-group> </context-group>
<target state="translated">Prethodni mesec</target> <target state="needs-translation">Previous month</target>
</trans-unit> </trans-unit>
<trans-unit id="357608474534295480" datatype="html"> <trans-unit id="357608474534295480" datatype="html">
<source>Previous quarter</source> <source>Previous quarter</source>
@@ -3968,7 +3968,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">141</context> <context context-type="linenumber">141</context>
</context-group> </context-group>
<target state="translated">Prethodni kvartal</target> <target state="needs-translation">Previous quarter</target>
</trans-unit> </trans-unit>
<trans-unit id="100513227838842152" datatype="html"> <trans-unit id="100513227838842152" datatype="html">
<source>Previous year</source> <source>Previous year</source>
@@ -3976,7 +3976,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">155</context> <context context-type="linenumber">155</context>
</context-group> </context-group>
<target state="translated">Prethodna godina</target> <target state="needs-translation">Previous year</target>
</trans-unit> </trans-unit>
<trans-unit id="8743659855412792665" datatype="html"> <trans-unit id="8743659855412792665" datatype="html">
<source>Matching algorithm</source> <source>Matching algorithm</source>

View File

@@ -7172,7 +7172,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context>
<context context-type="linenumber">323</context> <context context-type="linenumber">323</context>
</context-group> </context-group>
<target state="translated">Muhataba göre filtrele</target> <target state="translated">Muhataba göre süz</target>
</trans-unit> </trans-unit>
<trans-unit id="78870852467682010" datatype="html"> <trans-unit id="78870852467682010" datatype="html">
<source>Filter by document type</source> <source>Filter by document type</source>
@@ -8130,7 +8130,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context>
<context context-type="linenumber">51</context> <context context-type="linenumber">51</context>
</context-group> </context-group>
<target state="translated">Muhatabları filtrele</target> <target state="translated">Muhataba göre süz</target>
</trans-unit> </trans-unit>
<trans-unit id="2947613869920454977" datatype="html"> <trans-unit id="2947613869920454977" datatype="html">
<source>Filter document types</source> <source>Filter document types</source>
@@ -8142,7 +8142,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context>
<context context-type="linenumber">62</context> <context context-type="linenumber">62</context>
</context-group> </context-group>
<target state="translated">Belge türlerine göre filtrele</target> <target state="translated">Belge türlerini göre filtrele</target>
</trans-unit> </trans-unit>
<trans-unit id="8816999377397522522" datatype="html"> <trans-unit id="8816999377397522522" datatype="html">
<source>Filter storage paths</source> <source>Filter storage paths</source>
@@ -8669,7 +8669,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context> <context context-type="sourcefile">src/app/components/document-list/document-card-small/document-card-small.component.html</context>
<context context-type="linenumber">43</context> <context context-type="linenumber">43</context>
</context-group> </context-group>
<target state="translated">Muhatap filtresini aç/kapat</target> <target state="translated">Muhatap süzgecini aç/kapat</target>
</trans-unit> </trans-unit>
<trans-unit id="5319701482646590642" datatype="html"> <trans-unit id="5319701482646590642" datatype="html">
<source>Toggle document type filter</source> <source>Toggle document type filter</source>
@@ -8817,7 +8817,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context>
<context context-type="linenumber">143</context> <context context-type="linenumber">143</context>
</context-group> </context-group>
<target state="translated">(filtrelendi)</target> <target state="translated">(süzüldü)</target>
</trans-unit> </trans-unit>
<trans-unit id="6849725902312323996" datatype="html"> <trans-unit id="6849725902312323996" datatype="html">
<source>Reset filters</source> <source>Reset filters</source>
@@ -8829,7 +8829,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context> <context context-type="sourcefile">src/app/components/document-list/filter-editor/filter-editor.component.html</context>
<context context-type="linenumber">107</context> <context context-type="linenumber">107</context>
</context-group> </context-group>
<target state="translated">Filtreleri sıfırla</target> <target state="translated">Süzgeçleri sıfırla</target>
</trans-unit> </trans-unit>
<trans-unit id="1559883523769732271" datatype="html"> <trans-unit id="1559883523769732271" datatype="html">
<source>Error while loading documents</source> <source>Error while loading documents</source>
@@ -9885,7 +9885,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<context context-type="sourcefile">src/app/components/manage/management-list/management-list.component.html</context> <context context-type="sourcefile">src/app/components/manage/management-list/management-list.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
</context-group> </context-group>
<target state="translated">Şuna göre filtrele:</target> <target state="translated">Şuna göre süz:</target>
</trans-unit> </trans-unit>
<trans-unit id="1383365546483928780" datatype="html"> <trans-unit id="1383365546483928780" datatype="html">
<source>Matching</source> <source>Matching</source>

View File

@@ -764,7 +764,7 @@
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">17</context> <context context-type="linenumber">17</context>
</context-group> </context-group>
<target state="translated">行</target> <target state="needs-translation">lines</target>
</trans-unit> </trans-unit>
<trans-unit id="8838884664569764142" datatype="html"> <trans-unit id="8838884664569764142" datatype="html">
<source>Auto refresh</source> <source>Auto refresh</source>
@@ -892,7 +892,7 @@
<context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context> <context context-type="sourcefile">src/app/components/admin/logs/logs.component.html</context>
<context context-type="linenumber">60</context> <context context-type="linenumber">60</context>
</context-group> </context-group>
<target state="translated">跳转到底部</target> <target state="needs-translation">Jump to bottom</target>
</trans-unit> </trans-unit>
<trans-unit id="1255048712725285892" datatype="html"> <trans-unit id="1255048712725285892" datatype="html">
<source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source> <source>Options to customize appearance, notifications and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
@@ -3952,7 +3952,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">121</context> <context context-type="linenumber">121</context>
</context-group> </context-group>
<target state="translated">上周</target> <target state="needs-translation">Previous week</target>
</trans-unit> </trans-unit>
<trans-unit id="8586908745456864217" datatype="html"> <trans-unit id="8586908745456864217" datatype="html">
<source>Previous month</source> <source>Previous month</source>
@@ -3960,7 +3960,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">135</context> <context context-type="linenumber">135</context>
</context-group> </context-group>
<target state="translated">上个月</target> <target state="needs-translation">Previous month</target>
</trans-unit> </trans-unit>
<trans-unit id="357608474534295480" datatype="html"> <trans-unit id="357608474534295480" datatype="html">
<source>Previous quarter</source> <source>Previous quarter</source>
@@ -3968,7 +3968,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">141</context> <context context-type="linenumber">141</context>
</context-group> </context-group>
<target state="translated">上个季度</target> <target state="needs-translation">Previous quarter</target>
</trans-unit> </trans-unit>
<trans-unit id="100513227838842152" datatype="html"> <trans-unit id="100513227838842152" datatype="html">
<source>Previous year</source> <source>Previous year</source>
@@ -3976,7 +3976,7 @@
<context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context> <context context-type="sourcefile">src/app/components/common/dates-dropdown/dates-dropdown.component.ts</context>
<context context-type="linenumber">155</context> <context context-type="linenumber">155</context>
</context-group> </context-group>
<target state="translated">上年</target> <target state="needs-translation">Previous year</target>
</trans-unit> </trans-unit>
<trans-unit id="8743659855412792665" datatype="html"> <trans-unit id="8743659855412792665" datatype="html">
<source>Matching algorithm</source> <source>Matching algorithm</source>
@@ -8735,7 +8735,7 @@
<context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context> <context context-type="sourcefile">src/app/components/document-list/document-list.component.html</context>
<context context-type="linenumber">18</context> <context context-type="linenumber">18</context>
</context-group> </context-group>
<target state="translated">选择:</target> <target state="needs-translation">Select:</target>
</trans-unit> </trans-unit>
<trans-unit id="6252070156626006029" datatype="html"> <trans-unit id="6252070156626006029" datatype="html">
<source>None</source> <source>None</source>

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-03 00:36\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-02 12:16\n" "PO-Revision-Date: 2025-11-22 12:12\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"Language: de_DE\n" "Language: de_DE\n"
@@ -862,7 +862,7 @@ msgstr "hat alle diese Tags"
#: documents/models.py:1079 #: documents/models.py:1079
msgid "does not have these tag(s)" msgid "does not have these tag(s)"
msgstr "hat diese Tags nicht" msgstr "hat diese Tags nicht)"
#: documents/models.py:1087 #: documents/models.py:1087
msgid "has this document type" msgid "has this document type"
@@ -890,7 +890,7 @@ msgstr "hat diese Speicherpfade nicht"
#: documents/models.py:1128 #: documents/models.py:1128
msgid "filter custom field query" msgid "filter custom field query"
msgstr "Benutzerdefinierte Feldabfrage filtern" msgstr "Filtere nach benutzerdefiniertem Feld"
#: documents/models.py:1131 #: documents/models.py:1131
msgid "JSON-encoded custom field query expression." msgid "JSON-encoded custom field query expression."

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-04 00:37\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Persian\n" "Language-Team: Persian\n"
"Language: fa_IR\n" "Language: fa_IR\n"
@@ -31,7 +31,7 @@ msgstr "Invalid custom field query expression"
#: documents/filters.py:424 #: documents/filters.py:424
msgid "Invalid expression list. Must be nonempty." msgid "Invalid expression list. Must be nonempty."
msgstr "لیست عبارت‌ها نامعتبر است. نباید خالی باشد." msgstr ""
#: documents/filters.py:445 #: documents/filters.py:445
msgid "Invalid logical operator {op!r}" msgid "Invalid logical operator {op!r}"
@@ -51,7 +51,7 @@ msgstr ""
#: documents/filters.py:669 documents/models.py:135 #: documents/filters.py:669 documents/models.py:135
msgid "Maximum nesting depth exceeded." msgid "Maximum nesting depth exceeded."
msgstr "حداکثر عمق تودرتویی بیش از حد مجاز است." msgstr ""
#: documents/filters.py:854 #: documents/filters.py:854
msgid "Custom field not found" msgid "Custom field not found"
@@ -79,7 +79,7 @@ msgstr "مطابقت دقیق"
#: documents/models.py:59 documents/models.py:987 #: documents/models.py:59 documents/models.py:987
msgid "Regular expression" msgid "Regular expression"
msgstr "عبارت باقاعده" msgstr ""
#: documents/models.py:60 documents/models.py:988 #: documents/models.py:60 documents/models.py:988
msgid "Fuzzy word" msgid "Fuzzy word"
@@ -136,11 +136,11 @@ msgstr "برچسب ها"
#: documents/models.py:123 #: documents/models.py:123
msgid "Cannot set itself as parent." msgid "Cannot set itself as parent."
msgstr "نمی‌تواند خودش را به عنوان والد تنظیم کند." msgstr ""
#: documents/models.py:125 #: documents/models.py:125
msgid "Cannot set parent to a descendant." msgid "Cannot set parent to a descendant."
msgstr "نمی‌توان والد را به یک فرزند یا عضو پایین‌تر در سلسله‌مراتب تنظیم کرد." msgstr ""
#: documents/models.py:142 documents/models.py:190 #: documents/models.py:142 documents/models.py:190
msgid "document type" msgid "document type"
@@ -758,7 +758,7 @@ msgstr "انتخاب کردن"
#: documents/models.py:795 #: documents/models.py:795
msgid "Long Text" msgid "Long Text"
msgstr "متن طولانی" msgstr ""
#: documents/models.py:807 #: documents/models.py:807
msgid "data type" msgid "data type"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-02 12:16\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"Language: hu_HU\n" "Language: hu_HU\n"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-03 12:15\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"Language: id_ID\n" "Language: id_ID\n"
@@ -136,11 +136,11 @@ msgstr "label"
#: documents/models.py:123 #: documents/models.py:123
msgid "Cannot set itself as parent." msgid "Cannot set itself as parent."
msgstr "Tidak dapat menetapkan dirinya sebagai induk." msgstr ""
#: documents/models.py:125 #: documents/models.py:125
msgid "Cannot set parent to a descendant." msgid "Cannot set parent to a descendant."
msgstr "Tidak dapat menetapkan induk ke keturunan." msgstr ""
#: documents/models.py:142 documents/models.py:190 #: documents/models.py:142 documents/models.py:190
msgid "document type" msgid "document type"
@@ -858,11 +858,11 @@ msgstr "memiliki label(-label) ini"
#: documents/models.py:1072 #: documents/models.py:1072
msgid "has all of these tag(s)" msgid "has all of these tag(s)"
msgstr "memiliki semua label ini" msgstr ""
#: documents/models.py:1079 #: documents/models.py:1079
msgid "does not have these tag(s)" msgid "does not have these tag(s)"
msgstr "tidak memiliki semua label ini" msgstr ""
#: documents/models.py:1087 #: documents/models.py:1087
msgid "has this document type" msgid "has this document type"
@@ -870,7 +870,7 @@ msgstr "memiliki jenis dokumen ini"
#: documents/models.py:1094 #: documents/models.py:1094
msgid "does not have these document type(s)" msgid "does not have these document type(s)"
msgstr "tidak memiliki semua tipe dokumen ini" msgstr ""
#: documents/models.py:1102 #: documents/models.py:1102
msgid "has this correspondent" msgid "has this correspondent"
@@ -878,15 +878,15 @@ msgstr "memiliki koresponden ini"
#: documents/models.py:1109 #: documents/models.py:1109
msgid "does not have these correspondent(s)" msgid "does not have these correspondent(s)"
msgstr "tidak memiliki koresponden ini" msgstr ""
#: documents/models.py:1117 #: documents/models.py:1117
msgid "has this storage path" msgid "has this storage path"
msgstr "memiliki jalur penyimpanan ini" msgstr ""
#: documents/models.py:1124 #: documents/models.py:1124
msgid "does not have these storage path(s)" msgid "does not have these storage path(s)"
msgstr "tidak memiliki jalur penyimpanan ini" msgstr ""
#: documents/models.py:1128 #: documents/models.py:1128
msgid "filter custom field query" msgid "filter custom field query"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-05 00:37\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"Language: it_IT\n" "Language: it_IT\n"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-04 00:37\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"Language: ro_RO\n" "Language: ro_RO\n"
@@ -136,7 +136,7 @@ msgstr "etichete"
#: documents/models.py:123 #: documents/models.py:123
msgid "Cannot set itself as parent." msgid "Cannot set itself as parent."
msgstr "Nu se poate seta ca părinte." msgstr ""
#: documents/models.py:125 #: documents/models.py:125
msgid "Cannot set parent to a descendant." msgid "Cannot set parent to a descendant."
@@ -450,7 +450,7 @@ msgstr "query fulltext"
#: documents/models.py:526 #: documents/models.py:526
msgid "more like this" msgid "more like this"
msgstr "mai multe ca aceasta" msgstr ""
#: documents/models.py:527 #: documents/models.py:527
msgid "has tags in" msgid "has tags in"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-03 00:36\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Serbian (Latin)\n" "Language-Team: Serbian (Latin)\n"
"Language: sr_CS\n" "Language: sr_CS\n"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-02 12:16\n" "PO-Revision-Date: 2025-11-25 12:16\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"Language: tr_TR\n" "Language: tr_TR\n"

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n" "POT-Creation-Date: 2025-11-14 16:09+0000\n"
"PO-Revision-Date: 2025-12-05 12:15\n" "PO-Revision-Date: 2025-11-14 16:11\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"Language: zh_CN\n" "Language: zh_CN\n"

2685
uv.lock generated

File diff suppressed because it is too large Load Diff