Added phrases for softwarebereitstellung app

This commit is contained in:
Cris
2024-09-16 18:22:28 +02:00
parent 585cec31e2
commit d6d6d0ac48
+62 -2
View File
@@ -28826,13 +28826,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Softwareanforderung und Lizenzmanagement für die Lehre',
'text' => 'Softwareanforderung für die Lehre',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Software Request and License management for Education',
'text' => 'Software Request for Education',
'description' => '',
'insertvon' => 'system'
)
@@ -30605,6 +30605,66 @@ array(
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'userAnzahl',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'User-Anzahl',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'User Number',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'userAnzahlAendern',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'User-Anzahl ändern',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Change User Number',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'userAnzahlNeu',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'User-Anzahl NEU',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'NEW User Number',
'description' => '',
'insertvon' => 'system'
)
)
),
);