adds more profil phrasen error messages

This commit is contained in:
SimonGschnell
2024-04-08 15:08:20 +02:00
parent 1b04d70839
commit 960341e25d
2 changed files with 43 additions and 2 deletions
+41
View File
@@ -25600,6 +25600,47 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_loadingZustellkontakte_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist während dem laden der Zustellkontakte aufgetreten',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred when querying zustellkontakte',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_loadingZustellAdressen_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist während dem laden der Zustelladressen aufgetreten',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred when querying zustelladressen',
'description' => '',
'insertvon' => 'system'
)
)
),