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

17 lines
774 B
JSON

{
"fields": {
"enabled": "Aktiv",
"clientId": "Klient ID",
"clientSecret": "Klient hemlighet",
"redirectUri": "Omdirigera URL",
"apiKey": "API-nyckel"
},
"messages": {
"selectIntegration": "Välj integration från meny.",
"noIntegrations": "Inga integrationer tillgängliga."
},
"help": {
"Google": "** Skaffa OAuth 2.0-uppgifter från Google Developers Console. **\n\nBesök [Google Developers Console] (https://console.developers.google.com/project) för att skaffa OAuth 2.0 uppgifter såsom ett klient-ID och klienthemlighet som är kända för både Google och EspoCRM-applikationen.",
"GoogleMaps": "Skaffa API-nyckel [här] (https://developers.google.com/maps/documentation/javascript/get-api-key)."
}
}