{
    "confirmations": {
        "deleteAPIResource": {
            "assertionHint": "Please confirm your action.",
            "content": "This action is irreversible and will permanently delete the API resource.",
            "header": "Are you sure?",
            "message": "If you delete this API resource, some functionalities may not work properly. Please proceed with caution."
        },
        "deleteAPIResourcePermission": {
            "assertionHint": "Please confirm your action.",
            "content": "This action is irreversible and will permanently remove the scope from the API resource.",
            "header": "Are you sure?",
            "message": "If you remove this scope from the API resource, some functionalities may not work properly. Please proceed with caution."
        }
    },
    "tabs": {
        "scopes": {
            "button": "Add Scope",
            "copiedPopupText": "Copied the Identifier",
            "copyPopupText": "Copy the Identifier",
            "empty": {
                "subTitle": "Click on the + icon to add a new scope",
                "title": "No scope is assigned"
            },
            "emptySearch": {
                "subTitle": {
                    "0": "We couldn't find the scope you searched for.",
                    "1": "Please try using a different parameter."
                },
                "title": "No results found",
                "viewAll": "Clear search query"
            },
            "form": {
                "button": "New Scope",
                "cancelButton": "Cancel",
                "fields": {
                    "description": {
                        "label": "Description",
                        "placeholder": "Enter the Description"
                    },
                    "displayName": {
                        "emptyValidate": "Display name cannot be empty",
                        "label": "Display Name",
                        "placeholder": "Read Bookings"
                    },
                    "scope": {
                        "emptyValidate": "Scope cannot be empty",
                        "label": "Scope",
                        "placeholder": "read_bookings"
                    }
                },
                "subTitle": "Create a new Scope",
                "submitButton": "Create",
                "title": "Create a Scope"
            },
            "label": "Scopes",
            "learnMore": "Learn More",
            "removeScopePopupText": "Remove the scope",
            "search": "Search scopes by display name",
            "subTitle": "List of scopes uses by the API Resource.",
            "title": "List of Scopes"
        }
    },
    "wizard": {
        "addApiResource": {
            "steps": {
                "scopes": {
                    "empty": {
                        "subTitle": "Click on the + icon to add a new scope",
                        "title": "No scope is assigned"
                    },
                    "form": {
                        "button": "Add Scope",
                        "fields": {
                            "description": {
                                "hint": "Provide a description for your scope. This will be displayed on the user consent screen.",
                                "label": "Description",
                                "placeholder": "Enter the Description"
                            },
                            "displayName": {
                                "emptyValidate": "Display name cannot be empty",
                                "hint": "Provide a meaningful name as it will be displayed on the user consent screen.",
                                "label": "Display Name",
                                "placeholder": "Read Bookings"
                            },
                            "permission": {
                                "emptyValidate": "Scope cannot be empty",
                                "hint": "A unique value that acts as the scope when requesting an access token. <1>Note that the scope cannot be modified once created.</1>",
                                "invalid": "Scope cannot contain spaces",
                                "label": "Scope",
                                "placeholder": "read_bookings",
                                "uniqueValidate": "This scope already exists in the organization. Please choose a different one."
                            },
                            "permissionList": {
                                "label": "Added Scopes"
                            }
                        }
                    },
                    "removeScopePopupText": "Remove the scope",
                    "stepTitle": "Scopes"
                }
            }
        }
    }
}