feat(console): limited actions (#3164)

* max count features

* deactivate, activate

* actions, limited

* disable without permission, show action state in flow

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2022-02-07 14:53:35 +01:00
committed by GitHub
parent 78af86db98
commit 3bf9adece5
13 changed files with 276 additions and 85 deletions

View File

@@ -564,6 +564,7 @@
"FLOWTYPE": "Flow Typ",
"TRIGGERTYPE": "Trigger Typ",
"ACTIONS": "Aktionen",
"ACTIONSMAX": "Basierend auf Ihrem Tier steht Ihnen eine begrenzte Anzahl von Aktionen ({{value}}) zur Verfügung. Stellen Sie sicher, dass Sie diejenigen deaktivieren, die Sie nicht benötigen, oder erwägen Sie ein Upgrade.",
"DIALOG": {
"ADD": {
"TITLE": "Aktion erstellen"
@@ -581,7 +582,9 @@
}
},
"TOAST": {
"ACTIONSSET": "Aktionen gesetzt"
"ACTIONSSET": "Aktionen gesetzt",
"ACTIONREACTIVATED": "Aktionen erfolgreich reaktiviert",
"ACTIONDEACTIVATED": "Aktionen erfolgreich deaktiviert"
}
},
"IAM": {
@@ -756,7 +759,16 @@
"CUSTOMTEXTMESSAGE": "Benutzerdefinierte Benachrichtigungstexte",
"PRIVACYPOLICY": "Benutzerdefinierte Datenschutzrichtlinie und AGB",
"METADATAUSER": "User Metadata",
"FLOWS": "Aktionen und Abläufe"
"FLOWS": "Aktionen und Abläufe",
"FLOW": {
"ACTIONSALLOWED": {
"0": "Nicht erlaubt",
"1": "Limitierte Aktionen",
"2": "Unlimitiert"
},
"TYPE": "Verwendungsart",
"COUNT": "Anzahl"
}
},
"TIERSTATES": {
"0": "Aktiv",

View File

@@ -564,6 +564,7 @@
"FLOWTYPE": "Flow Type",
"TRIGGERTYPE": "Trigger Type",
"ACTIONS": "Actions",
"ACTIONSMAX": "Based on your Tier, you have available a limited Number of Actions ({{value}}). Make sure to deaktivate those you are not in need or consider upgrading your tier.",
"DIALOG": {
"ADD": {
"TITLE": "Create an Action"
@@ -581,7 +582,9 @@
}
},
"TOAST": {
"ACTIONSSET": "Actions set"
"ACTIONSSET": "Actions set",
"ACTIONREACTIVATED": "Actions reactivated with success",
"ACTIONDEACTIVATED": "Actions deactivated with success"
}
},
"IAM": {
@@ -756,7 +759,16 @@
"CUSTOMTEXTMESSAGE": "Custom notification mail texts",
"PRIVACYPOLICY": "Custom Privacy Policy and TOS Links",
"METADATAUSER": "User Metadata",
"FLOWS": "Actions and Flows"
"FLOWS": "Actions and Flows",
"FLOW": {
"ACTIONSALLOWED": {
"0": "Not allowed",
"1": "Limited Actions",
"2": "Unlimited Actions"
},
"TYPE": "Type of use",
"COUNT": "Number"
}
},
"TIERSTATES": {
"0": "Active",

View File

@@ -564,6 +564,7 @@
"FLOWTYPE": "Tipo processo",
"TRIGGERTYPE": "Tipo trigger",
"ACTIONS": "Azioni",
"ACTIONSMAX": "In base al tuo tier, hai a disposizione un numero limitato di azioni ({{value}}). Assicurati di disattivare quelli di cui non hai bisogno o considera di fare un upgrade.",
"DIALOG": {
"ADD": {
"TITLE": "Crea azione"
@@ -581,7 +582,9 @@
}
},
"TOAST": {
"ACTIONSSET": "Azioni salvate!"
"ACTIONSSET": "Azioni salvate!",
"ACTIONREACTIVATED": "Azioni riattivati con successo",
"ACTIONDEACTIVATED": "Azioni disattivati con successo"
}
},
"IAM": {
@@ -756,7 +759,16 @@
"CUSTOMTEXTMESSAGE": "Testi email personalizzati",
"PRIVACYPOLICY": "Link personalizzati all'informativa sulla privacy e ai TOS",
"METADATAUSER": "Metadati utente",
"FLOWS": "Azioni e processi"
"FLOWS": "Azioni e processi",
"FLOW": {
"ACTIONSALLOWED": {
"0": "Non abilitato",
"1": "Numero limitato",
"2": "Illimitato"
},
"COUNT": "Anzahl",
"TYPE": "Tipo di utilizzo"
}
},
"TIERSTATES": {
"0": "Attivo",