Skip to content

Commit

Permalink
Improve the translation about REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
manabuishii authored Nov 14, 2018
1 parent 9451aed commit b91582f
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 ""
"コマンドラインインターフェースの核は、REPL と呼ばれる、**読み込み(read)-評価(evaluate)-出力(print)のループ(loop)**, です\n"
"あなたがコマンドを入力し、Enter(または Return)キーを押すと、シェルは:\n"
"1. コマンドを読み込む\n"
"2. コマンドを実行する (または \"評価する\")\n"
"3. 結果を出力する"
"コマンドラインインターフェースの核は、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 b91582f

Please sign in to comment.