Skip to content

Commit b890c34

Browse files
feat(service/app subscription): add new autosetup url (#1554)
* chore(feat): app/service new autosetup url * chore(fix): removed unwanted props * chore(fix): service subscription toast translations * fix: configurations for new auto setup url * fix: remove redundant fragment * fix: simplify setData function * fix: add missing de translations * fix: remove console logs * fix: unify subscription message for de transation * fix: correct service and app toast messages or activation and configuration * fix: service activation toast msg --------- Co-authored-by: Jordan <[email protected]> Co-authored-by: Jordan <[email protected]>
1 parent 0d010fd commit b890c34

File tree

10 files changed

+276
-467
lines changed

10 files changed

+276
-467
lines changed

src/assets/locales/de/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,9 +1508,11 @@
15081508
"allServices": "All Services",
15091509
"viewDetails": "Display more details",
15101510
"activateBtn": "Aktivieren",
1511+
"configureBtn": "Konfigurieren",
15111512
"pleaseEnterValidURL": "Please enter a valid URL",
15121513
"error": "Error",
1513-
"success": "Success",
1514+
"success": "Aktivierung erfolgreich",
1515+
"configuration": "Konfiguration erfolgreich",
15141516
"pending": "Das Abonnement steht noch aus",
15151517
"active": "Das Abonnement ist aktiv",
15161518
"inactive": "Das Abonnement ist inaktiv",

src/assets/locales/de/servicerelease.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@
206206
"technicaluserType": "Assigned Permissions:",
207207
"close": "Close"
208208
},
209-
"offersHeading": "Services Offered"
209+
"offersHeading": "Services Offered",
210+
"success": "Aktivierung erfolgreich",
211+
"configuration": "Konfiguration erfolgreich",
212+
"failure": "Fehler bei der Konfiguration des Service Abonnements"
210213
},
211214
"adminBoard": {
212215
"headerTitle": "Service request management",

src/assets/locales/en/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,9 +1508,11 @@
15081508
"allServices": "All Services",
15091509
"viewDetails": "Display more details",
15101510
"activateBtn": "Activate",
1511+
"configureBtn": "Configure",
15111512
"pleaseEnterValidURL": "Please enter a valid URL",
15121513
"error": "Error",
1513-
"success": "Success",
1514+
"success": "Activation successful",
1515+
"configuration": "Configuration successful",
15141516
"pending": "Subscription is Pending",
15151517
"active": "Subscription is Active",
15161518
"inactive": "Subscription is Inactive",

src/assets/locales/en/servicerelease.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@
206206
"technicaluserType": "Assigned Permissions:",
207207
"close": "Close"
208208
},
209-
"offersHeading": "Services Offered"
209+
"offersHeading": "Services Offered",
210+
"success": "Activation successful",
211+
"configuration": "Configuration successful",
212+
"failure": "Error while configuring service subscription"
210213
},
211214
"adminBoard": {
212215
"headerTitle": "Service request management",

0 commit comments

Comments
 (0)