feat: add download ZIP and push to GitHub features, fix code overflow in chat

This commit is contained in:
Gemini AI
2025-12-29 19:20:25 +04:00
Unverified
parent 5fcc6c0948
commit 3d00e5dca4
6 changed files with 386 additions and 3 deletions

View File

@@ -435,6 +435,14 @@ export const translations = {
live: "Live",
chatTitle: "New Chat",
chatPrefix: "Chat",
downloadZip: "Download ZIP",
pushToGithub: "Push to GitHub",
githubAuth: "GitHub Auth",
repositoryName: "Repository Name",
pushingToGithub: "Pushing to GitHub...",
successPush: "Successfully pushed to GitHub!",
errorPush: "Failed to push to GitHub",
enterGithubToken: "Enter GitHub Personal Access Token",
}
},
ru: {
@@ -871,6 +879,14 @@ export const translations = {
live: "Живой",
chatTitle: "Новый чат",
chatPrefix: "Чат",
downloadZip: "Скачать ZIP",
pushToGithub: "Пуш в GitHub",
githubAuth: "GitHub Auth",
repositoryName: "Название репозитория",
pushingToGithub: "Отправка в GitHub...",
successPush: "Успешно отправлено в GitHub!",
errorPush: "Ошибка при отправке в GitHub",
enterGithubToken: "Введите GitHub Personal Access Token",
}
},
he: {
@@ -1307,6 +1323,14 @@ export const translations = {
live: "חי",
chatTitle: "צ'אט חדש",
chatPrefix: "צ'אט",
downloadZip: "הורד ZIP",
pushToGithub: "דחוף ל-GitHub",
githubAuth: "אימות GitHub",
repositoryName: "שם מאגר",
pushingToGithub: "דוחף ל-GitHub...",
successPush: "נדחף בהצלחה ל-GitHub!",
errorPush: "נכשל בדחיפה ל-GitHub",
enterGithubToken: "הזן GitHub Personal Access Token",
}
}
};