-
Notifications
You must be signed in to change notification settings - Fork 167
Add missing translations for tutorial section headings #931
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
42b69c7
a057c3b
01f8f36
12bac5f
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 | ||||
---|---|---|---|---|---|---|
|
@@ -37,6 +37,7 @@ Related Examples: संबंधित उदाहरण | |||||
Show Code: कोड दिखाएं | ||||||
Donate to p5.js: p5.js को दान करें | ||||||
Download p5.js: p5.js डाउनलोड करें | ||||||
|
||||||
briefPageDescriptions: | ||||||
Reference: p5.js कोड के प्रत्येक भाग के लिए आसान व्याख्या ढूंढें। | ||||||
Examples: p5.js की संभावनाओं का पता लगाएं छोटे उदाहरणों के साथ। | ||||||
|
@@ -48,6 +49,10 @@ briefPageDescriptions: | |||||
Libraries: p5.js की संभावनाओं का विस्तार करें समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ। | ||||||
About: p5.js के पीछे मिशन, मूल्यों और लोगों के बारे में जानें। | ||||||
People: p5.js टीम को जानें। | ||||||
|
||||||
exampleCategories: | ||||||
Featured: प्रमुख | ||||||
|
||||||
referenceCategories: | ||||||
modules: | ||||||
Typography: टाइपोग्राफी | ||||||
|
@@ -64,7 +69,7 @@ referenceCategories: | |||||
Trigonometry: त्रिकोणमिति | ||||||
Creating & Reading: बनाना और पढ़ना | ||||||
2D Primitives: 2D आदिम | ||||||
Setting: स्थिरांक | ||||||
Setting: सेटिंग | ||||||
DOM: डोम | ||||||
Constants: स्थिरांक | ||||||
Pixels: पिक्सल | ||||||
|
@@ -74,3 +79,15 @@ referenceCategories: | |||||
Attributes: गुण | ||||||
Noise: नॉइज़ | ||||||
Random: यादृच्छिक | ||||||
|
||||||
|
||||||
tutorialCategories: | ||||||
introduction: "p5.js का परिचय" | ||||||
drawing: "चित्रण" | ||||||
web-design: "वेब डिज़ाइन" | ||||||
accessibility: "सुलभता" | ||||||
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.
Suggested change
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. Please use "अभिगम्यता" here |
||||||
criticalAI: "क्रिटिकल AI" | ||||||
webgl: "वेबग्ल" | ||||||
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.
Suggested change
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. we should do "वेबजीएल" instead of "वेबग्ल". |
||||||
advanced: "उन्नत विषय" | ||||||
education-resources: "शैक्षिक संसाधन" | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -97,10 +97,11 @@ tutorialCategories: | |||||
drawing: "绘图" | ||||||
"web-design": "网页设计" | ||||||
accessibility: "无障碍" | ||||||
webgl: "WebGL" | ||||||
"advanced": "高级主题" | ||||||
criticalAI: " 批判性人工智能" | ||||||
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.
Suggested change
|
||||||
webgl: "网页图形库" | ||||||
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. In Chinese we don't translate proper nouns such as library names, so I’d like to keep it as WebGL. |
||||||
advanced: "高级主题" | ||||||
education-resources: "教育资源" | ||||||
tutorialsPage: | ||||||
education-resources: 教育资源 | ||||||
education-resources-snippet: "每个教学经验都有其独特的目标、信息、条件和环境。通过记录和分享 p5.js 教育资源,如工作坊和课程,我们旨在更好地连接全球的 p5.js 学习者和教育者社区。" | ||||||
view-education-resources: 查看教育资源 | ||||||
exampleCategories: | ||||||
|
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.
Just a quick heads up -> noticed the inconsistency while reviewing; in the translation keys across the YAML files:
"web-design":
has quoteseducation-resources:
missing quotes"advanced":
has quotesShould we standardize this? since keys with hyphens usually need quotes.
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.
hey @adi-ray I noticed the mix too some keys are quoted, some are not. I kept the same style as the original files I edited to avoid unrelated changes