-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Todo List Feature #322
Changes from 6 commits
3e61e1e
dd4e1ce
b06c71f
c182bfe
f67c4c3
d0eda7f
2bfbead
202ccf2
bbd48ea
2a9932e
f65c6ee
33bae92
87182a5
78fe7c1
8e55573
e4f913d
cd05d39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,7 @@ const translations = { | |
"ai_tools": "AI Tools", | ||
"userText": "Click here to edit", | ||
"googleAppsHover": "Google Apps", // Keep this untranslated if string width is much longer | ||
"todoListHover": "ToDo List", // Keep this untranslated if string width is much longer | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -130,6 +131,7 @@ const translations = { | |
"failedbackup": "Backup failed: ", | ||
"restorecompleted": "Restore completed successfully!", | ||
"restorefailed": "Restore failed: ", | ||
"emptytodoinput": "You Must Write Something", | ||
}, | ||
|
||
|
||
|
@@ -210,6 +212,7 @@ const translations = { | |
"ai_tools": "Ferramentas de IA", | ||
"userText": "Clique aqui para editar", | ||
"googleAppsHover": "Apps do Google", | ||
"todoListHover": "Lista de tarefas", | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -229,7 +232,8 @@ const translations = { | |
"copilot": "Copilot", | ||
"perplexity": "Perplexity", | ||
"firefly": "Adobe Firefly", | ||
"github": "GitHub" | ||
"github": "GitHub", | ||
"emptytodoinput": "Você deve escrever algo", | ||
}, | ||
|
||
|
||
|
@@ -323,6 +327,8 @@ const translations = { | |
"duckEngine": "DuckDuckGo", | ||
"bingEngine": "必应", | ||
"googleAppsHover": "谷歌应用", | ||
"todoListHover": "待办事项清单", | ||
"emptytodoinput": "你必须写点东西", | ||
}, | ||
|
||
|
||
|
@@ -427,6 +433,7 @@ const translations = { | |
"firefly": "एडोबी फायरफ्लाई", | ||
"github": "गिटहब", | ||
"googleAppsHover": "गूगल ऐप्स", | ||
"todoListHover": "कार्य सूची", | ||
|
||
// Wallpaper and alerts | ||
"uploadWallpaperText": "वॉलपेपर अपलोड करें", | ||
|
@@ -448,6 +455,7 @@ const translations = { | |
"failedbackup": "बैकअप विफल: ", | ||
"restorecompleted": "पुनर्स्थापना सफलतापूर्वक पूरी हुई!", | ||
"restorefailed": "पुनर्स्थापना विफल: ", | ||
"emptytodoinput": "आपको कुछ अवश्य लिखना चाहिए", | ||
}, | ||
|
||
|
||
|
@@ -530,6 +538,7 @@ const translations = { | |
"ai_tools": "AI nástroje", | ||
"userText": "Upravíte po kliknutí", | ||
"googleAppsHover": "Google aplikace", | ||
"todoListHover": "Seznam úkolů", | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -543,6 +552,7 @@ const translations = { | |
"uploadWallpaperText": "Nahrát tapetu", | ||
"backupText": "Zálohovat", | ||
"restoreText": "Obnovit", | ||
"emptytodoinput": "Musíte něco napsat", | ||
}, | ||
|
||
|
||
|
@@ -651,7 +661,8 @@ const translations = { | |
"imagedimensions": "Attenzione: Le dimensioni dell'immagine caricata ({width}x{height}) superano i 1920x1080 pixel. \n\nCiò potrebbe influire sulle prestazioni o l'immagine potrebbe non essere caricata correttamente.", | ||
"failedbackup": "Backup fallito: ", | ||
"restorecompleted": "Ripristino completato con successo!", | ||
"restorefailed": "Ripristino fallito: " | ||
"restorefailed": "Ripristino fallito: ", | ||
"emptytodoinput": "Devi scrivere qualcosa", | ||
}, | ||
|
||
|
||
|
@@ -738,6 +749,7 @@ const translations = { | |
"afternoon": "İyi öğleden sonra!", | ||
"evening": "İyi akşamlar!" | ||
}, | ||
"emptytodoinput": "Bir Şey Yazmalısın", | ||
}, | ||
|
||
|
||
|
@@ -825,6 +837,7 @@ const translations = { | |
"ai_tools": "এআই টুলস", | ||
"userText": "এখানে আপনার টেক্সট লিখুন", | ||
"googleAppsHover": "গুগল অ্যাপস", | ||
"todoListHover": "তালিকা তৈরি", | ||
|
||
// Greeting | ||
greeting: { | ||
|
@@ -866,6 +879,7 @@ const translations = { | |
"failedbackup": "ব্যাকআপ ব্যর্থ: ", | ||
"restorecompleted": "পুনরুদ্ধার সফলভাবে সম্পন্ন হয়েছে!", | ||
"restorefailed": "পুনরুদ্ধার ব্যর্থ: ", | ||
"emptytodoinput": "ইউ মাস্ট রাইট সামথিং", | ||
}, | ||
|
||
|
||
|
@@ -952,6 +966,7 @@ const translations = { | |
"afternoon": "Chào buổi chiều!", | ||
"evening": "Chào buổi tối!" | ||
}, | ||
"emptytodoinput": "Bạn phải viết một cái gì đó", | ||
}, | ||
|
||
|
||
|
@@ -1056,6 +1071,7 @@ const translations = { | |
"firefly": "Adobe Firefly", | ||
"github": "GitHub", | ||
"googleAppsHover": "Гугл приложения", | ||
"todoListHover": "Список дел", | ||
|
||
// Wallpaper and alerts | ||
"uploadWallpaperText": "Загрузить обои", | ||
|
@@ -1077,6 +1093,7 @@ const translations = { | |
"failedbackup": "Резервное копирование не удалось: ", | ||
"restorecompleted": "Восстановление настроек успешно завершено!", | ||
"restorefailed": "Восстановление настроек не удалось: ", | ||
"emptytodoinput":"Вы должны что-то написать", | ||
}, | ||
|
||
|
||
|
@@ -1329,6 +1346,7 @@ const translations = { | |
"ai_tools": "AIツール", | ||
"userText": "ここをクリックして編集", | ||
"googleAppsHover": "Googleアプリ", | ||
"todoListHover": "やることリスト", | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -1350,6 +1368,7 @@ const translations = { | |
"perplexity": "Perplexity", | ||
"firefly": "Adobe Firefly", | ||
"github": "GitHub", | ||
"emptytodoinput":"何かを書かなければなりません", | ||
}, | ||
|
||
|
||
|
@@ -1450,6 +1469,8 @@ const translations = { | |
"firefly": "어도비 파이어플라이", | ||
"github": "깃허브", | ||
"googleAppsHover": "구글 앱", | ||
"todoListHover": "할 일 목록", | ||
"emptytodoinput":"당신은 뭔가를 작성해야합니다", | ||
}, | ||
|
||
|
||
|
@@ -1627,6 +1648,7 @@ const translations = { | |
"ai_tools": "AI साधने", | ||
"userText": "येथे आपला मजकूर लिहा", | ||
"googleAppsHover": "गुगल ॲप्स", | ||
"todoListHover": "करण्याची यादी", | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -1669,8 +1691,8 @@ const translations = { | |
"imagedimensions": "तयार केलेली इमेज ({width}x{height}) चे परिमाण 1920x1080 पिक्सल्सपेक्षा जास्त आहे. \n\nयामुळे कार्यक्षमता प्रभावित होऊ शकते किंवा इमेज नीट लोड होऊ नये.", | ||
"failedbackup": "बॅकअप अयशस्वी: ", | ||
"restorecompleted": "पुनर्संचयित यशस्वी झाले!", | ||
"restorefailed": "पुनर्संचयित अयशस्वी: " | ||
|
||
"restorefailed": "पुनर्संचयित अयशस्वी: ", | ||
"emptytodoinput":"यू मस्ट रायट समथिंग", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure I'll leave the translations then 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
}, | ||
|
||
|
||
|
@@ -1753,6 +1775,7 @@ const translations = { | |
"ai_tools": "Outils IA", | ||
"userText": "Cliquez ici pour modifier", | ||
"googleAppsHover": "Applications Google", // Keep this untranslated if string width is much longer | ||
"todoListHover": "Liste de tâches", | ||
// End of Body and New Tab Items | ||
|
||
// Greeting | ||
|
@@ -1796,6 +1819,7 @@ const translations = { | |
"failedbackup": "Échec de la sauvegarde: ", | ||
"restorecompleted": "Restauration terminée avec succès!", | ||
"restorefailed": "Échec de la restauration: ", | ||
"emptytodoinput":"Vous devez écrire quelque chose", | ||
} | ||
}; | ||
|
||
|
@@ -1916,6 +1940,7 @@ function applyLanguage(lang) { | |
{ id: 'metaAI', key: 'metaAI'}, | ||
{ id: 'github', key: 'github' }, | ||
{ id: 'googleAppsHover', key: 'googleAppsHover' }, | ||
{ id: 'todoListHover', key: 'todoListHover' }, | ||
{ id: 'uploadWallpaperText', key: 'uploadWallpaperText' }, | ||
{ id: 'backupText', key: 'backupText' }, | ||
{ id: 'restoreText', key: 'restoreText' }, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong translation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¯\_(ツ)_/¯
Used google translateThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd, they transliterated it lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He translation should be "তোমার কিছু লেখা উচিত"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave up on languages I don't know.
Someone who knows them can maybe add them later in language.js :)