Initial commit
This commit is contained in:
21
application/Espo/Resources/i18n/nl_NL/Integration.json
Normal file
21
application/Espo/Resources/i18n/nl_NL/Integration.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"fields": {
|
||||
"enabled": "Ingeschakeld",
|
||||
"clientId": "Cliënt ID",
|
||||
"clientSecret": "Geheime Code",
|
||||
"redirectUri": "Omleiding URL",
|
||||
"apiKey": "API sleutel",
|
||||
"siteKey": "Site sleutel",
|
||||
"secretKey": "Geheime sleutel",
|
||||
"scoreThreshold": "Drempel Score"
|
||||
},
|
||||
"messages": {
|
||||
"selectIntegration": "Selecteer een integratie in het menu.",
|
||||
"noIntegrations": "Geen integraties beschikbaar."
|
||||
},
|
||||
"help": {
|
||||
"Google": "**Bevat OAuth 2.0 referenties van de Google Developers Console.**\n\nBezoek [Google Developers Console](https://console.developers.google.com/project) om OAuth 2.0 referenties te verkrijgen zoals een Cliënt ID en Geheime Code die bekend zijn bij zowel Google als EspoCRM applicatie.",
|
||||
"GoogleMaps": "Verkrijg de API-sleutel [hier](https://developers.google.com/maps/documentation/javascript/get-api-key).",
|
||||
"GoogleReCaptcha": "Verkrijg de sitesleutel en geheime sleutel van [Google] (https://www.google.com/recaptcha/)."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user