From 2feeb1c868626e8ace22d3343410b1ecbf0deb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 00:01:18 +0100 Subject: [PATCH 1/7] New translations messages.en.xlf (English) --- translations/messages.en.xlf | 78 ++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 845c0df1..a428b0a0 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -11957,5 +11957,83 @@ Please note, that you can not impersonate a disabled user. If you try you will g Stocked amount + + + collection_type.new_element.tooltip + This element was newly created and was not persisted to the database yet. + + + + + part.merge.title + Merge part + + + + + part.merge.title.into + into + + + + + part.merge.confirm.title + Do you really want to merge <b>%other%</b> into <b>%target%</b>? + + + + + part.merge.confirm.message + <b>%other%</b> will be deleted, and the part will be saved with the shown information. + + + + + part.info.merge_modal.title + Merge parts + + + + + part.info.merge_modal.other_part + Other part + + + + + part.info.merge_modal.other_into_this + Merge other part into this one (delete other part, keep this one) + + + + + part.info.merge_modal.this_into_other + Merge this part into other one (delete this part, keep other one) + + + + + part.info.merge_btn + Merge part + + + + + part.update_part_from_info_provider.btn + Update part from info providers + + + + + info_providers.update_part.title + Update existing part from info provider + + + + + part.merge.flash.please_review + Data not saved yet. Review the changes and click save to persist the new data. + + From 64cebaba772e43f8b35ce3f4f734c6c9953d6603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 01:20:54 +0100 Subject: [PATCH 2/7] New translations messages.en.xlf (English) --- translations/messages.en.xlf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index a428b0a0..429f41b1 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -1326,7 +1326,7 @@ Sub elements will be moved upwards. permission.legend.title - Explanation of the states: + Explanation of the states @@ -12035,5 +12035,17 @@ Please note, that you can not impersonate a disabled user. If you try you will g Data not saved yet. Review the changes and click save to persist the new data. + + + user.edit.flash.permissions_fixed + Permissions required by other permissions were missing. This was corrected. Please check if the permissions are as you intended. + + + + + permission.legend.dependency_note + Please note that some permission operations depend on each other. If you encounter a warning that missing permissions were corrected and a permission was set to allow again, you have to set the dependent operation to forbid too. The dependents can normally found right of an operation. + + From a6d476f95314b878f9e02b4566c52a9fabde7d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 13:00:19 +0100 Subject: [PATCH 3/7] New translations messages.en.xlf (German) --- translations/messages.de.xlf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index 6bd2e6f7..d8533ff9 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -11953,5 +11953,11 @@ Bitte beachten Sie, dass Sie sich nicht als deaktivierter Benutzer ausgeben kön Bestand im Lager + + + part.merge.flash.please_review + Daten wurden noch nicht gespeichert. Bitte überprüfen Sie die Änderungen und klicken Sie speichern, um die Daten zu sichern. + + From d52e6b588171844ee5c495cb23426ff3cf9f0a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 14:00:18 +0100 Subject: [PATCH 4/7] New translations messages.en.xlf (German) --- translations/messages.de.xlf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index d8533ff9..adc9997e 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -11953,6 +11953,12 @@ Bitte beachten Sie, dass Sie sich nicht als deaktivierter Benutzer ausgeben kön Bestand im Lager + + + info_providers.update_part.title + Bauteil aus Informationsquelle aktualisieren + + part.merge.flash.please_review From 512947e0d018ba4e1768840897fbf714e91209d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 19:20:46 +0100 Subject: [PATCH 5/7] New translations messages.en.xlf (English) --- translations/messages.en.xlf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 429f41b1..0e995136 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12047,5 +12047,23 @@ Please note, that you can not impersonate a disabled user. If you try you will g Please note that some permission operations depend on each other. If you encounter a warning that missing permissions were corrected and a permission was set to allow again, you have to set the dependent operation to forbid too. The dependents can normally found right of an operation. + + + log.part_stock_changed.timestamp + Timestamp + + + + + part.info.withdraw_modal.timestamp + Action timestamp + + + + + part.info.withdraw_modal.timestamp.hint + This field allows you to specify the real date, when the stock operation actually was performed, and not just when it was logged. This value is saved in the extra field of the log entry. + + From d14f5964799f83a98df600f386765ee739bee73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 20:05:23 +0100 Subject: [PATCH 6/7] New translations messages.en.xlf (German) --- translations/messages.de.xlf | 102 +++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index adc9997e..f1693a09 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -11953,6 +11953,72 @@ Bitte beachten Sie, dass Sie sich nicht als deaktivierter Benutzer ausgeben kön Bestand im Lager + + + collection_type.new_element.tooltip + Dieses Element wurde neu erstellt und ist noch nicht in der Datenbank gespeichert. + + + + + part.merge.title + Führe Bauteil + + + + + part.merge.title.into + zusammen in + + + + + part.merge.confirm.title + Möchten Sie wirklich <b>%other%</b> in <b>%target%</b> zusammenführen? + + + + + part.merge.confirm.message + <b>%other%</b> wird gelöscht, und das aktuelle Bauteil wird mit den angezeigten Daten gespeichert. + + + + + part.info.merge_modal.title + Bauteile zusammenführen + + + + + part.info.merge_modal.other_part + Anderes Bauteil + + + + + part.info.merge_modal.other_into_this + Führe anderes Bauteil in diesem zusammen (anderes Bauteil löschen, dieses behalten) + + + + + part.info.merge_modal.this_into_other + Führe dieses Bauteil in anderem zusammen (dieses Bauteil löschen, anderes behalten) + + + + + part.info.merge_btn + Bauteil zusammenführen + + + + + part.update_part_from_info_provider.btn + Bauteil aus Informationsquelle aktualisieren + + info_providers.update_part.title @@ -11965,5 +12031,41 @@ Bitte beachten Sie, dass Sie sich nicht als deaktivierter Benutzer ausgeben kön Daten wurden noch nicht gespeichert. Bitte überprüfen Sie die Änderungen und klicken Sie speichern, um die Daten zu sichern. + + + user.edit.flash.permissions_fixed + Berechtigungen, die für andere Berechtigungen erforderlich sind, fehlten. Dies wurde korrigiert. Bitte prüfen Sie, ob die Berechtigungen Ihren Vorstellungen entsprechen. + + + + + permission.legend.dependency_note + Bitte beachten Sie, dass einige Berechtigungsoperationen voneinander abhängen. Wenn Sie eine Warnung erhalten, dass fehlende Berechtigungen korrigiert wurden und eine Berechtigung wieder auf erlaubt gesetzt wurde, müssen Sie die abhängige Operation ebenfalls auf verboten setzen. Die Abhängigkeiten befinden sich normalerweise rechts von einer Operation. + + + + + log.part_stock_changed.timestamp + Zeitpunkt + + + + + part.info.withdraw_modal.timestamp + Aktionszeitpunkt + + + + + part.info.withdraw_modal.timestamp.hint + In diesem Feld können Sie das tatsächliche Datum angeben, an dem die Lageroperation tatsächlich durchgeführt wurde, und nicht nur das Datum, an dem sie protokolliert wurde. Dieser Wert wird im Extrafeld des Logeintrags gespeichert. + + + + + part.info.withdraw_modal.delete_lot_if_empty + Lösche diesen Bestand, wenn er durch Operation leer wird + + From 773d0e9d203df813123ba07504e9d97d0e4bfccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Nov 2023 20:05:34 +0100 Subject: [PATCH 7/7] New translations messages.en.xlf (English) --- translations/messages.en.xlf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 0e995136..c6771ee5 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12065,5 +12065,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g This field allows you to specify the real date, when the stock operation actually was performed, and not just when it was logged. This value is saved in the extra field of the log entry. + + + part.info.withdraw_modal.delete_lot_if_empty + Delete this lot, if it becomes empty + +