[AI] Delete link on documentation

This commit is contained in:
Alexey Koshelev
2025-04-10 13:50:21 +03:00
parent 6967688370
commit 90abcc3907
2 changed files with 0 additions and 19 deletions

View File

@ -464,24 +464,6 @@
let button1 = new Asc.ButtonToolbar(buttonMainToolbar);
button1.text = "Settings";
button1.icons = getToolBarButtonIcons("settings");
button1.split = true;
button1.menu = [
{
text:'Settings',
id:'settings-settings',
onclick: () => {
onOpenSettingsModal();
}
},
{
text:'About',
id:'settings-about',
onclick: () => {
// TODO: Redirect on documentation page
console.log('about');
}
}
];
button1.attachOnClick(function(data){
onOpenSettingsModal();
});

View File

@ -75,7 +75,6 @@
"Translate to Italian" : "Перевести на итальянский язык",
"Generate image from text" : "Создать картинку по тексту",
"Settings" : "Настройки",
"About" : "About",
"For work with this model we should save chat history and sent it into a request." : "Для работы с этой моделью мы должны сохранять историю диалога и посылать её в запросе.",
"But we have a limit on the number of tokens in the request." : "Но мы имеем ограничение на количество токенов в запросе.",
"That's why sometimes you should clear your chat history." : "Поэтому иногда вам следует очищать историю чата.",