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