Skip to content

hindi translation of about page and remaining parts of p5.js #3491

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

Merged
merged 2 commits into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions client/modules/IDE/components/KeyboardShortcutModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ function KeyboardShortcutModal() {
<span>{t('KeyboardShortcuts.CodeEditing.CreateNewFile')}</span>
</li>
</ul>
<h3 className="keyboard-shortcuts__title">General</h3>
<h3 className="keyboard-shortcuts__title">
{t('KeyboardShortcuts.General')}
</h3>
<ul className="keyboard-shortcuts__list">
<li className="keyboard-shortcut-item">
<span className="keyboard-shortcut__command">{metaKeyName} + S</span>
Expand All @@ -86,29 +88,33 @@ function KeyboardShortcutModal() {
<span className="keyboard-shortcut__command">
{metaKeyName} + Enter
</span>
<span>{t('KeyboardShortcuts.General.StartSketch')}</span>
<span>{t('KeyboardShortcuts.GeneralSelection.StartSketch')}</span>
</li>
<li className="keyboard-shortcut-item">
<span className="keyboard-shortcut__command">
{metaKeyName} + Shift + Enter
</span>
<span>{t('KeyboardShortcuts.General.StopSketch')}</span>
<span>{t('KeyboardShortcuts.GeneralSelection.StopSketch')}</span>
</li>
<li className="keyboard-shortcut-item">
<span className="keyboard-shortcut__command">
{metaKeyName} + Shift + 1
</span>
<span>{t('KeyboardShortcuts.General.TurnOnAccessibleOutput')}</span>
<span>
{t('KeyboardShortcuts.GeneralSelection.TurnOnAccessibleOutput')}
</span>
</li>
<li className="keyboard-shortcut-item">
<span className="keyboard-shortcut__command">
{metaKeyName} + Shift + 2
</span>
<span>{t('KeyboardShortcuts.General.TurnOffAccessibleOutput')}</span>
<span>
{t('KeyboardShortcuts.GeneralSelection.TurnOffAccessibleOutput')}
</span>
</li>
<li className="keyboard-shortcut-item">
<span className="keyboard-shortcut__command">Shift + Right</span>
<span>Go to Reference for Selected Item in Hinter</span>
<span>{t('KeyboardShortcuts.GeneralSelection.Reference')}</span>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/be/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"CodeEditing": "কোড এডিটিং",
"ColorPicker": "ইনলাইন রঙ নির্বাচক দেখান"
},
"General": {
"GeneralSelection": {
"StartSketch": "স্কেচ শুরু",
"StopSketch": "স্কেচ বন্ধ",
"TurnOnAccessibleOutput": "ব্যবহারযোগ্য আউটপুট চালু করুন",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"FindPreviousTextMatch": "Vorherigen Text-Treffer finden",
"CodeEditing": "Code editieren"
},
"General": {
"GeneralSelection": {
"StartSketch": "Sketch starten",
"StopSketch": "Sketch stoppen",
"TurnOnAccessibleOutput": "Barrierefreie Ausgabe einschalten",
Expand Down
6 changes: 4 additions & 2 deletions translations/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,13 @@
"ColorPicker": "Show Inline Color Picker",
"CreateNewFile": "Create New File"
},
"General": {
"General": "General",
"GeneralSelection": {
"StartSketch": "Start Sketch",
"StopSketch": "Stop Sketch",
"TurnOnAccessibleOutput": "Turn On Accessible Output",
"TurnOffAccessibleOutput": "Turn Off Accessible Output"
"TurnOffAccessibleOutput": "Turn Off Accessible Output",
"Reference": "Go to Reference for Selected Item in Hinter"
}
},
"Sidebar": {
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/es-419/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"FindPreviousTextMatch": "Encontrar la ocurrencia previa de texto",
"CodeEditing": "Editando Código"
},
"General": {
"GeneralSelection": {
"StartSketch": "Iniciar bosquejo",
"StopSketch": "Detener bosquejo",
"TurnOnAccessibleOutput": "Activar salida accesible",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/fr-CA/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"FindPreviousTextMatch": "Correspondance texte précédente",
"CodeEditing": "Édition de code"
},
"General": {
"GeneralSelection": {
"StartSketch": "Exécuter le croquis",
"StopSketch": "Arrêter le croquis",
"TurnOnAccessibleOutput": "Activer la sortie accessible",
Expand Down
46 changes: 39 additions & 7 deletions translations/locales/hi/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"About": {
"Title": "के बारे में",
"TitleHelmet": "p5.js वेब एडिटर | के बारे में",
"Headline": "p5.js एडिटर के साथ p5.js स्केच बनाएं, शेयर करें और रीमिक्स करें।",
"IntroDescription1": "p5.js एक मुफ्त, ओपन-सोर्स जावास्क्रिप्ट लाइब्रेरी है जिससे कोडिंग सीखने और कला बनाने में मदद मिलती है। p5.js एडिटर का उपयोग करके, आप बिना कुछ भी डाउनलोड या कॉन्फ़िगर किए p5.js स्केच बना सकते हैं, शेयर कर सकते हैं और रीमिक्स कर सकते हैं।",
"IntroDescription2": "हमारा मानना है कि सॉफ़्टवेयर और इसे सीखने के उपकरण यथासंभव खुले और समावेशी होने चाहिए। आप प्रोसेसिंग फाउंडेशन को दान करके इस कार्य का समर्थन कर सकते हैं, जो संगठन p5.js का समर्थन करता है। आपका दान p5.js के लिए सॉफ़्टवेयर विकास, कोड उदाहरण और ट्यूटोरियल जैसे शिक्षा संसाधन, फेलोशिप और सामुदायिक कार्यक्रमों का समर्थन करता है।",
"Contribute": "योगदान",
"NewP5": "p5.js पर नये?",
"Report": "बग रिपोर्ट",
Expand All @@ -107,7 +110,29 @@
"Discord": "डिस्कॉर्ड",
"PrivacyPolicy": "गोपनीयता नीति",
"TermsOfUse": "उपयोग की शर्तें",
"CodeOfConduct": "आचार संहिता"
"CodeOfConduct": "आचार संहिता",
"DiscordCTA": "डिस्कॉर्ड से जुड़ें",
"ForumCTA": "समूह से जुड़ें",
"Socials": "सोशल मीडिया",
"Email": "ईमेल",
"Youtube": "यूट्यूब",
"Github": "गिटहब",
"Reference": "रेफरेंस",
"Donate": "दान करें",
"GetInvolved": "शामिल हों",
"X": "एक्स",
"LinkDescriptions": {
"Home": "p5.js और हमारे समुदाय के बारे में अधिक जानें।",
"Examples": "संक्षिप्त उदाहरणों के साथ p5.js की संभावनाओं का पता लगाएं।",
"CodeOfConduct": "हमारी सामुदायिक स्थिति और आचार संहिता पढ़ें।",
"Libraries": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।",
"Reference": "p5.js कोड के हर हिस्से के लिए आसान व्याख्याएं खोजें।",
"Donate": "प्रोसेसिंग फाउंडेशन को दान देकर इस काम का समर्थन करें।",
"Contribute": "गिटहब पर ओपन-सोर्स p5.js एडिटर में योगदान दें।",
"Report": "p5.js एडिटर के साथ टूटे या गलत व्यवहार की रिपोर्ट करें।",
"Forum": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।",
"Discord": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।"
}
},
"Toast": {
"OpenedNewSketch": "नया स्केच खोला",
Expand All @@ -131,7 +156,10 @@
"StopSketchARIA": "स्केच बंद करे",
"EditSketchARIA": "स्केच का नाम संपादित करें",
"NewSketchNameARIA": "नया स्केच नाम",
"By": " द्वारा "
"By": " द्वारा ",
"CustomLibraryVersion": "कस्टम p5.js संस्करण",
"VersionPickerARIA": "संस्करण चयनकर्ता",
"NewVersionPickerARIA": "संस्करण चयनकर्ता"
},
"Console": {
"Title": "कंसोल",
Expand Down Expand Up @@ -212,14 +240,17 @@
"FindNextTextMatch": "अगला शब्द मिलान खोजें",
"FindPreviousTextMatch": "पिछला शब्द मिलान खोजें",
"CodeEditing": "कोड संपादन",
"ColorPicker": "इनलाइन कलर पिकर दिखाएँ"
"ColorPicker": "इनलाइन कलर पिकर दिखाएँ",
"CreateNewFile": "नया फ़ाइल बनाएँ"

},
"General": {
"General": "सामान्य",
"GeneralSelection": {
"StartSketch": "स्केच शुरू करें",
"StopSketch": "स्केच रोकें",
"TurnOnAccessibleOutput": "Accessibile आउटपुट चालू करें",
"TurnOffAccessibleOutput": "Accessibile आउटपुट बंद करें"
"TurnOnAccessibleOutput": "सुलभ आउटपुट चालू करें",
"TurnOffAccessibleOutput": "सुलभ आउटपुट बंद करें",
"Reference": "हिंटर में चुने गए आइटम के लिए रेफरेंस जाएँ"
}
},
"Sidebar": {
Expand Down Expand Up @@ -633,6 +664,7 @@
"PrivacyPolicy": "गोपनीयता नीति",
"TermsOfUse": "उपयोग की शर्तें",
"CodeOfConduct": "आचार संहिता"
}
},
"Contact": "संपर्क"
}

2 changes: 1 addition & 1 deletion translations/locales/it/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"CodeEditing": "Modifica del codice",
"ColorPicker": "Mostra selettore colore in linea"
},
"General": {
"GeneralSelection": {
"StartSketch": "Avvia Sketch",
"StopSketch": "Ferma Sketch",
"TurnOnAccessibleOutput": "Attiva Output accessibile",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/ja/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"FindPreviousTextMatch": "前の一致するテキストを検索",
"CodeEditing": "コード編集"
},
"General": {
"GeneralSelection": {
"StartSketch": "スケッチを実行",
"StopSketch": "スケッチを停止",
"TurnOnAccessibleOutput": "アクセシビリティ出力を有効にする",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/ko/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"FindPreviousTextMatch": "이전 텍스트 일치 항목 찾기",
"CodeEditing": "코드 편집"
},
"General": {
"GeneralSelection": {
"StartSketch": "스케치 시작",
"StopSketch": "스케치 중지",
"TurnOnAccessibleOutput": "접근 가능한 출력 활성화",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/pt-BR/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"FindPreviousTextMatch": "Procurar ocorrência de texto anterior",
"CodeEditing": "Code Editing"
},
"General": {
"GeneralSelection": {
"StartSketch": "Começar Esboço",
"StopSketch": "Parar Esboço",
"TurnOnAccessibleOutput": "Ativar Saída Acessível",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/sv/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"FindPreviousTextMatch": "Sök föregående textmatchning",
"CodeEditing": "kodredigering"
},
"General": {
"GeneralSelection": {
"StartSketch": "Kör sketch",
"StopSketch": "Stoppa sketch",
"TurnOnAccessibleOutput": "Sätt på tillgänglig output",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/tr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"CodeEditing": "Kod Düzenleme",
"ColorPicker": "Satır İçi Renk Seçiciyi Göster"
},
"General": {
"GeneralSelection": {
"StartSketch": "Eskizi Başlat",
"StopSketch": "Eskizi Durdur",
"TurnOnAccessibleOutput": "Erişilebilir Çıktıyı Aç",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/uk-UA/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"FindPreviousTextMatch": "Знайти попередній збіг тексту",
"CodeEditing": "Редагування коду"
},
"General": {
"GeneralSelection": {
"StartSketch": "Запустити",
"StopSketch": "Зупинити",
"TurnOnAccessibleOutput": "Увімкнути доступне виведення",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/ur/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"CodeEditing": "کوڈ ایڈیٹنگ",
"ColorPicker": "ان لائن رنگ چنندہ دکھائیں۔"
},
"General": {
"GeneralSelection": {
"StartSketch": "خاکہ شروع کریں۔",
"StopSketch": "خاکہ بند کریں",
"TurnOnAccessibleOutput": "قابل رسائی آؤٹ پٹ کو آن کریں۔",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/zh-CN/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"FindPreviousTextMatch": "查找上一个符合的文字",
"CodeEditing": "代码编辑"
},
"General": {
"GeneralSelection": {
"StartSketch": "运行项目",
"StopSketch": "停止运行",
"TurnOnAccessibleOutput": "打开无障碍输出",
Expand Down
2 changes: 1 addition & 1 deletion translations/locales/zh-TW/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"FindPreviousTextMatch": "尋找上一個相符的文字",
"CodeEditing": "編輯程式碼"
},
"General": {
"GeneralSelection": {
"StartSketch": "執行草稿",
"StopSketch": "停止草稿",
"TurnOnAccessibleOutput": "啟用輔助輸出",
Expand Down