Files
espocrm/application/Espo/Resources/i18n/en_US/Integration.json
2026-01-19 17:46:06 +01:00

27 lines
1.1 KiB
JSON

{
"fields": {
"enabled": "Enabled",
"clientId": "Client ID",
"clientSecret": "Client Secret",
"redirectUri": "Redirect URI",
"apiKey": "API Key",
"siteKey": "Site Key",
"secretKey": "Secret Key",
"scoreThreshold": "Score Threshold",
"mapId": "Map ID"
},
"titles": {
"GoogleMaps": "Google Maps",
"GoogleReCaptcha": "Google reCAPTCHA"
},
"messages": {
"selectIntegration": "Select an integration from menu.",
"noIntegrations": "No Integrations is available."
},
"help": {
"GoogleReCaptcha": "Obtain the Site Key and Secret Key from [Google](https://www.google.com/recaptcha/).",
"Google": "**Obtain OAuth 2.0 credentials from the Google Developers Console.**\n\nVisit [Google Developers Console](https://console.developers.google.com/project) to obtain OAuth 2.0 credentials such as a Client ID and Client Secret that are known to both Google and EspoCRM application.",
"GoogleMaps": "Obtain API key [here](https://developers.google.com/maps/documentation/javascript/get-api-key)."
}
}