diff --git a/src/content/ui/en.yaml b/src/content/ui/en.yaml index 5d09de5fd1..10668607fe 100644 --- a/src/content/ui/en.yaml +++ b/src/content/ui/en.yaml @@ -122,6 +122,7 @@ exampleCategories: Classes And Objects: "Classes And Objects" Loading And Saving Data: "Loading And Saving Data" Math And Physics: "Math And Physics" + Parallel Loading Promise: "Parallel Loading Promise" referenceCategories: modules: Foundation: Foundation diff --git a/src/content/ui/es.yaml b/src/content/ui/es.yaml index 2fec30651e..e77f7ceff8 100644 --- a/src/content/ui/es.yaml +++ b/src/content/ui/es.yaml @@ -51,7 +51,23 @@ briefPageDescriptions: People: Conoce al equipo de p5.js. exampleCategories: - Featured: Destacado + Featured: "Destacado" + Shapes And Color: "Formas y Color" + Animation And Variables: "Animación y Variables" + Imported Media: "Medios Importados" + Input Elements: "Elementos de Entrada" + Transformation: "Transformación" + Calculating Values: "Cálculo de Valores" + Repetition: "Repetición" + Listing Data with Arrays: "Listar Datos con Arreglos" + Angles And Motion: "Ángulos y Movimiento" + Games: "Juegos" + 3D: "3D" + Advanced Canvas Rendering: "Renderizado Avanzado de Canvas" + Classes And Objects: "Clases y Objetos" + Loading And Saving Data: "Cargar y Guardar Datos" + Math And Physics: "Matemáticas y Física" + Parallel Loading Promise: "Carga Paralela con Promise" referenceCategories: modules: diff --git a/src/content/ui/hi.yaml b/src/content/ui/hi.yaml index be22ec3f79..7f03c332c4 100644 --- a/src/content/ui/hi.yaml +++ b/src/content/ui/hi.yaml @@ -51,8 +51,23 @@ briefPageDescriptions: People: p5.js टीम को जानें। exampleCategories: - Featured: प्रमुख - + "Featured": "विशेष" + "Shapes And Color": "आकार और रंग" + "Animation And Variables": "एनीमेशन और चर" + "Imported Media": "आयातित मीडिया" + "Input Elements": "इनपुट तत्व" + "Transformation": "रूपांतरण" + "Calculating Values": "मानों की गणना" + "Repetition": "पुनरावृत्ति" + "Listing Data with Arrays": "एरे के साथ डेटा सूचीबद्ध करना" + "Angles And Motion": "कोण और गति" + "Games": "खेल" + "3D": "3D" + "Advanced Canvas Rendering": "उन्नत कैनवास रेंडरिंग" + "Classes And Objects": "क्लास और ऑब्जेक्ट्स" + "Loading And Saving Data": "डेटा लोड करना और सहेजना" + "Math And Physics": "गणित और भौतिकी" + "Parallel Loading Promise": "समानांतर लोडिंग प्रॉमिस" referenceCategories: modules: Typography: टाइपोग्राफी diff --git a/src/content/ui/ko.yaml b/src/content/ui/ko.yaml index cf8fd106f7..5648a780b2 100644 --- a/src/content/ui/ko.yaml +++ b/src/content/ui/ko.yaml @@ -48,6 +48,25 @@ briefPageDescriptions: Libraries: 커뮤니티가 만든 라이브러리로 p5.js의 가능성을 확장하세요. About: p5.js의 미션, 가치 및 주요 인물에 대해 알아보세요. People: p5.js 팀을 알아보세요. +exampleCategories: + Featured: "추천" + Shapes And Color: "도형과 색상" + Animation And Variables: "애니메이션과 변수" + Imported Media: "미디어 불러오기" + Input Elements: "입력 요소" + Transformation: "변환" + Calculating Values: "값 계산" + Repetition: "반복" + Listing Data with Arrays: "배열로 데이터 나열하기" + Angles And Motion: "각도와 움직임" + Games: "게임" + 3D: "3D" + Advanced Canvas Rendering: "고급 캔버스 렌더링" + Classes And Objects: "클래스와 객체" + Loading And Saving Data: "데이터 불러오기 및 저장하기" + Math And Physics: "수학과 물리" + Parallel Loading Promise: "병렬 로딩 Promise" + referenceCategories: modules: Math: 수학 diff --git a/src/content/ui/zh-Hans.yaml b/src/content/ui/zh-Hans.yaml index 5559b1f493..e36861174e 100644 --- a/src/content/ui/zh-Hans.yaml +++ b/src/content/ui/zh-Hans.yaml @@ -106,21 +106,22 @@ tutorialsPage: view-education-resources: 查看教育资源 exampleCategories: Featured: "精选" - Shapes And Color: "形状和颜色" - Animation And Variables: "动画和变量" + Shapes And Color: "形状与颜色" + Animation And Variables: "动画与变量" Imported Media: "导入媒体" Input Elements: "输入元素" Transformation: "变换" - Calculating Values: "计算值" + Calculating Values: "数值计算" Repetition: "重复" - Listing Data With Arrays: "使用数组列出数据" - Angles And Motion: "角度和运动" + Listing Data with Arrays: "使用数组列出数据" + Angles And Motion: "角度与运动" Games: "游戏" 3D: "3D" Advanced Canvas Rendering: "高级画布渲染" - Classes And Objects: "类和对象" - Loading And Saving Data: "加载和保存数据" - Math And Physics: "数学和物理" + Classes And Objects: "类与对象" + Loading And Saving Data: "加载与保存数据" + Math And Physics: "数学与物理" + Parallel Loading Promise: "并行加载 Promise" referenceCategories: modules: Foundation: 基础