Skip to content

Commit 1b09307

Browse files
authored
Merge pull request #3491 from takshittt/hindi-translation
hindi translation of about page and remaining parts of p5.js
2 parents d08cc0d + b20264b commit 1b09307

17 files changed

+69
-29
lines changed

client/modules/IDE/components/KeyboardShortcutModal.jsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ function KeyboardShortcutModal() {
7676
<span>{t('KeyboardShortcuts.CodeEditing.CreateNewFile')}</span>
7777
</li>
7878
</ul>
79-
<h3 className="keyboard-shortcuts__title">General</h3>
79+
<h3 className="keyboard-shortcuts__title">
80+
{t('KeyboardShortcuts.General')}
81+
</h3>
8082
<ul className="keyboard-shortcuts__list">
8183
<li className="keyboard-shortcut-item">
8284
<span className="keyboard-shortcut__command">{metaKeyName} + S</span>
@@ -86,29 +88,33 @@ function KeyboardShortcutModal() {
8688
<span className="keyboard-shortcut__command">
8789
{metaKeyName} + Enter
8890
</span>
89-
<span>{t('KeyboardShortcuts.General.StartSketch')}</span>
91+
<span>{t('KeyboardShortcuts.GeneralSelection.StartSketch')}</span>
9092
</li>
9193
<li className="keyboard-shortcut-item">
9294
<span className="keyboard-shortcut__command">
9395
{metaKeyName} + Shift + Enter
9496
</span>
95-
<span>{t('KeyboardShortcuts.General.StopSketch')}</span>
97+
<span>{t('KeyboardShortcuts.GeneralSelection.StopSketch')}</span>
9698
</li>
9799
<li className="keyboard-shortcut-item">
98100
<span className="keyboard-shortcut__command">
99101
{metaKeyName} + Shift + 1
100102
</span>
101-
<span>{t('KeyboardShortcuts.General.TurnOnAccessibleOutput')}</span>
103+
<span>
104+
{t('KeyboardShortcuts.GeneralSelection.TurnOnAccessibleOutput')}
105+
</span>
102106
</li>
103107
<li className="keyboard-shortcut-item">
104108
<span className="keyboard-shortcut__command">
105109
{metaKeyName} + Shift + 2
106110
</span>
107-
<span>{t('KeyboardShortcuts.General.TurnOffAccessibleOutput')}</span>
111+
<span>
112+
{t('KeyboardShortcuts.GeneralSelection.TurnOffAccessibleOutput')}
113+
</span>
108114
</li>
109115
<li className="keyboard-shortcut-item">
110116
<span className="keyboard-shortcut__command">Shift + Right</span>
111-
<span>Go to Reference for Selected Item in Hinter</span>
117+
<span>{t('KeyboardShortcuts.GeneralSelection.Reference')}</span>
112118
</li>
113119
</ul>
114120
</div>

translations/locales/be/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"CodeEditing": "কোড এডিটিং",
204204
"ColorPicker": "ইনলাইন রঙ নির্বাচক দেখান"
205205
},
206-
"General": {
206+
"GeneralSelection": {
207207
"StartSketch": "স্কেচ শুরু",
208208
"StopSketch": "স্কেচ বন্ধ",
209209
"TurnOnAccessibleOutput": "ব্যবহারযোগ্য আউটপুট চালু করুন",

translations/locales/de/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"FindPreviousTextMatch": "Vorherigen Text-Treffer finden",
194194
"CodeEditing": "Code editieren"
195195
},
196-
"General": {
196+
"GeneralSelection": {
197197
"StartSketch": "Sketch starten",
198198
"StopSketch": "Sketch stoppen",
199199
"TurnOnAccessibleOutput": "Barrierefreie Ausgabe einschalten",

translations/locales/en-US/translations.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,13 @@
251251
"ColorPicker": "Show Inline Color Picker",
252252
"CreateNewFile": "Create New File"
253253
},
254-
"General": {
254+
"General": "General",
255+
"GeneralSelection": {
255256
"StartSketch": "Start Sketch",
256257
"StopSketch": "Stop Sketch",
257258
"TurnOnAccessibleOutput": "Turn On Accessible Output",
258-
"TurnOffAccessibleOutput": "Turn Off Accessible Output"
259+
"TurnOffAccessibleOutput": "Turn Off Accessible Output",
260+
"Reference": "Go to Reference for Selected Item in Hinter"
259261
}
260262
},
261263
"Sidebar": {

translations/locales/es-419/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"FindPreviousTextMatch": "Encontrar la ocurrencia previa de texto",
201201
"CodeEditing": "Editando Código"
202202
},
203-
"General": {
203+
"GeneralSelection": {
204204
"StartSketch": "Iniciar bosquejo",
205205
"StopSketch": "Detener bosquejo",
206206
"TurnOnAccessibleOutput": "Activar salida accesible",

translations/locales/fr-CA/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"FindPreviousTextMatch": "Correspondance texte précédente",
204204
"CodeEditing": "Édition de code"
205205
},
206-
"General": {
206+
"GeneralSelection": {
207207
"StartSketch": "Exécuter le croquis",
208208
"StopSketch": "Arrêter le croquis",
209209
"TurnOnAccessibleOutput": "Activer la sortie accessible",

translations/locales/hi/translations.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
"About": {
9393
"Title": "के बारे में",
9494
"TitleHelmet": "p5.js वेब एडिटर | के बारे में",
95+
"Headline": "p5.js एडिटर के साथ p5.js स्केच बनाएं, शेयर करें और रीमिक्स करें।",
96+
"IntroDescription1": "p5.js एक मुफ्त, ओपन-सोर्स जावास्क्रिप्ट लाइब्रेरी है जिससे कोडिंग सीखने और कला बनाने में मदद मिलती है। p5.js एडिटर का उपयोग करके, आप बिना कुछ भी डाउनलोड या कॉन्फ़िगर किए p5.js स्केच बना सकते हैं, शेयर कर सकते हैं और रीमिक्स कर सकते हैं।",
97+
"IntroDescription2": "हमारा मानना है कि सॉफ़्टवेयर और इसे सीखने के उपकरण यथासंभव खुले और समावेशी होने चाहिए। आप प्रोसेसिंग फाउंडेशन को दान करके इस कार्य का समर्थन कर सकते हैं, जो संगठन p5.js का समर्थन करता है। आपका दान p5.js के लिए सॉफ़्टवेयर विकास, कोड उदाहरण और ट्यूटोरियल जैसे शिक्षा संसाधन, फेलोशिप और सामुदायिक कार्यक्रमों का समर्थन करता है।",
9598
"Contribute": "योगदान",
9699
"NewP5": "p5.js पर नये?",
97100
"Report": "बग रिपोर्ट",
@@ -107,7 +110,29 @@
107110
"Discord": "डिस्कॉर्ड",
108111
"PrivacyPolicy": "गोपनीयता नीति",
109112
"TermsOfUse": "उपयोग की शर्तें",
110-
"CodeOfConduct": "आचार संहिता"
113+
"CodeOfConduct": "आचार संहिता",
114+
"DiscordCTA": "डिस्कॉर्ड से जुड़ें",
115+
"ForumCTA": "समूह से जुड़ें",
116+
"Socials": "सोशल मीडिया",
117+
"Email": "ईमेल",
118+
"Youtube": "यूट्यूब",
119+
"Github": "गिटहब",
120+
"Reference": "रेफरेंस",
121+
"Donate": "दान करें",
122+
"GetInvolved": "शामिल हों",
123+
"X": "एक्स",
124+
"LinkDescriptions": {
125+
"Home": "p5.js और हमारे समुदाय के बारे में अधिक जानें।",
126+
"Examples": "संक्षिप्त उदाहरणों के साथ p5.js की संभावनाओं का पता लगाएं।",
127+
"CodeOfConduct": "हमारी सामुदायिक स्थिति और आचार संहिता पढ़ें।",
128+
"Libraries": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।",
129+
"Reference": "p5.js कोड के हर हिस्से के लिए आसान व्याख्याएं खोजें।",
130+
"Donate": "प्रोसेसिंग फाउंडेशन को दान देकर इस काम का समर्थन करें।",
131+
"Contribute": "गिटहब पर ओपन-सोर्स p5.js एडिटर में योगदान दें।",
132+
"Report": "p5.js एडिटर के साथ टूटे या गलत व्यवहार की रिपोर्ट करें।",
133+
"Forum": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।",
134+
"Discord": "समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ p5.js की संभावनाओं का विस्तार करें।"
135+
}
111136
},
112137
"Toast": {
113138
"OpenedNewSketch": "नया स्केच खोला",
@@ -131,7 +156,10 @@
131156
"StopSketchARIA": "स्केच बंद करे",
132157
"EditSketchARIA": "स्केच का नाम संपादित करें",
133158
"NewSketchNameARIA": "नया स्केच नाम",
134-
"By": " द्वारा "
159+
"By": " द्वारा ",
160+
"CustomLibraryVersion": "कस्टम p5.js संस्करण",
161+
"VersionPickerARIA": "संस्करण चयनकर्ता",
162+
"NewVersionPickerARIA": "संस्करण चयनकर्ता"
135163
},
136164
"Console": {
137165
"Title": "कंसोल",
@@ -212,14 +240,17 @@
212240
"FindNextTextMatch": "अगला शब्द मिलान खोजें",
213241
"FindPreviousTextMatch": "पिछला शब्द मिलान खोजें",
214242
"CodeEditing": "कोड संपादन",
215-
"ColorPicker": "इनलाइन कलर पिकर दिखाएँ"
243+
"ColorPicker": "इनलाइन कलर पिकर दिखाएँ",
244+
"CreateNewFile": "नया फ़ाइल बनाएँ"
216245

217246
},
218-
"General": {
247+
"General": "सामान्य",
248+
"GeneralSelection": {
219249
"StartSketch": "स्केच शुरू करें",
220250
"StopSketch": "स्केच रोकें",
221-
"TurnOnAccessibleOutput": "Accessibile आउटपुट चालू करें",
222-
"TurnOffAccessibleOutput": "Accessibile आउटपुट बंद करें"
251+
"TurnOnAccessibleOutput": "सुलभ आउटपुट चालू करें",
252+
"TurnOffAccessibleOutput": "सुलभ आउटपुट बंद करें",
253+
"Reference": "हिंटर में चुने गए आइटम के लिए रेफरेंस जाएँ"
223254
}
224255
},
225256
"Sidebar": {
@@ -633,6 +664,7 @@
633664
"PrivacyPolicy": "गोपनीयता नीति",
634665
"TermsOfUse": "उपयोग की शर्तें",
635666
"CodeOfConduct": "आचार संहिता"
636-
}
667+
},
668+
"Contact": "संपर्क"
637669
}
638670

translations/locales/it/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"CodeEditing": "Modifica del codice",
204204
"ColorPicker": "Mostra selettore colore in linea"
205205
},
206-
"General": {
206+
"GeneralSelection": {
207207
"StartSketch": "Avvia Sketch",
208208
"StopSketch": "Ferma Sketch",
209209
"TurnOnAccessibleOutput": "Attiva Output accessibile",

translations/locales/ja/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"FindPreviousTextMatch": "前の一致するテキストを検索",
194194
"CodeEditing": "コード編集"
195195
},
196-
"General": {
196+
"GeneralSelection": {
197197
"StartSketch": "スケッチを実行",
198198
"StopSketch": "スケッチを停止",
199199
"TurnOnAccessibleOutput": "アクセシビリティ出力を有効にする",

translations/locales/ko/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"FindPreviousTextMatch": "이전 텍스트 일치 항목 찾기",
182182
"CodeEditing": "코드 편집"
183183
},
184-
"General": {
184+
"GeneralSelection": {
185185
"StartSketch": "스케치 시작",
186186
"StopSketch": "스케치 중지",
187187
"TurnOnAccessibleOutput": "접근 가능한 출력 활성화",

0 commit comments

Comments
 (0)