{
  "buttons": {
    "back": {
      "text": "Back"
    },
    "save": {
      "text": "Save"
    },
    "forget": {
      "text": "Forget"
    },
    "ok": {
      "text": "Ok"
    },
    "cancel": {
      "text": "Cancel"
    },
    "download": {
      "text": "Download"
    },
    "testConnection": {
      "text": "Test connection",
      "title": "Configuration summary"
    }
  },
  "dialogs": {
    "saveDataError": {
      "title": "Save data failed",
      "results": {
        "Unauthorized": "You are not authorized to complete this operation.",
        "InvalidArguments": "Invalid arguments.",
        "AlreadyEnabled": "This feature has been enabled and cannot be disabled. Please contact the Imagicle Technical Support if you need to change this setting.",
        "GenericError": "Saving failed due a server connection error. Please try again.",
        "ServiceUnreachable": "Unable to complete the operation. Please ensure that {{serviceName}} service is running.",
        "OK": "Save successfully executed."
      }
    },
    "loadError": {
      "title": "Load error",
      "results": {
        "Unauthorized": "You are not authorized to complete this operation.",
        "GenericError": "An error has occurred loading data.",
        "ServiceUnreachable": "Unable to complete the operation. Please ensure that {{serviceName}} service is running."
      }
    },
    "proxyLoadError": {
      "title": "Load error",
      "results": {
        "GenericError": "An error has occurred loading data.",
        "Unauthorized": "Unable to get proxies info."
      }
    },
    "mailServerConnectionTest": {
      "title": "Email server configuration test",
      "description": "Test your provider configuration and optionally send a test email to verify outbound delivery.",
      "fields": {
        "sendTestMail": {
          "label": "Also send a test email"
        },
        "recipients": {
          "label": "Recipients",
          "tooltip": "Enter one or more email addresses separated by commas to send the test email."
        }
      },
      "buttons": {
        "runTest": {
          "text": "Test"
        }
      },
      "testResult": {
        "title": "Email server configuration test",
        "results": {
          "Unauthorized": "You are not authorized to complete this operation.",
          "InvalidArguments": "The request is missing some required fields or caused some validation errors.",
          "GenericError": "Server is not reachable. The cause may be the server configuration, your network connection or proxy settings.",
          "BadCredentials": "Invalid credentials",
          "ServerUnreachable": "Server is not reachable. The cause may be the server configuration, your network connection or proxy settings.",
          "ServiceUnreachable": "Unable to complete the operation. Please ensure that {{serviceName}} service is running.",
          "SendFailed": "Connection to mail server verified, but the test email was not sent due to an unexpected error.",
          "OK": "Connection to mail server successfully verified.",
          "SuccessWithMailSend": "Connection to mail server successfully verified. Check the inbox of the specified recipients to confirm they have received the test email."
        }
      },
      "testState": {
        "enabled": "The mail server connection is ready for verification. You are encouraged to proceed with testing the connection and save the parameters.",
        "disabledAndSaveDisabled": "The mail server connection cannot be tested using the provided information. The entered data is either invalid or not accurate, therefore saving the parameters is currently disabled.",
        "disabled": "The mail server connection cannot be tested using the provided information. Please ensure that the entered data is accurate and complete. Note that the partial saving of the parameters can create disservices.",
        "outgoingEmailDisabled": "All outgoing mails are currently disabled and will not be sent. However, the mail server connection is ready for verification. You can proceed with testing the connection and saving the parameters."
      }
    },
    "o365ProviderConnectionTest": {
      "testResult": {
        "title": "Microsoft 365 provider connection test",
        "results": {
          "Unauthorized": "You are not authorized to complete this operation.",
          "InvalidArguments": "The request is missing some required fields or caused some validation errors.",
          "GenericError": "Unable to retrieve a valid token with the current configuration. Please check the settings and try again.",
          "OK": "Connection to Microsoft 365 successfully verified."
        }
      }
    }
  },
  "errors": {
    "error0": {
      "primaryMessage": "A generic error has occurred.",
      "secondaryMessage": "If the error persists, please contact your System Administrator."
    },
    "error1": {
      "primaryMessage": "Unable to check the license for this application.",
      "secondaryMessage": "If the error persists, please contact your System Administrator."
    },
    "error2": {
      "primaryMessage": "No license found for this application.",
      "secondaryMessage": "Please contact your System Administrator."
    },
    "buttons": {
      "retry": "Retry"
    },
    "validation": {
      "email": "Invalid email from address",
      "port": "The value should be within the range of 1 and 65535",
      "hostname": "Invalid hostname or IP address format",
      "notEmpty": "The field can't be empty",
      "notNegative": "The value should be greater or equal to 0"
    }
  },
  "labels": {
    "active": "Active",
    "saveDataSuccessMessage": "All changes saved",
    "loading": "loading...",
    "yes": "Yes",
    "no": "No",
    "applicationClientId": "Application (client) ID",
    "directoryTenantId": "Directory (tenant) ID",
    "clientSecret": "Client secret",
    "emailAddress": "Email Address",
    "microsoft365": "Microsoft 365",
    "enable": "Enable"
  },
  "login": {
    "buttons": {
      "continue": "Continue",
      "login": "LOG IN",
      "editUsername": "Edit username"
    },
    "title": "LOGIN",
    "username": "Username",
    "password": "Password",
    "poweredBy": "Powered by",
    "errors": {
      "incorrectPassword": "Incorrect password.",
      "invalidUsername": "Invalid username. Please, enter another one.",
      "sessionExpired": "Session expired",
      "disconnected": "An error occurred during authentication. Please contact your System Administrator.",
      "emptyUsername": "Username cannot be empty",
      "emptyPassword": "Password cannot be empty",
      "ssoGenericError": "An error occurred during authentication. Please try again.",
      "ssoUserInvalidMatch": "The credentials entered do not allow access to the UCX Suite. Please, enter another ones.",
      "accountLocked": "This account is temporarily locked due to multiple failed logins. Please, try again later or contact your system administrator if the issue persists."
    },
    "notifications": {
      "loading": "Authentication in progress, please wait..."
    },
    "tooltips": {
      "capsLockEnabled": "Warning: caps lock enabled"
    }
  },
  "settings": {
    "smtp": {
      "senderAddress": "Email From Address",
      "serverAddress": "Server Name",
      "serverPort": "Server Port",
      "useAuthentication": "Use Authentication",
      "username": "Username",
      "password": "Password"
    },
    "proxy": {
      "name": "Proxy",
      "noProxy": "NoProxy",
      "httpProxy": "Http",
      "socksProxy": "SOCKS",
      "notConfiguredProxyWarning": "The selected proxy is not configured. The outgoing e-mail will be sent anyway without using it.",
      "changeProxySettingLink": "Change proxy settings"
    }
  }
}
