Skip to content

Commit

Permalink
Merge pull request #20 from manabuishii/patch-5
Browse files Browse the repository at this point in the history
Translate shell-novice about REPL
  • Loading branch information
rikutakei authored Nov 14, 2018
2 parents a379021 + b91582f commit 028bfa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions po/shell-novice.ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -898,15 +898,15 @@ msgid ""
"2. Executes (or \"evaluates\" it)\n"
"3. Prints the output"
msgstr ""
"The heart of a command-line interface is a **read-evaluate-print loop**, or REPL, called\n"
"so because when you type a command and press the Enter (or Return) key, the shell:\n"
"1. Reads it\n"
"2. Executes (or \"evaluates\" it)\n"
"3. Prints the output"
"コマンドラインインターフェースの核は、REPL (read-evaluate-print-loop)と呼ばれています。\n"
"これは、シェルにコマンドを入力し、Enter(または Return)キーを押した時に起こる動作:\n"
"1. コマンドを読み込む(Read)\n"
"2. コマンドを実行する (または \"評価する\" - Evaluate)\n"
"3. 結果を出力する (Print)"

#: shell-novice/_episodes/01-intro.md:52
msgid "and then prints the prompt and waits for you to enter another command."
msgstr "and then prints the prompt and waits for you to enter another command."
msgstr "そして、プロンプトで次のコマンドの入力を待ち、1〜3の動作を繰り返す(Loop)ことから、頭文字を取ってREPLと呼ばれています。"

# header
#: shell-novice/_episodes/01-intro.md:54
Expand Down

0 comments on commit 028bfa8

Please sign in to comment.