mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 04:37:53 +00:00
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:
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user