Tab Betriebsmittel: change type kaution to text, edit validations and add translations

This commit is contained in:
ma0068
2025-08-01 10:55:11 +02:00
parent 562eb0a890
commit 1cb637cb7f
3 changed files with 48 additions and 20 deletions
+22 -2
View File
@@ -44600,12 +44600,12 @@ and represent the current state of research on the topic. The prescribed citatio
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_fieldLessThan10000',
'phrase' => 'error_fieldLessThan1000',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Das Eingabefeld {field} darf maximal 4-stellig sein.',
'text' => 'Das Eingabefeld {field} muss kleiner als 1000 sein.',
'description' => '',
'insertvon' => 'system'
),
@@ -44617,6 +44617,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_fieldNoValidNumber',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Das Eingabefeld {field} muss eine gültige Zahl sein',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'The Input Field {field} has to be a valid number',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-4 Finetuning END
);