Added phrases 'zugeklappt', 'softwareliste', 'raumverfuegbarkeit'

This commit is contained in:
Cris
2024-06-03 16:27:31 +02:00
parent aab198e355
commit 9652f48044
+60
View File
@@ -24859,6 +24859,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'zugeklappt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'zugeklappt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'folded',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
@@ -26039,6 +26059,46 @@ array(
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'softwareliste',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Softwareliste',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Softwarelist',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'softwarebereitstellung',
'category' => 'global',
'phrase' => 'raumverfuegbarkeit',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Raumverfügbarkeit',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Room Availability',
'description' => '',
'insertvon' => 'system'
)
)
),
);