Skip to content

Commit 4afdc0d

Browse files
authored
Merge pull request #2729 from reach2saksham/develop
Fixed hindi translations of issue no 2609
2 parents 24989a5 + bd5a67c commit 4afdc0d

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

translations/locales/hi/translations.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@
9696
"Resources": "साधन",
9797
"Libraries": "लाइब्रेरीज़",
9898
"Forum": "समूह",
99-
"Examples": "उदाहरण"
99+
"Examples": "उदाहरण",
100+
"PrivacyPolicy": "गोपनीयता नीति",
101+
"TermsOfUse": "उपयोग की शर्तें",
102+
"CodeOfConduct": "आचार संहिता"
100103
},
101104
"Toast": {
102105
"OpenedNewSketch": "नया स्केच खोला",
@@ -142,6 +145,8 @@
142145
"DecreaseFontARIA": "फॉन्ट साइज़ कम करें",
143146
"IncreaseFont": "बढ़ाएं",
144147
"IncreaseFontARIA": "फॉन्ट साइज़ बढ़ाएं",
148+
"FontSize": "फ़ॉन्ट आकार",
149+
"SetFontSize": "फ़ॉन्ट आकार सेट करें",
145150
"Autosave": "ऑटोसेव",
146151
"On": "चालू",
147152
"AutosaveOnARIA": "ऑटोसेव चालू",
@@ -174,7 +179,7 @@
174179
"KeyboardShortcuts": {
175180
"Title": " कीबोर्ड शॉर्टकट",
176181
"ShortcutsFollow": "कोड संपादन कीबोर्ड शॉर्टकट अनुसरण करते हैं",
177-
"SublimeText": "Sublime Text शॉर्टकट",
182+
"SublimeText": "सबलाइम टेक्स्ट शॉर्टकट",
178183
"CodeEditing": {
179184
"Tidy": "साफ",
180185
"FindText": "शब्द ढूंढे",
@@ -186,7 +191,9 @@
186191
"CommentLine": "टिप्पणी लाइन",
187192
"FindNextTextMatch": "अगला शब्द मिलान खोजें",
188193
"FindPreviousTextMatch": "पिछला शब्द मिलान खोजें",
189-
"CodeEditing": "कोड संपादन"
194+
"CodeEditing": "कोड संपादन",
195+
"ColorPicker": "इनलाइन कलर पिकर दिखाएँ"
196+
190197
},
191198
"General": {
192199
"StartSketch": "स्केच शुरू करें",
@@ -573,6 +580,7 @@
573580
"DarkTheme": "डार्क",
574581
"HighContrastTheme": "ज़्यादा कंट्रास्ट",
575582
"Autosave": "ऑटोसेव",
583+
"AutocompleteHinter": "ऑटोकंप्लीट हिंटर",
576584
"WordWrap": "वर्ड रैप",
577585
"LineNumbers": "लाइन नम्बर्ज़",
578586
"LintWarningSound": "लिन्ट वॉर्निंग साउन्ड",
@@ -605,10 +613,16 @@
605613
"Explorer": {
606614
"Files": "फ़ाइलें"
607615
},
616+
"Cookies": {
617+
"Header": "कुकीज",
618+
"Body": "p5.js संपादक कुकीज़ का उपयोग करता है। कुछ वेबसाइट की कार्यक्षमता के लिए आवश्यक हैं और आपको खाता और प्राथमिकताएँ प्रबंधित करने की अनुमति देते हैं। अन्य आवश्यक नहीं हैं - उनका उपयोग विश्लेषण के लिए किया जाता है और हमें अपने समुदाय के बारे में अधिक जानने की अनुमति मिलती है। <strong> हम इस डेटा को कभी नहीं बेचते हैं या विज्ञापन के लिए इसका उपयोग नहीं करते हैं। </strong> आप यह तय कर सकते हैं कि आप किन कुकीज़ को अनुमति देना चाहते हैं, और हमारी <0>गोपनीयता नीति<0> में और अधिक जान सकते हैं।",
619+
"AllowAll": "सभी को अनुमति दें",
620+
"AllowEssential": "आवश्यक अनुमति दें"
621+
},
608622
"Legal": {
609-
"PrivacyPolicy": "प्राइवेसी पॉलिसी",
610-
"TermsOfUse": "टर्म्स ऑफ़ यूज़",
611-
"CodeOfConduct": "कोड ऑफ़ कंडक्ट"
623+
"PrivacyPolicy": "गोपनीयता नीति",
624+
"TermsOfUse": "उपयोग की शर्तें",
625+
"CodeOfConduct": "आचार संहिता"
612626
}
613627
}
614628

0 commit comments

Comments
 (0)