{
  "settings": {
    "emailSettings": {
      "providersPanel": {
        "title": "Email providers settings",
        "description": "Here you can configure email providers. Once saved, they will be available across the application, ready to be proposed and selected wherever relevant.",
        "testButton": "Test provider settings",
        "dialogs": {
          "saveConfirm": {
            "title": "Email providers settings",
            "message": "Some required fields for this email provider have been left empty. Saving these changes may cause the provider to malfunction, and services relying on it may experience issues with sending or receiving emails. Do you still want to proceed?"
          }
        }
      },
      "outgoingEmailParametersPanel": {
        "title": "Outgoing Email Parameters",
        "enabled": "Enable Outgoing Mail",
        "protocolType": "Provider",
        "protocolTypeO365": "EWS | Deprecated",
        "protocolTypeMicrosoft365": "Microsoft 365",
        "protocolTypeSMTP": "SMTP Server",
        "o365DeprecationWarning": "This email provider is deprecated by Microsoft. Imagicle recommends switching to Microsoft 365 option.\nFor information and migration guidance, please refer to Imagicle Knowledge Base documentation.",
        "microsoft365ProviderNotConfiguredWarning": "Provider not applicable;\nConfigure it on above section.",
        "dialogs": {
          "clearO365DeprecatedSettings": {
            "title": "Deprecated configuration detected",
            "message": "A configuration using the EWS | Deprecated option was found. It is recommended to remove this configuration in order to permanently delete all related data and hide the option from the provider list. If you choose to continue instead, the existing EWS configuration will be kept, the option will remain available, and the system will proceed with saving your new provider.",
            "removeConfiguration": "Remove configuration",
            "continue": "Continue"
          }
        }
      }
    },
    "webServer": {
      "webServerSettingsPanel": {
        "title": "Web server settings",
        "text1": "Enter your UCX Suite base URL here to make this UCX Suite node reachable. If no base URL has been specified, the default https://<servercomputername> URL will be used.",
        "text2": "Please note that this configuration is valid on this node. If your environment consists of multiple nodes, be sure to configure the URL on each of them according to the needs of your network.",
        "baseUri": "UCX Suite base URL",
        "baseUriSuggestion": "To save your base URL, please enter it in this order: https://example.com/...",
        "savedBaseUri": "UCX Suite base URL:",
        "unauthorizedWarning": "You are not authorized to manage these data.",
        "cannotLoadDataWarning": "Unable to retrieve web server settings. Try to reload the page or check your server connection status."
      },
      "dialogs": {
        "forgetConfirm": {
          "title": "Forget saved web server settings data?",
          "message": "UCX Suite base URL will be deleted and the UCX Suite will no longer expose an address through which it can be reached. Keep in mind that if you don't specify a base URL, the default URL https://<servercomputername> will be used."
        },
        "forgetError": {
          "title": "Saving error",
          "reasons": {
            "unauthorized": "You are not authorized to complete this operation.",
            "invalidArguments": "Invalid arguments.",
            "genericError": "Saving failed due a server connection error. Please try again."
          }
        },
        "saveError": {
          "title": "Saving error",
          "reasons": {
            "unauthorized": "You are not authorized to complete this operation.",
            "invalidArguments": "Invalid arguments.",
            "genericError": "Saving failed due a server connection error. Please try again."
          }
        }
      }
    },
    "cloudAuth": {
      "authDataPanel": {
        "title": "Imagicle Cloud services authentication data",
        "text1": "Here you can enter the data required to authenticate this UCX Suite to Imagicle Cloud services. This data is provided by the Imagicle Cloud platform.",
        "text2": "To set up communication and data exchange between UCX Suite and Imagicle Cloud, fill in all fields with valid data; in case no connection is expected, remove the data in memory and keep all fields empty.",
        "clientId": "Client ID",
        "clientSecret": "Client secret",
        "savedClientId": "Credentials saved using Client ID:",
        "unauthorizedWarning": "You are not authorized to manage these data.",
        "cannotLoadDataWarning": "Unable to retrieve Imagicle Cloud services authentication data. Try to reload the page or check your server connection status."
      },
      "dialogs": {
        "forgetConfirm": {
          "title": "Forget saved authentication data?",
          "message": "The data will be deleted and the UCX Suite won't be able to authenticate to the Imagicle Cloud."
        },
        "forgetError": {
          "title": "Saving error",
          "reasons": {
            "unauthorized": "You are not authorized to complete this operation.",
            "invalidArguments": "Invalid arguments.",
            "genericError": "Saving failed due a server connection error. Please try again."
          }
        },
        "saveError": {
          "title": "Saving error",
          "reasons": {
            "unauthorized": "You are not authorized to complete this operation.",
            "invalidArguments": "Invalid arguments.",
            "genericError": "Saving failed due a server connection error. Please try again."
          }
        },
        "loadError": {
          "title": "Load error",
          "reasons": {
            "corruptedSettings": "The data entered are corrupted. Please, enter another ones."
          }
        }
      }
    },
    "authentication": {
      "title": "Users authentication preferences",
      "authenticationTypeAndPriority": "Authentication type and priority",
      "ssoAdIas": {
        "displayName": "SSO > AD/LDAP > Local",
        "description": "Users configured for SSO will log in using the credentials of the external IdP. If SSO is not enabled, users configured with AD/LDAP fields (username and domain server) will log in using those credentials. All other users should provide their local credentials."
      },
      "ssoCcmIas": {
        "displayName": "SSO > Cisco UCM > Local",
        "description": "Users configured for SSO will log in using the credentials of the external IdP. If SSO is not enabled, users configured with a PBX username will log in using Cisco UCM credentials. All other users should provide their local credentials."
      },
      "ssoIas": {
        "displayName": "SSO > Local",
        "description": "Users configured for SSO will log in using the credentials of the external IdP. All other users should provide their local credentials."
      },
      "ssoCcmAdIas": {
        "displayName": "SSO > Cisco UCM > AD/LDAP > Local",
        "description": "Users configured for SSO will log in using the credentials of the external IdP. If SSO is not enabled, users configured with a PBX username will log in using Cisco UCM credentials. If the latter is empty but the AD/LDAP fields are configured (username and domain server), users will use those credentials. All other users should provide their local credentials."
      },
      "ssoAdCcmIas": {
        "displayName": "SSO > AD/LDAP > Cisco UCM > Local",
        "description": "Users configured for SSO will log in using the credentials of the external IdP. If SSO is not enabled, users configured with AD/LDAP fields (username and domain server) will log in using those credentials. If the latter is empty but users are configured with a PBX username, they will log in using Cisco UCM credentials. All other users should provide their local credentials."
      },
      "userSessionManagement": {
        "title": "User session management",
        "description": "Here you can configure the automation settings to keep the user's web session active. Please, notice that this feature works only for HTTPS protocol."
      },
      "loginLockoutManagement": {
        "title": "Login lockout management",
        "description": "To prevent brute force attacks you can configure the threshold for failed login attempts before a user is locked, and the duration of the login suspension. Please, notice that the lockout is based on Device Cookie strategy."
      },
      "enableLoginLockout": "Enable",
      "accountLockoutThreshold": "Lockout threshold",
      "lockoutDuration": "Lockout duration",
      "rememberLoggedUser": "Remember logged in user",
      "userInactivityBeforeLogout": "Inactivity period before logout",
      "days": "day(s)",
      "minutes": "minute(s)",
      "daysDescription": "Elapsed time since the user last access and after which the user must log in again.",
      "accountLockoutDurationInfoDescription": "The value should be within the range of 1 and 60 minutes.",
      "warningMessage": "In order to use Cisco UCM authentication the system IP Telephony parameters must be properly set.",
      "errors": {
        "valueRange": "The value should be within the range of 1 and 30 days",
        "accountLockoutDurationValueRange": "The value should be within the range of 1 and 60 minutes"
      },
      "changeIpTelephonyParameters": "Change IP telephony parameters"
    },
    "audit": {
      "settingsPanel": {
        "title": "Local audit trail",
        "description": "Here you can configure the settings required to track and locally store audit events.",
        "retentionDays": "Delete data older than (days)",
        "retentionDaysTooltip": "Maximum lifetime (in days) of historical data. That is, older data will be periodically deleted. Set it to zero (0) to disable automatic deletion. Please, notice that this setting may impact on the database size.",
        "enablingConfirm": {
          "title": "Save local audit trail settings",
          "message": "Please, be aware that enabling the Audit Trail may heavily affect database size growth. Moreover, for security reasons, once enabled you won’t be able to change this setting anymore.\n\nIf you need to disable it again, you'll need to contact the Imagicle Technical Support.\n\nDo you want to proceed enabling the Audit Trail?"
        }
      },
      "auditSyslogPanel": {
        "title": "Syslog audit trail",
        "description": "Here you can configure the settings required to forward audit events to an external Syslog.",
        "hostname": "Host",
        "protocolAndPort": "Protocol and port",
        "transportProtocol": {
          "UDP": "UDP",
          "TCP": "TCP",
          "TCPTLS": "TLS"
        },
        "messageFormat": {
          "label": "Message format",
          "CEF": "CEF",
          "JSON": "JSON"
        },
        "testButton": "Send test message",
        "enablingConfirm": {
          "title": "Save syslog audit trail settings",
          "message": "For security reasons, once enabled you won't be able to change this setting anymore.\n\nIf you need to disable it again, you'll need to contact the Imagicle Technical Support.\n\nDo you want to proceed enabling the Syslog Audit?"
        },
        "testResult": {
          "title": "Syslog audit trail configuration test",
          "results": {
            "OK": "Test message sending successfully verified. Check the syslog server to confirm it has have received the test message.",
            "Unauthorized": "You are not authorized to complete this operation.",
            "ServiceUnreachable": "Unable to complete the operation. Please ensure that Service Host service is running.",
            "GenericError": "The test message was not sent because the Syslog server is unreachable. The cause may be the syslog server configuration or your network connection settings."
          }
        }
      },
      "downloadPanel": {
        "title": "Download local audit logs",
        "fromDate": "From date",
        "toDate": "To date",
        "tenant": "For tenant",
        "timezoneNotice": "Notice that all dates and times refer to your local timezone",
        "app": "For application",
        "allTenants": "[All]",
        "allApps": "[All]",
        "dateRangeError": "This date must be after the one selected as the start date"
      }
    },
    "alarms": {
      "outgoingEmailSettings": {
        "eventsNotificationRecipients": "Events Notification Recipients",
        "outgoingEmailParameters": "Outgoing Email Parameters",
        "description": "Here you can configure the recipients and the preferences for outgoing monitoring notifications via email. You can choose to use the configuration available in the System Parameters section or set a custom provider.",
        "systemRecipients": "Application and System Events",
        "applicationRecipients": "Application Events",
        "recipientsTooltip": "The Comma character delimits multiple email addresses.",
        "provider": "Provider",
        "providerSuiteDefault": "Use system parameters",
        "providerSMTP": "Use specific SMTP Server",
        "providerMicrosoft365": "Use specific Microsoft 365",
        "suiteDefaultConfigurationSummary": "The mail server connection is ready for verification. You are encouraged to proceed with testing the connection and saving the parameters."
      }
    }
  }
}
