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

21 lines
1.0 KiB
JSON

{
"fields": {
"enabled": "Aktiv",
"clientId": "Client-ID",
"clientSecret": "Client-Geheimnis",
"redirectUri": "Weiterleitungs URI",
"siteKey": "Website-Schlüssel",
"secretKey": "Geheimer Schlüssel",
"scoreThreshold": "Zahl Schwellenwert",
"mapId": "Karten-ID"
},
"messages": {
"selectIntegration": "Wählen Sie eine Integration aus dem Menü.",
"noIntegrations": "Keine Integration verfügbar."
},
"help": {
"Google": "Holen Sie die OAuth 2.0 Credentials über die Google Developers Console.\n\nBesuchen Sie [die Google Developers Console](https://console.developers.google.com/project) um OAuth 2.0 Credentials wie eine Client ID und Client Geheimnis zu erhalten die sowohl Google als auch EspoCRM bekannt sind.",
"GoogleMaps": "API Key [hier](https://developers.google.com/maps/documentation/javascript/get-api-key) beantragen.",
"GoogleReCaptcha": "Beziehen Sie den Website-Schlüssel und den geheimen Schlüssel von [Google](https://www.google.com/recaptcha/)."
}
}