From 51ad855fbe4d4c0162cef6b2d0e69acd3cc0b56b Mon Sep 17 00:00:00 2001 From: camperbot Date: Sat, 4 Dec 2021 10:28:07 -0800 Subject: [PATCH] chore(i18n,learn): update translations (#44382) --- client/i18n/locales/chinese-traditional/intro.json | 14 ++++++++++++++ client/i18n/locales/chinese/intro.json | 14 ++++++++++++++ client/i18n/locales/espanol/intro.json | 14 ++++++++++++++ client/i18n/locales/italian/intro.json | 14 ++++++++++++++ client/i18n/locales/portuguese/intro.json | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 16912a53e05..dd157c1525d 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -141,12 +141,26 @@ "" ] }, + "learn-css-transforms-by-building-a-penguin": { + "title": "Learn CSS Transforms by Building a Penguin", + "intro": [ + "", + "" + ] + }, "learn-css-animation-by-building-a-ferris-wheel": { "title": "通過構建摩天輪來學習 CSS 動畫", "intro": [ "", "" ] + }, + "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { + "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 45b1bc2750c..0cbe6f80710 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -141,12 +141,26 @@ "" ] }, + "learn-css-transforms-by-building-a-penguin": { + "title": "Learn CSS Transforms by Building a Penguin", + "intro": [ + "", + "" + ] + }, "learn-css-animation-by-building-a-ferris-wheel": { "title": "通过构建摩天轮来学习 CSS 动画", "intro": [ "", "" ] + }, + "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { + "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 648ef3e7648..00be59c06d0 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -141,12 +141,26 @@ "" ] }, + "learn-css-transforms-by-building-a-penguin": { + "title": "Learn CSS Transforms by Building a Penguin", + "intro": [ + "", + "" + ] + }, "learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": [ "", "" ] + }, + "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { + "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 41098bcc951..9cb68752e86 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -141,12 +141,26 @@ "" ] }, + "learn-css-transforms-by-building-a-penguin": { + "title": "Learn CSS Transforms by Building a Penguin", + "intro": [ + "", + "" + ] + }, "learn-css-animation-by-building-a-ferris-wheel": { "title": "Learn CSS Animation by Building a Ferris Wheel", "intro": [ "", "" ] + }, + "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { + "title": "Learn More About CSS Pseudo Selectors By Building A Balance Sheet", + "intro": [ + "", + "" + ] } } }, diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 55d88b2f3aa..c4baf03e989 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -141,12 +141,26 @@ "" ] }, + "learn-css-transforms-by-building-a-penguin": { + "title": "Aprenda transformações em CSS criando um pinguim", + "intro": [ + "", + "" + ] + }, "learn-css-animation-by-building-a-ferris-wheel": { "title": "Aprenda animação em CSS construindo uma roda gigante", "intro": [ "", "" ] + }, + "learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": { + "title": "Saiba mais sobre os pseudosseletores em CSS criando uma folha de saldo", + "intro": [ + "", + "" + ] } } },