add phrase to try vue Phrasen

This commit is contained in:
Harald Bamberger
2023-09-26 11:46:48 +02:00
parent f3809b01b2
commit 67a61c5d2a
+23 -1
View File
@@ -18795,7 +18795,29 @@ array(
'insertvon' => 'system'
)
)
)
),
// Personalverwaltung begin
array(
'app' => 'personalverwaltung',
'category' => 'vbform',
'phrase' => 'oder',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'oder',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'or',
'description' => '',
'insertvon' => 'system'
)
)
),
// Personalverwaltung end
);