You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Доработка документации
This commit is contained in:
9
ci/os/docs_pagetranslate.os
vendored
9
ci/os/docs_pagetranslate.os
vendored
@@ -48,15 +48,6 @@
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Аддоны", "Addons");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Поддержать проект", "Support us");
|
||||
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Сотни методов для десятков сервисов", "Hundreds of methods for dozens of services");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "ОПИ состоит из большого набора разнообразных методов для множества известных API и технологий, будь то облачные Telegram, Bitrix24 и Google Drive, или же локальные S3, MySQL и PostgreSQL. Ознакомится с полным списком доступных сервисов можно на", "OpenIntegrations provides an extensive collection of methods supporting a wide range of APIs and technologies, including cloud platforms (Telegram, Bitrix24, Google Drive) and self-hosted solutions (S3, MySQL, PostgreSQL). For a complete list of integrated services, refer to the");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "вводной странице документации", "documentation introduction");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Три платформы - одно решение", "Three Platforms — One Solution");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Открытый пакет интеграций прдоставляет единый набор функций сразу в трех вариантах: как расширение для 1С:Предприятие 8, как пакет для OneScript и как полноценное приложение для командной строки. Это позволяет удобно использовать его методы для решения широкого спектра задач, выбирая форму поствки в зависимости от конкретного сценария работы. Заранее собранные файлы для каждого из этих вариантов всегда можно найти в", "Open Integration Package provides a unified set of functions in three variants: as an extension for 1C:Enterprise 8, as a package for OneScript, and as a full-fledged command-line application. This allows convenient use of its methods for solving a wide range of tasks by selecting the appropriate deployment format based on the specific use case. Pre-built files for each of these variants can always be found in the");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "релизах ОПИ на GitHub", "OpenIntegrations releases on GitHub");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "остается только скачать и запустить!", "just download and run!");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Свобода открытого кода", "The Freedom of Open Source");
|
||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом", "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file");
|
||||
|
||||
ТекущийДокумент.УстановитьТекст(ТекущийТекст);
|
||||
ТекущийДокумент.Записать(Файл.ПолноеИмя);
|
||||
|
||||
2
docs/docusaurus/src/pages/index.module.css
vendored
2
docs/docusaurus/src/pages/index.module.css
vendored
@@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
.heroBanner {
|
||||
padding: 3rem 2rem 0 7rem;
|
||||
padding: 2rem 2rem 0 7rem;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
2
docs/en/md/Instructions/Start.md
vendored
2
docs/en/md/Instructions/Start.md
vendored
@@ -26,6 +26,7 @@ Fast navigation:
|
||||
<a href="/docs/Instructions/S3/"><img src={require('../../static/img/APIs/S3.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/SQLite/"><img src={require('../../static/img/APIs/SQLite.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/MSSQL/"><img src={require('../../static/img/APIs/MSSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/MySQL/"><img src={require('../../static/img/APIs/MySQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32" class="wp_logo"/></a>
|
||||
@@ -33,6 +34,7 @@ Fast navigation:
|
||||
<a href="/docs/Instructions/GoogleCalendar/"><img src={require('../../static/img/APIs/GoogleCalendar.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/GoogleDrive/"><img src={require('../../static/img/APIs/GoogleDrive.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/GoogleSheets/"><img src={require('../../static/img/APIs/GoogleSheets.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/OpenAI/"><img src={require('../../static/img/APIs/OpenAI.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Ollama/"><img src={require('../../static/img/APIs/Ollama.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Slack/"><img src={require('../../static/img/APIs/Slack.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32" class="wp_logo"/></a>
|
||||
|
||||
1
docs/en/md/sidebars.js
vendored
1
docs/en/md/sidebars.js
vendored
@@ -40,6 +40,7 @@
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/PostgreSQL'}, label: 'PostgreSQL', className: 'PostgreSQL', items:[{type: 'autogenerated', dirName: 'PostgreSQL'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/SQLite'}, label: 'SQLite', className: 'SQLite', items:[{type: 'autogenerated', dirName: 'SQLite'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/MySQL'}, label: 'MySQL', className: 'MySQL', items:[{type: 'autogenerated', dirName: 'MySQL'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/MSSQL' }, label: 'MS SQL Server', className: 'MSSQL', items: [{ type: 'autogenerated', dirName: 'MSSQL' }] },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
1
docs/ru/md/Instructions/Start.md
vendored
1
docs/ru/md/Instructions/Start.md
vendored
@@ -27,6 +27,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
|
||||
<a href="/docs/Instructions/S3/"><img src={require('../../static/img/APIs/S3.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/SQLite/"><img src={require('../../static/img/APIs/SQLite.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/MSSQL/"><img src={require('../../static/img/APIs/MSSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/MySQL/"><img src={require('../../static/img/APIs/MySQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32" class="wp_logo"/></a>
|
||||
|
||||
3
service/dictionaries/en.json
vendored
3
service/dictionaries/en.json
vendored
@@ -10029,6 +10029,7 @@
|
||||
"релизах ОПИ на GitHub": "OpenIntegrations releases on GitHub",
|
||||
"остается только скачать и запустить!": "just download and run!",
|
||||
"Свобода открытого кода": "The Freedom of Open Source",
|
||||
"Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом": "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file"
|
||||
"Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом": "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file",
|
||||
"Поддержать проект": "Support us"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user