Compare commits

..

1 Commits

Author SHA1 Message Date
Crowdin Bot
1d7443f646 New Crowdin translations by GitHub Action 2025-03-26 12:13:07 +00:00
4 changed files with 28 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ dependencies = [
"dateparser~=1.2",
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
"django~=5.1.7",
"django~=5.1.6",
"django-allauth[socialaccount,mfa]~=65.4.0",
"django-auditlog~=3.0.0",
"django-celery-results~=2.5.1",

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-11 13:33-0700\n"
"PO-Revision-Date: 2025-03-18 12:12\n"
"PO-Revision-Date: 2025-03-26 12:12\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
@@ -1184,7 +1184,7 @@ msgstr "Ungültige Variable erkannt."
#: documents/templates/account/account_inactive.html:5
msgid "Paperless-ngx account inactive"
msgstr "Papierlos-ngx-Konto inaktiv"
msgstr "Paperless-ngx Konto inaktiv"
#: documents/templates/account/account_inactive.html:9
msgid "Account inactive."

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-11 13:33-0700\n"
"PO-Revision-Date: 2025-03-11 20:35\n"
"PO-Revision-Date: 2025-03-24 12:13\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"Language: no_NO\n"
@@ -55,7 +55,7 @@ msgstr ""
#: documents/filters.py:827
msgid "Custom field not found"
msgstr ""
msgstr "Egendefinert felt ble ikke funnet"
#: documents/models.py:36 documents/models.py:710
msgid "owner"
@@ -196,11 +196,11 @@ msgstr "Sjekksummen av det arkiverte dokumentet."
#: documents/models.py:205
msgid "page count"
msgstr ""
msgstr "antall sider"
#: documents/models.py:212
msgid "The number of pages of the document."
msgstr ""
msgstr "Antall sider i dokumentet."
#: documents/models.py:216 documents/models.py:630 documents/models.py:668
#: documents/models.py:739 documents/models.py:797
@@ -318,7 +318,7 @@ msgstr "ASN"
#: documents/models.py:395
msgid "Pages"
msgstr ""
msgstr "Sider"
#: documents/models.py:401
msgid "show on dashboard"
@@ -526,7 +526,7 @@ msgstr "har ikke egendefinert felt"
#: documents/models.py:489
msgid "custom fields query"
msgstr ""
msgstr "egendefinerte felt spørring"
#: documents/models.py:490
msgid "created to"
@@ -566,15 +566,15 @@ msgstr "filtrer regler"
#: documents/models.py:534
msgid "Auto Task"
msgstr ""
msgstr "Automatisk oppgave"
#: documents/models.py:535
msgid "Scheduled Task"
msgstr ""
msgstr "Planlagt oppgave"
#: documents/models.py:536
msgid "Manual Task"
msgstr ""
msgstr "Manuell oppgave"
#: documents/models.py:539
msgid "Consume File"
@@ -590,7 +590,7 @@ msgstr ""
#: documents/models.py:542
msgid "Index Optimize"
msgstr ""
msgstr "index optimalisering"
#: documents/models.py:547
msgid "Task ID"
@@ -622,7 +622,7 @@ msgstr "Oppgavenavn"
#: documents/models.py:569
msgid "Name of the task that was run"
msgstr ""
msgstr "Navn på oppgaven som ble kjørt"
#: documents/models.py:576
msgid "Task State"
@@ -666,11 +666,11 @@ msgstr "Dataene returnert av oppgaven"
#: documents/models.py:614
msgid "Task Type"
msgstr ""
msgstr "Oppgave type"
#: documents/models.py:615
msgid "The type of task that was run"
msgstr ""
msgstr "Type oppgave som ble utført"
#: documents/models.py:626
msgid "Note for the document"
@@ -722,7 +722,7 @@ msgstr "URL"
#: documents/models.py:730
msgid "Date"
msgstr ""
msgstr "Dato"
#: documents/models.py:731
msgid "Boolean"
@@ -746,7 +746,7 @@ msgstr "Dokument lenke"
#: documents/models.py:736
msgid "Select"
msgstr ""
msgstr "Velg"
#: documents/models.py:748
msgid "data type"
@@ -790,7 +790,7 @@ msgstr "Dokument oppdatert"
#: documents/models.py:932
msgid "Scheduled"
msgstr ""
msgstr "Planlagt"
#: documents/models.py:935
msgid "Consume Folder"
@@ -806,15 +806,15 @@ msgstr "Epost-henting"
#: documents/models.py:938
msgid "Web UI"
msgstr ""
msgstr "Web UI"
#: documents/models.py:943
msgid "Modified"
msgstr ""
msgstr "Endret"
#: documents/models.py:944
msgid "Custom Field"
msgstr ""
msgstr "Egendefinerte felt"
#: documents/models.py:947
msgid "Workflow Trigger Type"
@@ -898,7 +898,7 @@ msgstr ""
#: documents/models.py:1075
msgid "email subject"
msgstr ""
msgstr "e-post emne"
#: documents/models.py:1079
msgid "The subject of the email, can include some placeholders, see documentation."
@@ -906,7 +906,7 @@ msgstr ""
#: documents/models.py:1085
msgid "email body"
msgstr ""
msgstr "epost innhold"
#: documents/models.py:1088
msgid "The body (message) of the email, can include some placeholders, see documentation."

8
uv.lock generated
View File

@@ -618,15 +618,15 @@ wheels = [
[[package]]
name = "django"
version = "5.1.7"
version = "5.1.6"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "asgiref", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
{ name = "sqlparse", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/5f/57/11186e493ddc5a5e92cc7924a6363f7d4c2b645f7d7cb04a26a63f9bfb8b/Django-5.1.7.tar.gz", hash = "sha256:30de4ee43a98e5d3da36a9002f287ff400b43ca51791920bfb35f6917bfe041c", size = 10716510 }
sdist = { url = "https://files.pythonhosted.org/packages/6d/e4/901f54ee114a080371a49bd08fa688d301aaffd9751febaf4ae855fc8fcd/Django-5.1.6.tar.gz", hash = "sha256:1e39eafdd1b185e761d9fab7a9f0b9fa00af1b37b25ad980a8aa0dac13535690", size = 10700620 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/ba/0f/7e042df3d462d39ae01b27a09ee76653692442bc3701fbfa6cb38e12889d/Django-5.1.7-py3-none-any.whl", hash = "sha256:1323617cb624add820cb9611cdcc788312d250824f92ca6048fda8625514af2b", size = 8276912 },
{ url = "https://files.pythonhosted.org/packages/75/6f/d2c216d00975e2604b10940937b0ba6b2c2d9b3cc0cc633e414ae3f14b2e/Django-5.1.6-py3-none-any.whl", hash = "sha256:8d203400bc2952fbfb287c2bbda630297d654920c72a73cc82a9ad7926feaad5", size = 8277066 },
]
[[package]]
@@ -1991,7 +1991,7 @@ requires-dist = [
{ name = "channels-redis", specifier = "~=4.2" },
{ name = "concurrent-log-handler", specifier = "~=0.9.25" },
{ name = "dateparser", specifier = "~=1.2" },
{ name = "django", specifier = "~=5.1.7" },
{ name = "django", specifier = "~=5.1.6" },
{ name = "django-allauth", extras = ["socialaccount", "mfa"], specifier = "~=65.4.0" },
{ name = "django-auditlog", specifier = "~=3.0.0" },
{ name = "django-celery-results", specifier = "~=2.5.1" },