keycloak-scim/src/authentication/messages.ts

26 lines
894 B
TypeScript
Raw Normal View History

export default {
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}}",
},
};