diff --git a/pyproject.toml b/pyproject.toml
index 8a788eb80..c5b0e0cfd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "paperless-ngx"
-version = "2.19.1"
+version = "2.19.2"
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/messages.xlf b/src-ui/messages.xlf
index ee5d0c7a6..8eb325858 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2127,7 +2127,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3019,7 +3019,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4441,7 +4441,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
@@ -7385,28 +7385,28 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
diff --git a/src-ui/package.json b/src-ui/package.json
index ab3e016a8..d105d3188 100644
--- a/src-ui/package.json
+++ b/src-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "paperless-ngx-ui",
- "version": "2.19.1",
+ "version": "2.19.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"ng": "ng",
diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html
index 5f0260529..2323929d1 100644
--- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html
+++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html
@@ -96,9 +96,11 @@
-
+ @if (emailEnabled) {
+
+ }
diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts
index 49877b470..4d66335fe 100644
--- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts
+++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -904,6 +904,10 @@ export class BulkEditorComponent
})
}
+ public get emailEnabled(): boolean {
+ return this.settings.get(SETTINGS_KEYS.EMAIL_ENABLED)
+ }
+
emailSelected() {
const allHaveArchiveVersion = this.list.documents
.filter((d) => this.list.selected.has(d.id))
diff --git a/src-ui/src/app/components/manage/management-list/management-list.component.ts b/src-ui/src/app/components/manage/management-list/management-list.component.ts
index 6b235123a..60c524c28 100644
--- a/src-ui/src/app/components/manage/management-list/management-list.component.ts
+++ b/src-ui/src/app/components/manage/management-list/management-list.component.ts
@@ -146,7 +146,7 @@ export abstract class ManagementListComponent
}
public getOriginalObject(object: T): T {
- return this.unfilteredData.find((d) => d.id == object.id)
+ return this.unfilteredData.find((d) => d?.id == object?.id) || object
}
reloadData(extraParams: { [key: string]: any } = null) {
diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts
index 3885ab81a..914c41663 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.19.1',
+ version: '2.19.2',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',
diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf
index ad14fbbdf..ef8a374d8 100644
--- a/src-ui/src/locale/messages.af_ZA.xlf
+++ b/src-ui/src/locale/messages.af_ZA.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-pos
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Sluit in:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf
index 3c1206ec3..1ec286b67 100644
--- a/src-ui/src/locale/messages.ar_AR.xlf
+++ b/src-ui/src/locale/messages.ar_AR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
البريد الإلكتروني
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
يحتوي على:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
الملفات المؤرشفة
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
الملفات الأصلية
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
استخدام اسم الملف المنسق
diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf
index 6a1f6ed18..de1dd0a86 100644
--- a/src-ui/src/locale/messages.be_BY.xlf
+++ b/src-ui/src/locale/messages.be_BY.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf
index c1c8cb41c..ef2d37a63 100644
--- a/src-ui/src/locale/messages.bg_BG.xlf
+++ b/src-ui/src/locale/messages.bg_BG.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Имейл
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Включете:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Архивирани файлове
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Оригинални файлове
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Използвайте форматирано име на файл
diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf
index 2fe918cba..4e697795a 100644
--- a/src-ui/src/locale/messages.ca_ES.xlf
+++ b/src-ui/src/locale/messages.ca_ES.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Inclou:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Arxius arxivats
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Fitxers originals
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Utilitza nom arxiu formatat
diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf
index 439ce7ce2..c7d20b7d6 100644
--- a/src-ui/src/locale/messages.cs_CZ.xlf
+++ b/src-ui/src/locale/messages.cs_CZ.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Zahrnout:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archivované soubory
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Původní soubory
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Použít formátovaný název souboru
diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf
index aa2578fc7..96b6d9601 100644
--- a/src-ui/src/locale/messages.da_DK.xlf
+++ b/src-ui/src/locale/messages.da_DK.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf
index 22e6b05b3..7c8576499 100644
--- a/src-ui/src/locale/messages.de_DE.xlf
+++ b/src-ui/src/locale/messages.de_DE.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-Mail
@@ -5716,7 +5716,7 @@
src/app/components/common/email-document-dialog/email-document-dialog.component.html
2,6
- {VAR_PLURAL, plural, =1 {Document mailen} other { Dokumente mailen}}
+ {VAR_PLURAL, plural, =1 {Dokument mailen} other { Dokumente mailen}}
Email address(es)
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Einschließen:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archivierte Dateien
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Originaldateien
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Verwende formatierten Dateinamen
diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf
index 9e38a7704..ef655240d 100644
--- a/src-ui/src/locale/messages.el_GR.xlf
+++ b/src-ui/src/locale/messages.el_GR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Συμπερίληψη:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf
index 1f630186d..6dea592a9 100644
--- a/src-ui/src/locale/messages.es_ES.xlf
+++ b/src-ui/src/locale/messages.es_ES.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Incluir:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archivos archivados
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Archivos originales
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Usar nombre de archivo formateado
diff --git a/src-ui/src/locale/messages.et_EE.xlf b/src-ui/src/locale/messages.et_EE.xlf
index f92eb2192..3f90c3e69 100644
--- a/src-ui/src/locale/messages.et_EE.xlf
+++ b/src-ui/src/locale/messages.et_EE.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.fa_IR.xlf b/src-ui/src/locale/messages.fa_IR.xlf
index bef38dd9d..7cb589bb8 100644
--- a/src-ui/src/locale/messages.fa_IR.xlf
+++ b/src-ui/src/locale/messages.fa_IR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
ایمیل
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
شامل:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
پرونده های بایگانی شده
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
پرونده های اصلی
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
از نام پرونده فرمت شده استفاده کنید
diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf
index 15e517d78..523cad704 100644
--- a/src-ui/src/locale/messages.fi_FI.xlf
+++ b/src-ui/src/locale/messages.fi_FI.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Sähköposti
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Sisällytä:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Arkistoidut tiedostot
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Alkuperäiset tiedostot
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Käytä muotoiltua tiedostonimeä
diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf
index 3fb20a7d8..612b8f297 100644
--- a/src-ui/src/locale/messages.fr_FR.xlf
+++ b/src-ui/src/locale/messages.fr_FR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Adresse électronique
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Inclure :
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Fichiers archivés
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Fichiers originaux
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Utiliser le nom de fichier formaté
diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf
index 437f90134..3b5a9a2ce 100644
--- a/src-ui/src/locale/messages.he_IL.xlf
+++ b/src-ui/src/locale/messages.he_IL.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
דוא"ל
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
כולל:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
קובצי ארכיון
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
קבצים מקוריים
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
השתמש בשם קובץ מפורמט
diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf
index 604d64132..7b4b9f160 100644
--- a/src-ui/src/locale/messages.hr_HR.xlf
+++ b/src-ui/src/locale/messages.hr_HR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Uključi:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf
index dad8a0087..d97fa576d 100644
--- a/src-ui/src/locale/messages.hu_HU.xlf
+++ b/src-ui/src/locale/messages.hu_HU.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Tartalmazza:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archivált fájlok
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Eredeti fájlok
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Formázott fájlnév használata
diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf
index 87340aea8..8d4a6e53c 100644
--- a/src-ui/src/locale/messages.id_ID.xlf
+++ b/src-ui/src/locale/messages.id_ID.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Surel
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Sertakan:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Berkas terarsip
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Berkas asli
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Gunakan nama berkas terformat
diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf
index 6435b3eed..e5f831fe9 100644
--- a/src-ui/src/locale/messages.it_IT.xlf
+++ b/src-ui/src/locale/messages.it_IT.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Includere:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
File archiviati
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
File originali
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Usa nome file formattato
diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf
index 755badfca..7acdaef6c 100644
--- a/src-ui/src/locale/messages.ja_JP.xlf
+++ b/src-ui/src/locale/messages.ja_JP.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
メールアドレス
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
以下を含める:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
アーカイブされたファイル
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
元のファイル
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
フォーマット済みのファイル名を使用
diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf
index 2aeda03a4..f21f8d0d9 100644
--- a/src-ui/src/locale/messages.ko_KR.xlf
+++ b/src-ui/src/locale/messages.ko_KR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
이메일
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
포함:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
보관된 파일
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
원본 파일
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
형식화된 파일명 사용
diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf
index 8b962f432..11f66b352 100644
--- a/src-ui/src/locale/messages.lb_LU.xlf
+++ b/src-ui/src/locale/messages.lb_LU.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.lt_LT.xlf b/src-ui/src/locale/messages.lt_LT.xlf
index 9d7b51f60..577c25bf8 100644
--- a/src-ui/src/locale/messages.lt_LT.xlf
+++ b/src-ui/src/locale/messages.lt_LT.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf
index 52e9bec21..c33e7a1ff 100644
--- a/src-ui/src/locale/messages.lv_LV.xlf
+++ b/src-ui/src/locale/messages.lv_LV.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-pasts
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.ms_MY.xlf b/src-ui/src/locale/messages.ms_MY.xlf
index a310705c4..bbea582f5 100644
--- a/src-ui/src/locale/messages.ms_MY.xlf
+++ b/src-ui/src/locale/messages.ms_MY.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf
index b25a81921..5e4cf8381 100644
--- a/src-ui/src/locale/messages.nl_NL.xlf
+++ b/src-ui/src/locale/messages.nl_NL.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mailadres
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Inclusief:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Gearchiveerde bestanden
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Originele bestanden
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Gebruik geformatteerde bestandsnaam
diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf
index 4b9c17651..e7ed768fd 100644
--- a/src-ui/src/locale/messages.no_NO.xlf
+++ b/src-ui/src/locale/messages.no_NO.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-post
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Inkluder:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf
index 8702a99d1..64cd27b92 100644
--- a/src-ui/src/locale/messages.pl_PL.xlf
+++ b/src-ui/src/locale/messages.pl_PL.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Adres e-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Zawrzyj:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Zarchiwizowane pliki
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Oryginalne pliki
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Użyj sformatowanej nazwy pliku
diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf
index 60e125124..ccdd4cbfe 100644
--- a/src-ui/src/locale/messages.pt_BR.xlf
+++ b/src-ui/src/locale/messages.pt_BR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Incluir:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Arquivos arquivados
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Arquivos originais
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Usar nome do arquivo formatado
diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf
index 219e2f1be..8fd38251e 100644
--- a/src-ui/src/locale/messages.pt_PT.xlf
+++ b/src-ui/src/locale/messages.pt_PT.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Incluir:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf
index 0499ca68f..32f2ddc2d 100644
--- a/src-ui/src/locale/messages.ro_RO.xlf
+++ b/src-ui/src/locale/messages.ro_RO.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Poștă electronică
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf
index c5d1a3ebf..21ba8a2b9 100644
--- a/src-ui/src/locale/messages.ru_RU.xlf
+++ b/src-ui/src/locale/messages.ru_RU.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Электронная почта
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Включить:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Архивные файлы
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Исходные файлы
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Использовать форматированное имя файла
diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf
index 55183960e..f520d78aa 100644
--- a/src-ui/src/locale/messages.sk_SK.xlf
+++ b/src-ui/src/locale/messages.sk_SK.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-mail
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Zahrnúť:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf
index 60b0f1118..ddc747dbf 100644
--- a/src-ui/src/locale/messages.sl_SI.xlf
+++ b/src-ui/src/locale/messages.sl_SI.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-pošta
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Vključi:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Arhivirane datoteke
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Izvirne datoteke
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Uporaba formatiranega imena datoteke
diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf
index d881c6f5e..dbfda8b75 100644
--- a/src-ui/src/locale/messages.sr_CS.xlf
+++ b/src-ui/src/locale/messages.sr_CS.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Imejl
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Uključi:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Arhivski fajlovi
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Originalni fajlovi
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Koristi formatirani naziv fajla
diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf
index 18df78b6d..ef55ca67c 100644
--- a/src-ui/src/locale/messages.sv_SE.xlf
+++ b/src-ui/src/locale/messages.sv_SE.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-post
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Inkludera:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf
index 5c4f1cbd9..1f5f76038 100644
--- a/src-ui/src/locale/messages.th_TH.xlf
+++ b/src-ui/src/locale/messages.th_TH.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
อีเมล
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
รวม:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf
index 97cee5d52..9dd81c3f1 100644
--- a/src-ui/src/locale/messages.tr_TR.xlf
+++ b/src-ui/src/locale/messages.tr_TR.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4848,7 +4848,7 @@ tüm krite
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
E-posta
@@ -6086,11 +6086,11 @@ tüm krite
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8148,7 +8148,7 @@ tüm krite
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Include:
@@ -8156,7 +8156,7 @@ tüm krite
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Archived files
@@ -8164,7 +8164,7 @@ tüm krite
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Original files
@@ -8172,7 +8172,7 @@ tüm krite
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Use formatted filename
diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf
index cde42194c..c0139391a 100644
--- a/src-ui/src/locale/messages.uk_UA.xlf
+++ b/src-ui/src/locale/messages.uk_UA.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Ел. пошта
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Включити:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Архівовані файли
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Оригінальні файли
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Використовувати відформатовану назву файлу
diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf
index ffdaa3ed4..f2ffd3f97 100644
--- a/src-ui/src/locale/messages.vi_VN.xlf
+++ b/src-ui/src/locale/messages.vi_VN.xlf
@@ -2700,7 +2700,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3803,7 +3803,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -5685,7 +5685,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Thư điện tử
@@ -7153,11 +7153,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -9614,7 +9614,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
Bao gồm:
@@ -9624,7 +9624,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
Các tập tin được lưu trữ
@@ -9634,7 +9634,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
Tệp gốc
@@ -9644,7 +9644,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
Sử dụng tên tệp định dạng
diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf
index 6157b3d52..62d212388 100644
--- a/src-ui/src/locale/messages.zh_CN.xlf
+++ b/src-ui/src/locale/messages.zh_CN.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
Email
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
包含:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
归档文件
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
原始文件
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
使用格式化文件名
diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf
index 859391145..04851f9a3 100644
--- a/src-ui/src/locale/messages.zh_TW.xlf
+++ b/src-ui/src/locale/messages.zh_TW.xlf
@@ -2310,7 +2310,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 143
+ 145
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -3270,7 +3270,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 115
+ 117
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4846,7 +4846,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 100
+ 101
電子郵件
@@ -6084,11 +6084,11 @@
src/app/components/common/tag/tag.component.html
- 14
+ 20
src/app/components/common/tag/tag.component.html
- 17
+ 23
src/app/pipes/object-name.pipe.ts
@@ -8146,7 +8146,7 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 121
+ 123
包含:
@@ -8154,7 +8154,7 @@
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125
+ 127
封存檔案
@@ -8162,7 +8162,7 @@
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 129
+ 131
原始檔案
@@ -8170,7 +8170,7 @@
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 134
+ 136
使用格式化檔案名稱
diff --git a/src/documents/migrations/1073_migrate_workflow_title_jinja.py b/src/documents/migrations/1073_migrate_workflow_title_jinja.py
index 3f5689629..c3f929eff 100644
--- a/src/documents/migrations/1073_migrate_workflow_title_jinja.py
+++ b/src/documents/migrations/1073_migrate_workflow_title_jinja.py
@@ -35,15 +35,13 @@ class Migration(migrations.Migration):
operations = [
migrations.AlterField(
- model_name="WorkflowAction",
+ model_name="workflowaction",
name="assign_title",
field=models.TextField(
- null=True,
blank=True,
- help_text=(
- "Assign a document title, can be a JINJA2 template, "
- "see documentation.",
- ),
+ help_text="Assign a document title, must be a Jinja2 template, see documentation.",
+ null=True,
+ verbose_name="assign title",
),
),
migrations.RunPython(
diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po
index e0ae70264..6841d256d 100644
--- a/src/locale/de_DE/LC_MESSAGES/django.po
+++ b/src/locale/de_DE/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-22 18:15+0000\n"
-"PO-Revision-Date: 2025-10-22 18:18\n"
+"PO-Revision-Date: 2025-10-23 00:34\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
diff --git a/src/locale/uk_UA/LC_MESSAGES/django.po b/src/locale/uk_UA/LC_MESSAGES/django.po
index 56f9853e2..28ab14c76 100644
--- a/src/locale/uk_UA/LC_MESSAGES/django.po
+++ b/src/locale/uk_UA/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-22 18:15+0000\n"
-"PO-Revision-Date: 2025-10-22 18:18\n"
+"PO-Revision-Date: 2025-10-23 12:14\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
@@ -23,7 +23,7 @@ msgstr "Документи"
#: documents/filters.py:386
msgid "Value must be valid JSON."
-msgstr ""
+msgstr "Значення має бути коректним JSON."
#: documents/filters.py:405
msgid "Invalid custom field query expression"
diff --git a/src/paperless/version.py b/src/paperless/version.py
index 2f7315f71..4eae46a66 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, 19, 1)
+__version__: Final[tuple[int, int, int]] = (2, 19, 2)
# 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 f5726d307..bfdb884c9 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2152,7 +2152,7 @@ wheels = [
[[package]]
name = "paperless-ngx"
-version = "2.19.1"
+version = "2.19.2"
source = { virtual = "." }
dependencies = [
{ name = "azure-ai-documentintelligence", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },