From a06d1cf75b853d0414813166baabb4b1a1b60732 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 4 Nov 2025 11:31:37 +0000 Subject: [PATCH] Approval in backend --- backend/ar/settings.json | 2 +- backend/cs/settings.json | 2 +- backend/de/settings.json | 10 +++++----- backend/dsb/settings.json | 2 +- backend/en/settings.json | 2 +- backend/es/settings.json | 2 +- backend/fr/settings.json | 2 +- backend/hi/settings.json | 2 +- backend/hsb/settings.json | 2 +- backend/hu/settings.json | 2 +- backend/id/settings.json | 2 +- backend/it/settings.json | 2 +- backend/iw/settings.json | 2 +- backend/kn/settings.json | 2 +- backend/nl/settings.json | 2 +- backend/pl/settings.json | 2 +- backend/pt/settings.json | 2 +- backend/ro/settings.json | 2 +- backend/ru/settings.json | 2 +- backend/ta/settings.json | 2 +- backend/te/settings.json | 2 +- backend/tl/settings.json | 2 +- backend/tr/settings.json | 2 +- backend/uk/settings.json | 2 +- backend/zh/settings.json | 2 +- 25 files changed, 29 insertions(+), 29 deletions(-) diff --git a/backend/ar/settings.json b/backend/ar/settings.json index 9b9c2ade..4f27f7e9 100644 --- a/backend/ar/settings.json +++ b/backend/ar/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/cs/settings.json b/backend/cs/settings.json index 13f6d479..977f7f16 100644 --- a/backend/cs/settings.json +++ b/backend/cs/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/de/settings.json b/backend/de/settings.json index 77d29444..b5feb3e6 100644 --- a/backend/de/settings.json +++ b/backend/de/settings.json @@ -131,11 +131,11 @@ "explica_enforce_custom_object_page": "Macht die Benutzung der benutzerspezifisch angepassten Objektbearbeitungsmaske f\u00fcr alle Nutzer des Museums verpflichtend. Die regul\u00e4re, tab-basierte Anzeige ist damit nicht mehr verf\u00fcgbar.", "hide_freetext_alternative_invno": "Freitextfeld f\u00fcr alternative Inventarnummer verstecken", "hide_freetext_alternative_invno_explica": "Auf dem Reiter \"Verwaltung\" der Objektbearbeitungsseite findet sich ein Feld f\u00fcr die Erfassung alter Inventarnummern. Dieses Feld ist kein Wiederholfeld. Alternative Inventarnummern k\u00f6nnen ebenfalls als zus\u00e4tzliche Nummer auf dem Reiter \"Zusatz\" erfasst werden. Hierbei handelt es sich um ein wiederholbares Feld, das eine deutlich fein-granularere Erfassung erm\u00f6glicht.", - "category": "Category", - "validation_pattern": "Validation pattern", - "explanation": "Explanation", - "alt_no_category_explica": "Name of the category", - "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", + "category": "Kategorie", + "validation_pattern": "Validierungs-Muster", + "explanation": "Erkl\u00e4rung", + "alt_no_category_explica": "Name der Kategorie", + "alt_invno_validation_pattern_explica": "Leer lassen f\u00fcr nicht-Verwendung. HTML5-Pattern zur Frontend-seitigen Eingabevalidierung.", "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." } } \ No newline at end of file diff --git a/backend/dsb/settings.json b/backend/dsb/settings.json index 28490fd3..7a1e47c8 100644 --- a/backend/dsb/settings.json +++ b/backend/dsb/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/en/settings.json b/backend/en/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/en/settings.json +++ b/backend/en/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/es/settings.json b/backend/es/settings.json index 6718ed12..c7e09c70 100644 --- a/backend/es/settings.json +++ b/backend/es/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/fr/settings.json b/backend/fr/settings.json index f4fcce0f..38c7bcab 100644 --- a/backend/fr/settings.json +++ b/backend/fr/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/hi/settings.json b/backend/hi/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/hi/settings.json +++ b/backend/hi/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/hsb/settings.json b/backend/hsb/settings.json index 28490fd3..7a1e47c8 100644 --- a/backend/hsb/settings.json +++ b/backend/hsb/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/hu/settings.json b/backend/hu/settings.json index 519f10f0..b44dede4 100644 --- a/backend/hu/settings.json +++ b/backend/hu/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/id/settings.json b/backend/id/settings.json index 20c2a52a..c3a30d6a 100644 --- a/backend/id/settings.json +++ b/backend/id/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/it/settings.json b/backend/it/settings.json index 6718ed12..c7e09c70 100644 --- a/backend/it/settings.json +++ b/backend/it/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/iw/settings.json b/backend/iw/settings.json index 9b9c2ade..4f27f7e9 100644 --- a/backend/iw/settings.json +++ b/backend/iw/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/kn/settings.json b/backend/kn/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/kn/settings.json +++ b/backend/kn/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/nl/settings.json b/backend/nl/settings.json index 6718ed12..c7e09c70 100644 --- a/backend/nl/settings.json +++ b/backend/nl/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/pl/settings.json b/backend/pl/settings.json index cfb20e4c..c49ce362 100644 --- a/backend/pl/settings.json +++ b/backend/pl/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/pt/settings.json b/backend/pt/settings.json index e39fbe61..4311d9dc 100644 --- a/backend/pt/settings.json +++ b/backend/pt/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/ro/settings.json b/backend/ro/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/ro/settings.json +++ b/backend/ro/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/ru/settings.json b/backend/ru/settings.json index e00b42fb..31b650f1 100644 --- a/backend/ru/settings.json +++ b/backend/ru/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/ta/settings.json b/backend/ta/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/ta/settings.json +++ b/backend/ta/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/te/settings.json b/backend/te/settings.json index 54aa60fe..2899fadd 100644 --- a/backend/te/settings.json +++ b/backend/te/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/tl/settings.json b/backend/tl/settings.json index 6718ed12..c7e09c70 100644 --- a/backend/tl/settings.json +++ b/backend/tl/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/tr/settings.json b/backend/tr/settings.json index b336cb60..de184dba 100644 --- a/backend/tr/settings.json +++ b/backend/tr/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/uk/settings.json b/backend/uk/settings.json index 4368e9c7..48554ea0 100644 --- a/backend/uk/settings.json +++ b/backend/uk/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file diff --git a/backend/zh/settings.json b/backend/zh/settings.json index ba97834e..7fdb0561 100644 --- a/backend/zh/settings.json +++ b/backend/zh/settings.json @@ -136,6 +136,6 @@ "explanation": "Explanation", "alt_no_category_explica": "Name of the category", "alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.", - "alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz." + "alt_no_explanation_explica": "Publishable explanation or note about the schema." } } \ No newline at end of file