chore(i18n,client): processed translations (#45234)

This commit is contained in:
camperbot
2022-02-24 23:48:04 +05:30
committed by GitHub
parent 2846df2b66
commit 8ee7aa08f8
7 changed files with 17 additions and 17 deletions

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."

View File

@ -118,21 +118,21 @@
]
},
"learn-basic-css-by-building-a-cafe-menu": {
"title": "CSS 基礎の学習: カフェメニューを作る",
"title": "CSS 基礎の学習: カフェメニューを作成する",
"intro": [
"CSS はブラウザにウェブページをどうやって表示するか指示します。CSS を使用して HTML 要素の色、フォント、サイズ、また他の様相を設定できます。",
"このコースでは、カフェのウェブページ用のメニューページをデザインして CSS を学習します。"
]
},
"learn-the-css-box-model-by-building-a-rothko-painting": {
"title": "CSS ボックスモデルの学習: ロスコの絵画を作る",
"title": "CSS ボックスモデルの学習: ロスコの絵画を作成する",
"intro": [
"すべての HTML 要素は間隔と境界を伴ったボックスそのものです。これはボックスモデルと呼ばれています。",
"このコースでは、CSS とボックスモデルを使ってロスコ風の長方形アート作品を作成します。"
]
},
"learn-css-variables-by-building-a-city-skyline": {
"title": "CSS 変数の学習: 都市のスカイラインを作る",
"title": "CSS 変数の学習: 都市のスカイラインを作成する",
"intro": [
"CSS の変数はスタイルを体系づけたり、それらを再利用するのに役立ちます。",
"このコースでは、都市のスカイラインを作成します。CSS の変数の設定方法を学習して、使いたい時にいつでもそれらを再利用できるようにします。"
@ -146,41 +146,41 @@
]
},
"learn-accessibility-by-building-a-quiz": {
"title": "アクセシビリティの学習: クイズを作る",
"title": "アクセシビリティの学習: クイズを作成する",
"intro": [
"アクセシビリティとは、障害のある人を含むすべての人々にとって、ウェブページを利用しやすくすることです。",
"このコースでは、クイズのウェブページを作成します。キーボードショートカット、ARIA 属性、デザインのベストプラクティスなど、アクセシビリティのツールについて学習します。"
]
},
"learn-intermediate-css-by-building-a-picasso-painting": {
"title": "CSS 中級の学習: ピカソの絵画を作る",
"title": "CSS 中級の学習: ピカソの絵画を作成する",
"intro": [
"このコースでは、ピカソの絵画のウェブページを自分でコーディングすることで中級の CSS テクニックを学習します。SVG アイコンや、CSS の位置決めについて学習し、学んできた他の CSS スキルを復習します。"
]
},
"learn-responsive-web-design-by-building-a-piano": {
"title": "レスポンシブウェブデザインの学習: ピアノを作る",
"title": "レスポンシブウェブデザインの学習: ピアノを作成する",
"intro": [
"レスポンシブデザインはウェブページに異なるサイズのスクリーンでどのように見える必要があるかを伝えます。",
"このコースでは、CSS とレスポンシブデザインを用いてピアノをコーディングします。メディアクエリと疑似セレクターについてもさらに学習します。"
]
},
"learn-css-flexbox-by-building-a-photo-gallery": {
"title": "CSS フレックスボックスの学習: フォトギャラリーを作る",
"title": "CSS フレックスボックスの学習: フォトギャラリーを作成する",
"intro": [
"フレックスボックスはどの画面サイズでも綺麗に表示されるようにウェブページをデザインするのに役立ちます。",
"このコースでは、フレックスボックスを用いてレスポンシブなフォトギャラリーウェブページを作成します。"
]
},
"learn-css-grid-by-building-a-magazine": {
"title": "CSS グリッドの学習: 雑誌を作る",
"title": "CSS グリッドの学習: 雑誌を作成する",
"intro": [
"CSS のグリッドはウェブページデザインの行と列を制御できるようにしてくれます。",
"このコースでは、雑誌の記事を作成します。グリッド行やグリッド列といった概念を含む CSS のグリッドを使用する方法を学習します。"
]
},
"learn-typography-by-building-a-nutrition-label": {
"title": "タイポグラフィの学習: 栄養ラベルを作る",
"title": "タイポグラフィの学習: 栄養ラベルを作成する",
"intro": [
"タイポグラフィはテキストを読み易く、また目的に合うようにスタイリングする技術です。",
"このコースでは、タイポグラフィを用いて栄養ラベルのウェブページを作成します。CSS を用いてテキストを整え、行の高さを調節し、テキストを配置することを学習します。"
@ -194,7 +194,7 @@
]
},
"learn-css-animation-by-building-a-ferris-wheel": {
"title": "CSS アニメーションの学習: 観覧車を作る",
"title": "CSS アニメーションの学習: 観覧車を作成する",
"intro": [
"CSS のアニメーションを用いることで、ウェブページの特定のセクションに注意を引き付け、ウェブページをより魅力的にできます。",
"このコースでは、観覧車を作成します。要素のアニメーションや変形、およびスピードの調節に CSS を用いる方法を学習します。"
@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Aprenda Git criando um objeto de referência SQL",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"O Git é um sistema de controle de versão que mantém o controle de todas as alterações feitas em sua base de código.",
"Neste curso de 240 aulas, você aprenderá como o Git mantém o controle do seu código, criando um objeto que contém comandos SQL comumente usados."

View File

@ -497,7 +497,7 @@
]
},
"learn-git-by-building-an-sql-reference-object": {
"title": "Learn Git by Building and SQL Reference Object",
"title": "Learn Git by Building an SQL Reference Object",
"intro": [
"Git is a version control system that keeps track of all the changes you make to your codebase.",
"In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."