From 150b4ec09d19b3ec2b5ef09bd00dce760dc49e0a Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 5 Apr 2024 10:33:23 +0200 Subject: [PATCH] phrasen for acceptDenyUpdate.js and ProfilUpdateView.js --- .../Cis/ProfilUpdate/AcceptDenyUpdate.js | 26 +-- .../Cis/ProfilUpdate/ProfilUpdateView.js | 8 +- system/phrasesupdate.php | 200 ++++++++++++++++++ 3 files changed, 217 insertions(+), 17 deletions(-) diff --git a/public/js/components/Cis/ProfilUpdate/AcceptDenyUpdate.js b/public/js/components/Cis/ProfilUpdate/AcceptDenyUpdate.js index f09aa8edd..4ff87b4c0 100755 --- a/public/js/components/Cis/ProfilUpdate/AcceptDenyUpdate.js +++ b/public/js/components/Cis/ProfilUpdate/AcceptDenyUpdate.js @@ -14,7 +14,7 @@ export default { props: { title: { type: String, - default: "Profil Update Request", + default: this.$p.t('profilUpdate','profilUpdateRequest'), }, value: { type: Object, @@ -105,7 +105,7 @@ export default { popup(options) { return BsModal.popup.bind(this)(null, options); }, - template: ` + template: /*html*/` @@ -126,14 +126,14 @@ export default {
-
Status:
+
{{$p.t('global','status')}}:
{{data.status}}
-
Date of Status:
+
{{$p.t('profilUpdate','statusDate')}}:
{{data.status_timestamp?data.status_timestamp:'-'}}
@@ -141,19 +141,19 @@ export default {
-
UserID:
+
{{$p.t('profilUpdate','userID')}}:
{{data.uid}}
-
Name:
+
{{$p.t('global','name')}}:
{{data.name}}
-
Topic of Request:
+
{{$p.t('profilUpdate','anfrageThema')}}:
{{data.topic}}
@@ -162,7 +162,7 @@ export default {
-
Date of Request:
+
{{$p.t('profilUpdate','anfrageDatum')}}:
{{data.insertamum}}
@@ -173,7 +173,7 @@ export default {
-
Status message
+
{{$p.t('profilUpdate','statusMessage')}}
@@ -182,7 +182,7 @@ export default {
-
update
+
{{$p.t('profilUpdate','update')}}