stores the status of profilUpdate with their language in the database and adapts the logic to it

This commit is contained in:
SimonGschnell
2024-04-09 15:02:17 +02:00
parent 78031bf1ad
commit 5b2365a1e2
7 changed files with 214 additions and 59 deletions
+84 -3
View File
@@ -24848,14 +24848,34 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Profil Update Anfrage',
'description' => '',
'text' => 'Profil Änderungs Anfrage',
'description' => 'Eine Änderungs Anfrage',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Profil Update Request',
'description' => '',
'description' => 'One profil update request',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdateRequests',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Profil Änderungs Anfragen',
'description' => 'Mehrere Änderungs Anfragen',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Profil Update Requests',
'description' => 'Multiple update requests',
'insertvon' => 'system'
)
)
@@ -25020,6 +25040,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'acceptedRequests',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Angenommene Anfragen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Accepted Requests',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'rejectedRequests',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Abgelehnte Anfragen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Rejected Requests',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
@@ -25700,6 +25760,27 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_status_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist aufgetreten, der Status "{0}" ist unbekannt',
'description' => 'Fehler der auftritt wenn es den Status nicht in der Datenbank gibt',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred, the status "{0}" is not known',
'description' => 'error that occurrs when the used status is not present in the database',
'insertvon' => 'system'
)
)
),