You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-26 20:43:22 +02:00
Fastfix
This commit is contained in:
+223
-218
@@ -144,230 +144,235 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"langsVars": {
|
||||
"description": "Language defined data",
|
||||
"localization": {
|
||||
"description": "Localization data",
|
||||
"value": {
|
||||
"ru": {
|
||||
"description": "Language defined data for Russian",
|
||||
"langsVars": {
|
||||
"description": "Language defined data",
|
||||
"value": {
|
||||
"edt_project": {
|
||||
"description": "1C:EDT project name",
|
||||
"value": "OpenIntegrations_Ru"
|
||||
},
|
||||
"ib_name": {
|
||||
"description": "1C infobase name",
|
||||
"value": "OpenIntegrations"
|
||||
},
|
||||
"methodString": {
|
||||
"description": "Method word translation",
|
||||
"value": "Метод"
|
||||
},
|
||||
"synonymString": {
|
||||
"description": "Synonym word translation",
|
||||
"value": "Синоним"
|
||||
},
|
||||
"sectionsString": {
|
||||
"description": "Section word translation",
|
||||
"value": "Раздел"
|
||||
},
|
||||
"testProcessProcedure": {
|
||||
"description": "Tests results processing procedure name",
|
||||
"value": "Обработать"
|
||||
},
|
||||
"testsModule": {
|
||||
"description": "Main tests module name",
|
||||
"value": "OPI_Тесты"
|
||||
},
|
||||
"testsModuleCLI": {
|
||||
"description": "CLI test module name",
|
||||
"value": "OPI_ТестыCLI"
|
||||
},
|
||||
"testsDataModule": {
|
||||
"description": "Test data module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/internal/Modules/OPI_ПолучениеДанныхТестов.os"
|
||||
},
|
||||
"testsTableMethod": {
|
||||
"description": "Test table retrieve method",
|
||||
"value": "ПолучитьТаблицуТестов"
|
||||
},
|
||||
"testsSectionsMethod": {
|
||||
"description": "Test selections array retrieve method (for Jenkins)",
|
||||
"value": "ПолучитьСоответствиеРазделовТестирования"
|
||||
},
|
||||
"testsSectionsMethodGA": {
|
||||
"dictionaries": "Test selections array retrieve method (for Github Actions)",
|
||||
"value": "ПолучитьСоответствиеРазделовТестированияGA"
|
||||
},
|
||||
"docsMdSrc": {
|
||||
"description": "Docs MD files directory",
|
||||
"value": "./docs/ru/md/"
|
||||
},
|
||||
"codeExamplesSrc": {
|
||||
"description": "Docs code examples directory",
|
||||
"value": "./docs/ru/examples/"
|
||||
},
|
||||
"testValuesSrc": {
|
||||
"description": "Docs test values directory",
|
||||
"value": "./docs/ru/data/"
|
||||
},
|
||||
"testsModulePath": {
|
||||
"description": "Main tests module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/OPI_Тесты.os"
|
||||
},
|
||||
"testsCliModulePath": {
|
||||
"description": "CLI test module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/OPI_ТестыCLI.os"
|
||||
},
|
||||
"testsRegionName": {
|
||||
"description": "Atomic test retrieve method",
|
||||
"value": "АтомарныеТесты"
|
||||
},
|
||||
"packageDescriptionSrc": {
|
||||
"description": "Package description filepath",
|
||||
"value": "./service/templates/package_description_ru.txt"
|
||||
},
|
||||
"remoteDocsSrc": {
|
||||
"description": "Docs directory on remote server (hosting)",
|
||||
"value": "public_html"
|
||||
},
|
||||
"namesTranslation": {
|
||||
"description": "Modules names localization",
|
||||
"value": {}
|
||||
},
|
||||
"docsUrl": {
|
||||
"description": "Docs website URL",
|
||||
"value": "https://openintegrations.dev"
|
||||
},
|
||||
"docsCategories": {
|
||||
"description": "Docs categories and classes",
|
||||
"ru": {
|
||||
"description": "Language defined data for Russian",
|
||||
"value": {
|
||||
"Messenger": "Мессенджеры",
|
||||
"Social": "Социальные сети",
|
||||
"Database": "Базы данных и электронные таблицы",
|
||||
"Folder": "Файловые хостинги и хранилища",
|
||||
"CRM": "Комплексные решения (CMS, CRM)",
|
||||
"Commerce": "Электронная коммерция и доставка",
|
||||
"Calendar": "Планирование и управление проектами",
|
||||
"AI": "Искусственный интеллект",
|
||||
"Exchange": "Протоколы обмена",
|
||||
"Other": "Прочее"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"en": {
|
||||
"description": "Language defined data for English",
|
||||
"value": {
|
||||
"edt_project": {
|
||||
"description": "1C:EDT project name",
|
||||
"value": "OpenIntegrations_En"
|
||||
},
|
||||
"ib_name": {
|
||||
"description": "1C infobase name",
|
||||
"value": "OpenIntegrationsEng"
|
||||
},
|
||||
"methodString": {
|
||||
"description": "Method word translation",
|
||||
"value": "Method"
|
||||
},
|
||||
"synonymString": {
|
||||
"description": "Synonym word translation",
|
||||
"value": "Synonym"
|
||||
},
|
||||
"sectionsString": {
|
||||
"description": "Section word translation",
|
||||
"value": "Section"
|
||||
},
|
||||
"testProcessProcedure": {
|
||||
"description": "Tests results processing procedure name",
|
||||
"value": "Process"
|
||||
},
|
||||
"testsModule": {
|
||||
"description": "Main tests module name",
|
||||
"value": "OPI_Tests"
|
||||
},
|
||||
"testsModuleCLI": {
|
||||
"description": "CLI test module name",
|
||||
"value": "OPI_TestsCLI"
|
||||
},
|
||||
"testsDataModule": {
|
||||
"description": "Test data module path",
|
||||
"value": "./src/en/OInt/tests/Modules/internal/Modules/OPI_TestDataRetrieval.os"
|
||||
},
|
||||
"testsTableMethod": {
|
||||
"description": "Test table retrieve method",
|
||||
"value": "GetTestTable"
|
||||
},
|
||||
"testsSectionsMethod": {
|
||||
"description": "Test selections array retrieve method (for Jenkins)",
|
||||
"value": "GetTestingSectionMapping"
|
||||
},
|
||||
"testsSectionsMethodGA": {
|
||||
"dictionaries": "Test selections array retrieve method (for Github Actions)",
|
||||
"value": "GetTestingSectionMappingGA"
|
||||
},
|
||||
"docsMdSrc": {
|
||||
"description": "Docs MD files directory",
|
||||
"value": "./docs/en/md/"
|
||||
},
|
||||
"codeExamplesSrc": {
|
||||
"description": "Docs code examples directory",
|
||||
"value": "./docs/en/examples/"
|
||||
},
|
||||
"testValuesSrc": {
|
||||
"description": "Docs test values directory",
|
||||
"value": "./docs/en/data/"
|
||||
},
|
||||
"testsModulePath": {
|
||||
"description": "Main tests module path",
|
||||
"value": "./src/en/OInt/tests/Modules/OPI_Tests.os"
|
||||
},
|
||||
"testsCliModulePath": {
|
||||
"description": "CLI test module path",
|
||||
"value": "./src/en/OInt/tests/Modules/OPI_TestsCLI.os"
|
||||
},
|
||||
"testsRegionName": {
|
||||
"description": "Atomic test retrieve method",
|
||||
"value": "AtomicTests"
|
||||
},
|
||||
"packageDescriptionSrc": {
|
||||
"description": "Package description filepath",
|
||||
"value": "./service/templates/package_description_en.txt"
|
||||
},
|
||||
"remoteDocsSrc": {
|
||||
"description": "Docs directory on remote server (hosting)",
|
||||
"value": "public_html_en"
|
||||
},
|
||||
"namesTranslation": {
|
||||
"description": "Modules names localization",
|
||||
"value": {
|
||||
"OPI_Инструменты": "OPI_Tools",
|
||||
"OPI_Криптография": "OPI_Cryptography",
|
||||
"OPI_HTTPКлиент": "OPI_HTTPClient",
|
||||
"OPI_Компоненты": "OPI_AddIns",
|
||||
"OPI_ЗапросыHTTP": "OPI_HTTPRequests",
|
||||
"OPI_ЗапросыSQL": "OPI_SQLQueries",
|
||||
"OPI_ПолучениеДанныхТестов": "OPI_TestDataRetrieval",
|
||||
"OPI_ПреобразованиеТипов": "OPI_TypeConversion"
|
||||
"edt_project": {
|
||||
"description": "1C:EDT project name",
|
||||
"value": "OpenIntegrations_Ru"
|
||||
},
|
||||
"ib_name": {
|
||||
"description": "1C infobase name",
|
||||
"value": "OpenIntegrations"
|
||||
},
|
||||
"methodString": {
|
||||
"description": "Method word translation",
|
||||
"value": "Метод"
|
||||
},
|
||||
"synonymString": {
|
||||
"description": "Synonym word translation",
|
||||
"value": "Синоним"
|
||||
},
|
||||
"sectionsString": {
|
||||
"description": "Section word translation",
|
||||
"value": "Раздел"
|
||||
},
|
||||
"testProcessProcedure": {
|
||||
"description": "Tests results processing procedure name",
|
||||
"value": "Обработать"
|
||||
},
|
||||
"testsModule": {
|
||||
"description": "Main tests module name",
|
||||
"value": "OPI_Тесты"
|
||||
},
|
||||
"testsModuleCLI": {
|
||||
"description": "CLI test module name",
|
||||
"value": "OPI_ТестыCLI"
|
||||
},
|
||||
"testsDataModule": {
|
||||
"description": "Test data module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/internal/Modules/OPI_ПолучениеДанныхТестов.os"
|
||||
},
|
||||
"testsTableMethod": {
|
||||
"description": "Test table retrieve method",
|
||||
"value": "ПолучитьТаблицуТестов"
|
||||
},
|
||||
"testsSectionsMethod": {
|
||||
"description": "Test selections array retrieve method (for Jenkins)",
|
||||
"value": "ПолучитьСоответствиеРазделовТестирования"
|
||||
},
|
||||
"testsSectionsMethodGA": {
|
||||
"dictionaries": "Test selections array retrieve method (for Github Actions)",
|
||||
"value": "ПолучитьСоответствиеРазделовТестированияGA"
|
||||
},
|
||||
"docsMdSrc": {
|
||||
"description": "Docs MD files directory",
|
||||
"value": "./docs/ru/md/"
|
||||
},
|
||||
"codeExamplesSrc": {
|
||||
"description": "Docs code examples directory",
|
||||
"value": "./docs/ru/examples/"
|
||||
},
|
||||
"testValuesSrc": {
|
||||
"description": "Docs test values directory",
|
||||
"value": "./docs/ru/data/"
|
||||
},
|
||||
"testsModulePath": {
|
||||
"description": "Main tests module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/OPI_Тесты.os"
|
||||
},
|
||||
"testsCliModulePath": {
|
||||
"description": "CLI test module path",
|
||||
"value": "./src/ru/OInt/tests/Modules/OPI_ТестыCLI.os"
|
||||
},
|
||||
"testsRegionName": {
|
||||
"description": "Atomic test retrieve method",
|
||||
"value": "АтомарныеТесты"
|
||||
},
|
||||
"packageDescriptionSrc": {
|
||||
"description": "Package description filepath",
|
||||
"value": "./service/templates/package_description_ru.txt"
|
||||
},
|
||||
"remoteDocsSrc": {
|
||||
"description": "Docs directory on remote server (hosting)",
|
||||
"value": "public_html"
|
||||
},
|
||||
"namesTranslation": {
|
||||
"description": "Modules names localization",
|
||||
"value": {}
|
||||
},
|
||||
"docsUrl": {
|
||||
"description": "Docs website URL",
|
||||
"value": "https://openintegrations.dev"
|
||||
},
|
||||
"docsCategories": {
|
||||
"description": "Docs categories and classes",
|
||||
"value": {
|
||||
"Messenger": "Мессенджеры",
|
||||
"Social": "Социальные сети",
|
||||
"Database": "Базы данных и электронные таблицы",
|
||||
"Folder": "Файловые хостинги и хранилища",
|
||||
"CRM": "Комплексные решения (CMS, CRM)",
|
||||
"Commerce": "Электронная коммерция и доставка",
|
||||
"Calendar": "Планирование и управление проектами",
|
||||
"AI": "Искусственный интеллект",
|
||||
"Exchange": "Протоколы обмена",
|
||||
"Other": "Прочее"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"docsUrl": {
|
||||
"description": "Docs website URL",
|
||||
"value": "https://en.openintegrations.dev"
|
||||
},
|
||||
"docsCategories": {
|
||||
"description": "Docs categories and classes",
|
||||
"en": {
|
||||
"description": "Language defined data for English",
|
||||
"value": {
|
||||
"Messenger": "Messengers",
|
||||
"Social": "Social networks",
|
||||
"Database": "Databases and spreadsheets",
|
||||
"Folder": "File-hosting services and storages",
|
||||
"CRM": "Complete solutions (CMS, CRM)",
|
||||
"Commerce": "E-commerce and delivery",
|
||||
"Calendar": "Planning and projects management",
|
||||
"AI": "Artificial Intelligence",
|
||||
"Exchange": "Exchange protocols",
|
||||
"Other": "Other"
|
||||
"edt_project": {
|
||||
"description": "1C:EDT project name",
|
||||
"value": "OpenIntegrations_En"
|
||||
},
|
||||
"ib_name": {
|
||||
"description": "1C infobase name",
|
||||
"value": "OpenIntegrationsEng"
|
||||
},
|
||||
"methodString": {
|
||||
"description": "Method word translation",
|
||||
"value": "Method"
|
||||
},
|
||||
"synonymString": {
|
||||
"description": "Synonym word translation",
|
||||
"value": "Synonym"
|
||||
},
|
||||
"sectionsString": {
|
||||
"description": "Section word translation",
|
||||
"value": "Section"
|
||||
},
|
||||
"testProcessProcedure": {
|
||||
"description": "Tests results processing procedure name",
|
||||
"value": "Process"
|
||||
},
|
||||
"testsModule": {
|
||||
"description": "Main tests module name",
|
||||
"value": "OPI_Tests"
|
||||
},
|
||||
"testsModuleCLI": {
|
||||
"description": "CLI test module name",
|
||||
"value": "OPI_TestsCLI"
|
||||
},
|
||||
"testsDataModule": {
|
||||
"description": "Test data module path",
|
||||
"value": "./src/en/OInt/tests/Modules/internal/Modules/OPI_TestDataRetrieval.os"
|
||||
},
|
||||
"testsTableMethod": {
|
||||
"description": "Test table retrieve method",
|
||||
"value": "GetTestTable"
|
||||
},
|
||||
"testsSectionsMethod": {
|
||||
"description": "Test selections array retrieve method (for Jenkins)",
|
||||
"value": "GetTestingSectionMapping"
|
||||
},
|
||||
"testsSectionsMethodGA": {
|
||||
"dictionaries": "Test selections array retrieve method (for Github Actions)",
|
||||
"value": "GetTestingSectionMappingGA"
|
||||
},
|
||||
"docsMdSrc": {
|
||||
"description": "Docs MD files directory",
|
||||
"value": "./docs/en/md/"
|
||||
},
|
||||
"codeExamplesSrc": {
|
||||
"description": "Docs code examples directory",
|
||||
"value": "./docs/en/examples/"
|
||||
},
|
||||
"testValuesSrc": {
|
||||
"description": "Docs test values directory",
|
||||
"value": "./docs/en/data/"
|
||||
},
|
||||
"testsModulePath": {
|
||||
"description": "Main tests module path",
|
||||
"value": "./src/en/OInt/tests/Modules/OPI_Tests.os"
|
||||
},
|
||||
"testsCliModulePath": {
|
||||
"description": "CLI test module path",
|
||||
"value": "./src/en/OInt/tests/Modules/OPI_TestsCLI.os"
|
||||
},
|
||||
"testsRegionName": {
|
||||
"description": "Atomic test retrieve method",
|
||||
"value": "AtomicTests"
|
||||
},
|
||||
"packageDescriptionSrc": {
|
||||
"description": "Package description filepath",
|
||||
"value": "./service/templates/package_description_en.txt"
|
||||
},
|
||||
"remoteDocsSrc": {
|
||||
"description": "Docs directory on remote server (hosting)",
|
||||
"value": "public_html_en"
|
||||
},
|
||||
"namesTranslation": {
|
||||
"description": "Modules names localization",
|
||||
"value": {
|
||||
"OPI_Инструменты": "OPI_Tools",
|
||||
"OPI_Криптография": "OPI_Cryptography",
|
||||
"OPI_HTTPКлиент": "OPI_HTTPClient",
|
||||
"OPI_Компоненты": "OPI_AddIns",
|
||||
"OPI_ЗапросыHTTP": "OPI_HTTPRequests",
|
||||
"OPI_ЗапросыSQL": "OPI_SQLQueries",
|
||||
"OPI_ПолучениеДанныхТестов": "OPI_TestDataRetrieval",
|
||||
"OPI_ПреобразованиеТипов": "OPI_TypeConversion"
|
||||
}
|
||||
},
|
||||
"docsUrl": {
|
||||
"description": "Docs website URL",
|
||||
"value": "https://en.openintegrations.dev"
|
||||
},
|
||||
"docsCategories": {
|
||||
"description": "Docs categories and classes",
|
||||
"value": {
|
||||
"Messenger": "Messengers",
|
||||
"Social": "Social networks",
|
||||
"Database": "Databases and spreadsheets",
|
||||
"Folder": "File-hosting services and storages",
|
||||
"CRM": "Complete solutions (CMS, CRM)",
|
||||
"Commerce": "E-commerce and delivery",
|
||||
"Calendar": "Planning and projects management",
|
||||
"AI": "Artificial Intelligence",
|
||||
"Exchange": "Exchange protocols",
|
||||
"Other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -194,8 +194,8 @@ const DownloadPage = () => {
|
||||
<Link to="https://github.com/Bayselonarrend/OpenIntegrations/releases">
|
||||
Архив версий (GitHub) →
|
||||
</Link>
|
||||
<Link to="https://disk.yandex.com/d/_paRtkfzIV-wGQ">
|
||||
Архив версий (Яндекс Диск) →
|
||||
<Link to="https://sourcecraft.dev/bayselonarrend/openintegrations/releases">
|
||||
Архив версий (SourceCraft) →
|
||||
</Link>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@@ -7613,7 +7613,7 @@
|
||||
"ПодключитьРасширение (путь": "ConnectExtension (path",
|
||||
"ИспользоватьКодированиеURL": "UseURLEncoding",
|
||||
"ПолучитьПолныйСписокТестов": "GetFullTestList",
|
||||
"Архив версий (Яндекс Диск)": "Version archive (Yandex Disk)",
|
||||
"Архив версий (Sourcecraft)": "Version archive (Sourcecraft)",
|
||||
"Проверка_ВКВариантСвойства": "Check_VKPropVariant",
|
||||
"Получить статистику постов": "Get post statistics",
|
||||
"Telegram_УстановитьWebhook": "Telegram_SetWebhook",
|
||||
|
||||
Reference in New Issue
Block a user