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

This commit is contained in:
camperbot
2022-02-19 12:56:08 +05:30
committed by GitHub
parent 8138a07d52
commit ba14990876
134 changed files with 1540 additions and 1511 deletions

View File

@ -9,15 +9,15 @@ dashedName: build-a-celestial-bodies-database
# --description--
This is one of the required projects to earn your certification. For this project, you will build a database of celestial bodies using PostgreSQL.
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、PostgreSQL を使用して天体のデータベースを構築します。
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `universe.sql` file so you can complete step 2. There will be instructions how to do that within the virtual machine.
**重要:** プロジェクトのテストのすべてに合格した後に、データベースのダンプを `universe.sql` ファイルの中に保存することでステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
# --notes--
Required files: `universe.sql`
必須のファイル: `universe.sql`
# --hints--