{
    "metadata": {
        "title": "Preferences"
    },
    "pages": {
        "profile": {
            "logoAltText": "Sony Music Logo",
            "tabs": {
                "profile": "Profile",
                "subscriptions": "Subscriptions"
            },
            "profileTab": {
                "contactsSection": {
                    "title": "How should we contact you?"
                },
                "email": {
                    "label": "Email",
                    "error": {
                        "valueError": "The email address is not valid.",
                        "profileEmailAlreadyInUse": "The email address is already associated with another account."
                    }
                },
                "phoneNumber": {
                    "label": "Mobile number",
                    "countryPlaceholder": "Select",
                    "error": {
                        "invalidPhoneNumber": "Phone number is not valid.",
                        "stringTooShort": "Number should have at least 7 digits.",
                        "valueError": "Value is not a valid phone number."
                    }
                },
                "aboutSection": {
                    "title": "Tell us about yourself"
                },
                "firstName": {
                    "label": "First name",
                    "error": {
                        "stringTooLong": "String should have at most 110 characters."
                    }
                },
                "lastName": {
                    "label": "Last name",
                    "error": {
                        "stringTooLong": "String should have at most 110 characters."
                    }
                },
                "dateOfBirth": {
                    "label": "Date of birth"
                },
                "birthday": {
                    "label": "Birthday",
                    "placeholder": "mm/dd",
                    "error": {
                        "invalidBirthdayFormat": "Birthday should match pattern mm/dd"
                    }
                },
                "gender": {
                    "label": "Gender",
                    "placeholder": "Select",
                    "options": {
                        "MALE": "Male",
                        "FEMALE": "Female",
                        "PREFER_NOT_TO_ANSWER": "Prefer not to answer",
                        "NON_BINARY_OTHER": "Non-binary / other"
                    }
                },
                "locationSection": {
                    "title": "Where are you based?"
                },
                "countryCode": {
                    "label": "Country/Region",
                    "placeholder": "Select"
                },
                "address": {
                    "label": "Address",
                    "error": {
                        "stringTooLong": "String should have at most 255 characters."
                    }
                },
                "city": {
                    "label": "City",
                    "error": {
                        "stringTooLong": "String should have at most 75 characters."
                    }
                },
                "zipCode": {
                    "label": "Zip code / Post Code",
                    "error": {
                        "stringTooLong": "String should have at most 20 characters."
                    }
                },
                "requiredField": "Required",
                "saveButton": "Save changes",
                "savedMessage": "Thank you, your changes have been saved!",
                "errorMessage": "There was an error. Please try again.",
                "loadingOverlay": {
                    "altText": "Loading..."
                }
            },
            "subscriptionsTab": {
                "subscriptionsSection": {
                    "title": "Manage your subscriptions",
                    "saveButton": "Save changes"
                },
                "futureCorrespondenceSection": {
                    "label": "I’d like to unsubscribe from all future correspondence from all artists",
                    "saveButton": "Unsubscribe from all"
                },
                "deleteAllSection": {
                    "label": "I’d like to delete all of my information",
                    "saveButton": "Delete all of my information"
                },
                "subscriptionsUpdatedMessage": "Your subscriptions have been updated.",
                "errorMessage": "There was an error. Please try again.",
                "loadingOverlay": {
                    "altText": "Loading..."
                }
            },
            "emptyState": {
                "deleted": "All of your information has been successfully deleted."
            },
            "notFound": {
                "title": "Something went wrong",
                "message": "Profile not found"
            },
            "error": {
                "title": "Something went wrong",
                "action": "Try again"
            }
        }
    },
    "doubleOptIn": {
        "successMessage": "Your subscription has been successfully confirmed.",
        "badRequestMessage": "The confirmation link is invalid. Please check your email and try again.",
        "expiredMessage": "The confirmation link has expired. Please request a new confirmation email.",
        "serverErrorMessage": "Something went wrong on our end. Please try again later."
    },
    "notFound": {
        "title": "Not found",
        "message": "Could not find requested resource"
    }
}
