- include directive primevue.tooltip

- refactor phrases to avoid timing problem with loading phrases of alert
This commit is contained in:
ma0068
2026-01-08 16:02:29 +01:00
parent 02153e469f
commit 4f104523ff
5 changed files with 32 additions and 11 deletions
+21 -1
View File
@@ -52615,7 +52615,7 @@ I have been informed that I am under no obligation to consent to the transmissio
// ### Phrases Dashboard Admin START
array(
'app' => 'core',
'category' => 'dashboard',
'category' => 'ui',
'phrase' => 'deleteInfo',
'insertvon' => 'system',
'phrases' => array(
@@ -52732,6 +52732,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'confirm_delete',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Möchten Sie wirklich löschen?',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Do you really want to delete?',
'description' => '',
'insertvon' => 'system'
)
)
),
// ### Phrases Dashboard Admin END
);