From d0f4240ca00b7912e1451316dc065377ab812c31 Mon Sep 17 00:00:00 2001 From: camperbot Date: Tue, 14 Sep 2021 05:58:08 -0700 Subject: [PATCH] chore(i18n,learn): update translations (#43455) --- client/i18n/locales/chinese-traditional/intro.json | 7 +++++++ client/i18n/locales/chinese/intro.json | 7 +++++++ client/i18n/locales/espanol/intro.json | 7 +++++++ client/i18n/locales/italian/intro.json | 7 +++++++ client/i18n/locales/portuguese/intro.json | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 12b6972c6c..605358e4ab 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -98,6 +98,13 @@ "Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.", "In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning." ] + }, + "css-piano": { + "title": "CSS Piano", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 3eda4dc4e6..d05ac56aa0 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -98,6 +98,13 @@ "Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.", "In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning." ] + }, + "css-piano": { + "title": "CSS Piano", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 5680d06b1a..532f53c797 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -98,6 +98,13 @@ "Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.", "In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning." ] + }, + "css-piano": { + "title": "CSS Piano", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 4b695c9f5c..5e3fbc4150 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -98,6 +98,13 @@ "Pablo Picasso was known for his Cubism style of painting, a style recognized by representations of objects broken down and reassembled from multiple perspectives. Picasso's paintings are often highly abstract and thought provoking.", "In this course, you will use CSS to create your own painting in the style of Picasso. You will learn about FontAwesome SVG icons, CSS positioning, and reinforce the skills you have already been learning." ] + }, + "css-piano": { + "title": "CSS Piano", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index ed296a19a5..70c7ffb758 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -98,6 +98,13 @@ "Pablo Picasso era conhecido pelo seu estilo de pintura, o Cubismo, um estilo reconhecido pelas representações de objetos quebrados e remontados a partir de múltiplas perspectivas. As pinturas de Picasso são muitas vezes muito abstratas e fazem pensar.", "Neste curso, você usará o CSS para criar sua própria pintura ao estilo de Picasso. Você aprenderá sobre os ícones SVG FontAwesome, posicionamento em CSS e reforçará as habilidades que você já está aprendendo." ] + }, + "css-piano": { + "title": "CSS Piano", + "intro": [ + "", + "" + ] } } },