Skip to content

Commit 5fded14

Browse files
committed
New translations 01-intro.md (Japanese)
1 parent d6e0352 commit 5fded14

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

locale/ja/episodes/01-intro.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exercises: 0
1717

1818
::::::::::::::::::::::::::::::::::::::::::::::::::
1919

20-
### Background
20+
### 背景
2121

2222
Humans and computers commonly interact in many different ways, such as through a keyboard and mouse,
2323
touch screen interfaces, or using speech recognition systems.
@@ -39,15 +39,13 @@ With the proper commands, the shell can repeat tasks with or without some modifi
3939
as many times as we want.
4040
Using the shell, the task in the literature example can be accomplished in seconds.
4141

42-
### The Shell
42+
### シェル
4343

4444
The shell is a program where users can type commands.
4545
With the shell, it's possible to invoke complicated programs like climate modeling software
4646
or simple commands that create an empty directory with only one line of code.
47-
The most popular Unix shell is Bash (the Bourne Again SHell ---
48-
so-called because it's derived from a shell written by Stephen Bourne).
49-
Bash is the default shell on most modern implementations of Unix and in most packages that provide
50-
Unix-like tools for Windows.
47+
最も人気のある Unix シェルは、Bash、Bourne Again SHell です (これは Stephen Bourne によって書かれたシェルから派生したものであるためそう呼ばれています)。
48+
Bash はほとんどの最新の Unix の搭載されたもののデフォルトシェルであり、 Windows 用の Unix のようなツールを提供するほとんどのパッケージで使われています。
5149
Note that 'Git Bash' is a piece of software that enables Windows users to use a Bash like interface
5250
when interacting with Git.
5351

@@ -62,14 +60,10 @@ pipelines and handle large volumes of data automatically. Sequences of
6260
commands can be written into a _script_, improving the reproducibility of
6361
workflows.
6462

65-
In addition, the command line is often the easiest way to interact with remote machines
66-
and supercomputers.
67-
Familiarity with the shell is near essential to run a variety of specialized tools and resources
68-
including high-performance computing systems.
69-
As clusters and cloud computing systems become more popular for scientific data crunching,
70-
being able to interact with the shell is becoming a necessary skill.
71-
We can build on the command-line skills covered here
72-
to tackle a wide range of scientific questions and computational challenges.
63+
さらに、リモートマシンやスーパーコンピュータとやりとりするには、コマンドラインが最も簡単な方法であることが多いです。
64+
高性能コンピュータシステムなどの多様な特殊なリソースやツールを実行するにはシェルに精通していることはほぼ必須です。
65+
クラスターやクラウドコンピューティングシステムが科学的なデータクランチングのために普及するにつれ、 シェルによってやりとりできるということは必須のスキルになってきています。
66+
ここで取り扱うコマンドラインのスキルを手にいれることで、 幅広く科学的な問題や計算機上の課題に取り組むことができます。
7367

7468
Let's get started.
7569

@@ -119,7 +113,7 @@ Documents Library Music Public
119113

120114
::::::::::::::::::::::::::::::::::::::::: callout
121115

122-
## Command not found
116+
## コマンドが見つからないとき
123117

124118
If the shell can't find a program whose name is the command you typed, it
125119
will print an error message such as:

0 commit comments

Comments
 (0)