chore(i18n,learn): processed translations (#45271)

This commit is contained in:
camperbot
2022-02-28 13:29:21 +05:30
committed by GitHub
parent 5e5015e47d
commit fbc7a26529
127 changed files with 1288 additions and 1079 deletions

View File

@@ -13,7 +13,7 @@ dashedName: build-a-celestial-bodies-database
# --instructions--
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `universe.sql` ファイルの中に保存することでステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `universe.sql` ファイルの中に保存することでステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--

View File

@@ -1,6 +1,6 @@
---
id: 602da04c22201c65d2a019f4
title: Build a Number Guessing Game
title: 数当てゲームを構築する
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-number-guessing-game
@@ -9,15 +9,15 @@ dashedName: build-a-number-guessing-game
# --description--
This is one of the required projects to earn your certification. For this project, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information.
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、Bash のシェルスクリプト、PostgreSQL、Git を使用して、ターミナル内で動作してユーザーの情報を保存する、数当てゲームを作成します。
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `number_guessers.sql` file, as well as your whole `number_guessing_game` folder, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `number_guessers.sql` ファイルに保存し、あわせて `number_guessing_game` フォルダー全体も保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--
Required files: `number_guessers.sql`, and the whole `number_guessing_game` folder
必須のファイル: `number_guessers.sql` と、 `number_guessing_game` フォルダー
# --hints--

View File

@@ -1,6 +1,6 @@
---
id: 602d9ff222201c65d2a019f2
title: Build a Periodic Table Database
title: 周期表データベースを構築する
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-periodic-table-database
@@ -9,15 +9,15 @@ dashedName: build-a-periodic-table-database
# --description--
This is one of the required projects to earn your certification. For this project, you will create Bash a script to get information about chemical elements from a periodic table database.
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、周期表データベースから化学元素の情報を取得する、Bash スクリプトを作成します。
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `elements.sql` file, as well as your whole `periodic_table` folder, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `elements.sql` ファイルに保存し、あわせて `periodic_table` フォルダー全体も保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--
Required files: `elements.sql`, and the whole `periodic_table` folder
必須のファイル: `elements.sql` `periodic_table` フォルダー全体
# --hints--

View File

@@ -1,6 +1,6 @@
---
id: 5f87ac112ae598023a42df1a
title: Build a Salon Appointment Scheduler
title: サロン予約スケジューラーを作成する
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-salon-appointment-scheduler
@@ -9,15 +9,15 @@ dashedName: build-a-salon-appointment-scheduler
# --description--
This is one of the required projects to earn your certification. For this project, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon.
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、PostgreSQL を使用して、サロンの顧客と予約を管理するインタラクティブな Bash プログラムを作成します。
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `salon.sql` file, as well as your `salon.sh` file, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `salon.sql` ファイルに保存し、あわせて `salon.sh` ファイルも保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--
Required files: `salon.sql`, `salon.sh`
必須のファイル: `salon.sql`, `salon.sh`
# --hints--

View File

@@ -1,6 +1,6 @@
---
id: 5f9771307d4d22b9d2b75a94
title: Build a World Cup Database
title: ワールドカップデータベースを構築する
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-world-cup-database
@@ -9,15 +9,15 @@ dashedName: build-a-world-cup-database
# --description--
This is one of the required projects to earn your certification. For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、PostgreSQL データベースにワールドカップの試合情報を入力し、そこから有用な統計情報を取得する Bash スクリプトを作成します。
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `worldcup.sql` file, as well as your `insert_data.sh` and `queries.sh` files, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `worldcup.sql` ファイルに保存し、あわせて `insert_data.sh` `queries.sh` ファイルも保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--
Required files: `worldcup.sql`, `insert_data.sh`, `queries.sh`
必須のファイル: `worldcup.sql`, `insert_data.sh`, `queries.sh`
# --hints--

View File

@@ -1,6 +1,6 @@
---
id: 602da0de22201c65d2a019f6
title: Build a Kitty Ipsum Translator
title: Kitty Ipsum 翻訳プログラムを作成する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-advanced-bash-by-building-a-kitty-ipsum-translator
@@ -9,7 +9,7 @@ dashedName: build-a-kitty-ipsum-translator
# --description--
In this 140 lesson course, you will learn some more complex commands, and the details of how commands work.
この 140 のレッスンから成るコースでは、より複雑なコマンドと、コマンドの仕組みについて学びます。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 5f5b969a05380d2179fe6e18
title: Build a Bike Rental Shop
title: 自転車レンタルショップを構築する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-bash-and-sql-by-building-a-bike-rental-shop
@@ -9,7 +9,7 @@ dashedName: build-a-bike-rental-shop
# --description--
In this 210 lesson course, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL.
この 210 のレッスンから成るコースでは、PostgreSQL を使用して、自転車レンタルショップのレンタル情報を保存するインタラクティブな Bash プログラムを構築します。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 5f5904ac738bc2fa9efecf5a
title: Build Five Programs
title: 5 つのプログラムを作成する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-bash-scripting-by-building-five-programs
@@ -9,7 +9,7 @@ dashedName: build-five-programs
# --description--
In this 220 lesson course, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs.
この 220 のレッスンから成るコースでは、5 つの小規模なプログラムを作成しながら、より多くのターミナルコマンドと、Bash スクリプトでの使い方を学びます。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 5fa323cdaf6a73463d590659
title: Build an SQL Reference Object
title: SQL リファレンスのオブジェクトを作成する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-git-by-building-an-sql-reference-object
@@ -9,7 +9,7 @@ dashedName: build-an-sql-reference-object
# --description--
In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands.
この 240 のレッスンから成るコースでは、よく使われる SQL コマンドをデータとして持つオブジェクトを作成しながら、Git がどのようにしてコードの履歴を記録するかを学びます。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 5f32db63eb37f7e17323f459
title: Build a Castle
title: 城の絵を作成する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-nano-by-building-a-castle
@@ -9,7 +9,7 @@ dashedName: build-a-castle
# --description--
In this 40 lesson course, you will learn how to edit files in the terminal with Nano while building a castle.
この 40 のレッスンから成るコースでは、城の絵を作りながら、ターミナルでファイルを編集する方法を学びます。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 5f2c289f164c29556da632fd
title: Build a Mario Database
title: マリオのデータベースを構築する
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-relational-databases-by-building-a-mario-database
@@ -9,7 +9,7 @@ dashedName: build-a-mario-database
# --description--
In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters.
この 165 のレッスンから成るコースでは、テレビゲームのキャラクターのデータが入った PostgreSQL データベースを作成することで、リレーショナルデータベースの基礎を学習します。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 602da0c222201c65d2a019f5
title: "Build a Student Database: Part 1"
title: "学生データベースを構築する (パート 1)"
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1
@@ -9,7 +9,7 @@ dashedName: build-a-student-database-part-1
# --description--
In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL.
この 140 のレッスンから成るコースでは、SQL でコンピューター科学の学生達の情報を PostgreSQL データベースに入力する、Bash スクリプトを作成します。
# --instructions--

View File

@@ -1,6 +1,6 @@
---
id: 618590adb0730ca724e37672
title: "Build a Student Database: Part 2"
title: "学生データベースを構築する (パート 2)"
challengeType: 12
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-2
@@ -9,7 +9,7 @@ dashedName: build-a-student-database-part-2
# --description--
In this 140 lesson course, you will complete your student database while diving deeper into SQL commands.
この 140 のレッスンから成るコースでは、SQL コマンドをより深く掘り下げながら、学生データベースを完成させます。
# --instructions--