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

19 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"enabled": "Активирана",
"clientId": "Клиент ID",
"clientSecret": "Клиент Secret",
"redirectUri": "URL за пренасочване",
"apiKey": "API ключ",
"scoreThreshold": "Праг на резултата"
},
"messages": {
"selectIntegration": "Изберете интеграция от менюто.",
"noIntegrations": "Няма налични интеграции"
},
"help": {
"Google": "**Получете идентификационни данни за OAuth 2.0 от Google Developers Console.**\n\nПосетете [Google Developers Console](https://console.developers.google.com/project), за да получите идентификационни данни за OAuth 2.0, като Client ID и Client Secret, които са известни както на Google, така и на приложението EspoCRM.",
"GoogleMaps": "Получете API ключ [тук](https://developers.google.com/maps/documentation/javascript/get-api-key).",
"GoogleReCaptcha": "Вземете ключа на сайта и секретния ключ от [Google](https://www.google.com/recaptcha/)."
}
}