mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
Перевод сайдбара
This commit is contained in:
parent
c2ab2a82bf
commit
076f09c637
7
.github/workflows/os/docs_main.os
vendored
7
.github/workflows/os/docs_main.os
vendored
@ -750,11 +750,16 @@
|
|||||||
|
|
||||||
ФайлыЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.md", Истина);
|
ФайлыЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.md", Истина);
|
||||||
JsonЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.json", Истина);
|
JsonЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.json", Истина);
|
||||||
|
JSЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.js", Истина);
|
||||||
|
|
||||||
Для Каждого JSON из JsonЛокализации Цикл
|
Для Каждого JSON из JsonЛокализации Цикл
|
||||||
ФайлыЛокализации.Добавить(JSON);
|
ФайлыЛокализации.Добавить(JSON);
|
||||||
КонецЦикла;
|
КонецЦикла;
|
||||||
|
|
||||||
|
Для Каждого JS из JSЛокализации Цикл
|
||||||
|
ФайлыЛокализации.Добавить(JS);
|
||||||
|
КонецЦикла;
|
||||||
|
|
||||||
Для Каждого Файл Из ФайлыЛокализации Цикл
|
Для Каждого Файл Из ФайлыЛокализации Цикл
|
||||||
|
|
||||||
Если Файл.ЭтоКаталог() Тогда
|
Если Файл.ЭтоКаталог() Тогда
|
||||||
|
@ -1,68 +1,68 @@
|
|||||||
export default {
|
export default {
|
||||||
docs: [
|
docs: [
|
||||||
|
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Добро пожаловать!',
|
label: 'Welcome!',
|
||||||
link: {type: 'doc', id:'Instructions/Start'},
|
link: {type: 'doc', id:'Instructions/Start'},
|
||||||
className: 'Start',
|
className: 'Start',
|
||||||
items:[{type: 'autogenerated', dirName: 'Start'}]
|
items:[{type: 'autogenerated', dirName: 'Start'}]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Мессенджеры',
|
label: 'Messengers',
|
||||||
className: 'Messenger',
|
className: 'Messenger',
|
||||||
items: [
|
items: [
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Telegram'}, label: 'Telegram', className: 'Telegram', items:[{type: 'autogenerated', dirName: 'Telegram'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Telegram'}, label: 'Telegram', className: 'Telegram', items:[{type: 'autogenerated', dirName: 'Telegram'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Viber'}, label: 'Viber', className: 'Viber', items:[{type: 'autogenerated', dirName: 'Viber'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Viber'}, label: 'Viber', className: 'Viber', items:[{type: 'autogenerated', dirName: 'Viber'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Slack'}, label: 'Slack', className: 'Slack', items:[{type: 'autogenerated', dirName: 'Slack'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Slack'}, label: 'Slack', className: 'Slack', items:[{type: 'autogenerated', dirName: 'Slack'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Социальные сети',
|
label: 'Social networks',
|
||||||
className: 'Social',
|
className: 'Social',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/VK'}, label: 'VK', className: 'VK', items:[{type: 'autogenerated', dirName: 'VK'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/VK'}, label: 'VK', className: 'VK', items:[{type: 'autogenerated', dirName: 'VK'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Twitter'}, label: 'Twitter', className: 'Twitter', items:[{type: 'autogenerated', dirName: 'Twitter'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Twitter'}, label: 'Twitter', className: 'Twitter', items:[{type: 'autogenerated', dirName: 'Twitter'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Базы данных и электронные таблицы',
|
label: 'Databases and spreadsheets',
|
||||||
className: 'Database',
|
className: 'Database',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Airtable'}, label: 'Airtable', className: 'Airtable', items:[{type: 'autogenerated', dirName: 'Airtable'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Airtable'}, label: 'Airtable', className: 'Airtable', items:[{type: 'autogenerated', dirName: 'Airtable'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleSheets'}, label: 'Google Sheets', className: 'GoogleSheets', items:[{type: 'autogenerated', dirName: 'Google_Sheets'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleSheets'}, label: 'Google Sheets', className: 'GoogleSheets', items:[{type: 'autogenerated', dirName: 'Google_Sheets'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Файловые хостинги',
|
label: 'File-hosting services',
|
||||||
className: 'Folder',
|
className: 'Folder',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/YandexDisk'}, label: 'Yandex Disk', className: 'YandexDisk', items:[{type: 'autogenerated', dirName: 'Yandex_Disk'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/YandexDisk'}, label: 'Yandex Disk', className: 'YandexDisk', items:[{type: 'autogenerated', dirName: 'Yandex_Disk'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Dropbox'}, label: 'Dropbox', className: 'Dropbox', items:[{type: 'autogenerated', dirName: 'Dropbox'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Dropbox'}, label: 'Dropbox', className: 'Dropbox', items:[{type: 'autogenerated', dirName: 'Dropbox'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Комплексные решения (CMS, CRM)',
|
label: 'Complete solutions (CMS, CRM)',
|
||||||
className: 'CRM',
|
className: 'CRM',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Bitrix24'}, label: 'Bitrix24', className: 'Bitrix24', items:[{type: 'autogenerated', dirName: 'Bitrix24'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Bitrix24'}, label: 'Bitrix24', className: 'Bitrix24', items:[{type: 'autogenerated', dirName: 'Bitrix24'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Планирование и управление проектами ',
|
label: 'Planning and projects managment ',
|
||||||
className: 'Calendar',
|
className: 'Calendar',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleCalendar'}, label: 'Google Calendar', className: 'GoogleCalendar', items:[{type: 'autogenerated', dirName: 'Google_Calendar'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleCalendar'}, label: 'Google Calendar', className: 'GoogleCalendar', items:[{type: 'autogenerated', dirName: 'Google_Calendar'}]},
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Notion'}, label: 'Notion', className: 'Notion', items:[{type: 'autogenerated', dirName: 'Notion'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Notion'}, label: 'Notion', className: 'Notion', items:[{type: 'autogenerated', dirName: 'Notion'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@ -3343,7 +3343,7 @@
|
|||||||
"необходимо будет ввести в браузере": "you will need to enter in the browser",
|
"необходимо будет ввести в браузере": "you will need to enter in the browser",
|
||||||
"Выберите имя и добавьте разрешения": "Select a name and add permissions",
|
"Выберите имя и добавьте разрешения": "Select a name and add permissions",
|
||||||
"Закрывает тему для новых сообщений": "Closes the thread for new messages",
|
"Закрывает тему для новых сообщений": "Closes the thread for new messages",
|
||||||
"Планирование и управление проектам": "Planning and projects managment",
|
"Планирование и управление проектами": "Planning and projects managment",
|
||||||
"Телеграм_СкрытьПоказатьГлавнуюТему": "TelegramAPI_HideShowMainTopic",
|
"Телеграм_СкрытьПоказатьГлавнуюТему": "TelegramAPI_HideShowMainTopic",
|
||||||
"ПРЕОБРАЗОВАТЬBASE64ВДВОИЧНЫЕДАННЫЕ": "CONVERTBASE64TOBINARY",
|
"ПРЕОБРАЗОВАТЬBASE64ВДВОИЧНЫЕДАННЫЕ": "CONVERTBASE64TOBINARY",
|
||||||
"Идентификатор объекта для удаления": "Identifier of the object to delete",
|
"Идентификатор объекта для удаления": "Identifier of the object to delete",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user