Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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/)."
}
}