1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00

Перевод сайдбара

This commit is contained in:
Anton Titovets 2024-06-21 10:01:09 +03:00
parent c2ab2a82bf
commit 076f09c637
3 changed files with 74 additions and 69 deletions

View File

@ -750,11 +750,16 @@
ФайлыЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.md", Истина);
JsonЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.json", Истина);
JSЛокализации = НайтиФайлы(ФайлКаталогаЛокализации.ПолноеИмя, "*.js", Истина);
Для Каждого JSON из JsonЛокализации Цикл
ФайлыЛокализации.Добавить(JSON);
КонецЦикла;
Для Каждого JS из JSЛокализации Цикл
ФайлыЛокализации.Добавить(JS);
КонецЦикла;
Для Каждого Файл Из ФайлыЛокализации Цикл
Если Файл.ЭтоКаталог() Тогда

View File

@ -1,9 +1,9 @@
export default {
export default {
docs: [
{
type: 'category',
label: 'Добро пожаловать!',
label: 'Welcome!',
link: {type: 'doc', id:'Instructions/Start'},
className: 'Start',
items:[{type: 'autogenerated', dirName: 'Start'}]
@ -11,7 +11,7 @@ export default {
{
type: 'category',
label: 'Мессенджеры',
label: 'Messengers',
className: 'Messenger',
items: [
{ type: 'category', link: {type: 'doc', id:'Instructions/Telegram'}, label: 'Telegram', className: 'Telegram', items:[{type: 'autogenerated', dirName: 'Telegram'}]},
@ -21,7 +21,7 @@ export default {
},
{
type: 'category',
label: 'Социальные сети',
label: 'Social networks',
className: 'Social',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/VK'}, label: 'VK', className: 'VK', items:[{type: 'autogenerated', dirName: 'VK'}]},
@ -30,7 +30,7 @@ export default {
},
{
type: 'category',
label: 'Базы данных и электронные таблицы',
label: 'Databases and spreadsheets',
className: 'Database',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Airtable'}, label: 'Airtable', className: 'Airtable', items:[{type: 'autogenerated', dirName: 'Airtable'}]},
@ -39,7 +39,7 @@ export default {
},
{
type: 'category',
label: 'Файловые хостинги',
label: 'File-hosting services',
className: 'Folder',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
@ -49,7 +49,7 @@ export default {
},
{
type: 'category',
label: 'Комплексные решения (CMS, CRM)',
label: 'Complete solutions (CMS, CRM)',
className: 'CRM',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Bitrix24'}, label: 'Bitrix24', className: 'Bitrix24', items:[{type: 'autogenerated', dirName: 'Bitrix24'}]},
@ -57,7 +57,7 @@ export default {
},
{
type: 'category',
label: 'Планирование и управление проектами ',
label: 'Planning and projects managment ',
className: 'Calendar',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleCalendar'}, label: 'Google Calendar', className: 'GoogleCalendar', items:[{type: 'autogenerated', dirName: 'Google_Calendar'}]},

View File

@ -3343,7 +3343,7 @@
"необходимо будет ввести в браузере": "you will need to enter in the browser",
"Выберите имя и добавьте разрешения": "Select a name and add permissions",
"Закрывает тему для новых сообщений": "Closes the thread for new messages",
"Планирование и управление проектам": "Planning and projects managment",
"Планирование и управление проектами": "Planning and projects managment",
"Телеграм_СкрытьПоказатьГлавнуюТему": "TelegramAPI_HideShowMainTopic",
"ПРЕОБРАЗОВАТЬBASE64ВДВОИЧНЫЕДАННЫЕ": "CONVERTBASE64TOBINARY",
"Идентификатор объекта для удаления": "Identifier of the object to delete",