Skip to content

Commit 9b03b21

Browse files
authored
Merge branch 'develop' into fix/web-editor-translations
2 parents ce91428 + 4afdc0d commit 9b03b21

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

translations/locales/hi/translations.json

Lines changed: 22 additions & 3 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": "लिन्ट वॉर्निंग साउन्ड",
@@ -604,6 +612,17 @@
604612
},
605613
"Explorer": {
606614
"Files": "फ़ाइलें"
615+
},
616+
"Cookies": {
617+
"Header": "कुकीज",
618+
"Body": "p5.js संपादक कुकीज़ का उपयोग करता है। कुछ वेबसाइट की कार्यक्षमता के लिए आवश्यक हैं और आपको खाता और प्राथमिकताएँ प्रबंधित करने की अनुमति देते हैं। अन्य आवश्यक नहीं हैं - उनका उपयोग विश्लेषण के लिए किया जाता है और हमें अपने समुदाय के बारे में अधिक जानने की अनुमति मिलती है। <strong> हम इस डेटा को कभी नहीं बेचते हैं या विज्ञापन के लिए इसका उपयोग नहीं करते हैं। </strong> आप यह तय कर सकते हैं कि आप किन कुकीज़ को अनुमति देना चाहते हैं, और हमारी <0>गोपनीयता नीति<0> में और अधिक जान सकते हैं।",
619+
"AllowAll": "सभी को अनुमति दें",
620+
"AllowEssential": "आवश्यक अनुमति दें"
621+
},
622+
"Legal": {
623+
"PrivacyPolicy": "गोपनीयता नीति",
624+
"TermsOfUse": "उपयोग की शर्तें",
625+
"CodeOfConduct": "आचार संहिता"
607626
}
608627
}
609628

translations/locales/tr/translations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@
356356
"Description": "Kaydol",
357357
"Or": "Veya",
358358
"AlreadyHave": "Zaten bir hesabın var mı?",
359-
"Login": "Giriş yap"
359+
"Login": "Giriş yap",
360+
"Warning":"Kaydolarak p5.js Editörün Kullanım <0>Koşullarını</0> ve <1>Gizlilik Politikasını</1> kabul etmiş olursunuz."
360361
},
361362
"EmailVerificationView": {
362363
"Title": "p5.js Web Düzenleyicisi | E-posta Doğrulama",

0 commit comments

Comments
 (0)