25 lines
914 B
JSON
25 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}}"
|
||
|
}
|
||
|
}
|