From 46206dc683addb11c7114b109042b59ecb640045 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 4 Dec 2024 11:43:49 -0800
Subject: [PATCH] Translation stuff
---
src-ui/messages.xlf | 23 ++++++++++++-------
...tom-fields-bulk-edit-dialog.component.html | 12 ++++++++--
...ustom-fields-bulk-edit-dialog.component.ts | 2 +-
3 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 08688cc51..b0cb1942e 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -596,7 +596,7 @@
src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
- 94
+ 102
src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html
@@ -1444,7 +1444,7 @@
src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
- 93
+ 101
src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html
@@ -6932,7 +6932,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 860
+ 859
@@ -7178,21 +7178,28 @@
Bulk operation executed successfully
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 850
+ 849
+
+
+
+ {VAR_PLURAL, plural, =1 {Set custom fields for 1 document} other {Set custom fields for documents}}
+
+ src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
+ 3,7
Select custom fields
src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
- 12
+ 16
-
- This operation will also remove custom field(s) from the selected documents.
+
+ {VAR_PLURAL, plural, =1 {This operation will also remove 1 custom field from the selected documents.} other {This operation will also remove custom fields from the selected documents.}}
src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
- 91
+ 95,99
diff --git a/src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html b/src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
index ff6a7e32c..ce7478992 100644
--- a/src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
+++ b/src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
@@ -1,6 +1,10 @@