keycloak-scim/src/authentication/messages.json
Erik Jan de Wit b9de247569
initial version of authentication section (#309)
* initial version of authentication section

* remove dialog for now should go to detail page

* added link and buildin label to first column

* added key attributes

* removed setTimeout workaround

* only delete when not in use

* Update src/authentication/messages.json

Co-authored-by: Stan Silvert <ssilvert@redhat.com>

* Update src/authentication/messages.json

Co-authored-by: Stan Silvert <ssilvert@redhat.com>

* refresh table on duplicate

Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2021-01-26 14:39:01 -05:00

24 lines
914 B
JSON

{
"authentication": {
"title": "Authentication",
"flows": "Flows",
"flowName": "Flow name",
"usedBy": "Used by",
"buildIn": "Built-in",
"appliedByProviders": "Applied by the following providers",
"appliedByClients": "Applied by the following clients",
"specificProviders": "Specific providers",
"specificClients": "Specific clients",
"default": "Default",
"notInUse": "Not in use",
"duplicate": "Duplicate",
"deleteConfirmFlow": "Delete flow?",
"deleteConfirmFlowMessage": "Are you sure you want to permanently delete the flow \"<1>{{flow}}</1>\".",
"deleteFlowSuccess": "Flow successfully deleted",
"deleteFlowError": "Could not delete flow: {{error}}",
"duplicateFlow": "Duplicate flow",
"copyOf": "Copy of {{name}}",
"copyFlowSuccess": "Flow successfully duplicated",
"copyFlowError": "Could not duplicate flow: {{error}}"
}
}