Initial commit
This commit is contained in:
26
application/Espo/Resources/i18n/en_US/Integration.json
Normal file
26
application/Espo/Resources/i18n/en_US/Integration.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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)."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user