Skip to content

Commit

Permalink
Merge pull request #113 from kozo2/kozo2-edit
Browse files Browse the repository at this point in the history
#63 Translate git-novice Section 3
  • Loading branch information
mergify[bot] authored Oct 11, 2020
2 parents 7650868 + 1aa01e4 commit f40b5f6
Showing 1 changed file with 60 additions and 69 deletions.
129 changes: 60 additions & 69 deletions po/git-novice.ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -1539,33 +1539,33 @@ msgid ""
"---"
msgstr ""
"---\n"
"title: Creating a Repository\n"
"title: リポジトリの作成\n"
"teaching: 10\n"
"exercises: 0\n"
"questions:\n"
"- \"Where does Git store information?\"\n"
"- \"Gitはどこに情報を格納しますか?\"\n"
"objectives:\n"
"- \"Create a local Git repository.\"\n"
"- \"ローカルのGitリポジトリを作成する。\"\n"
"keypoints:\n"
"- \"`git init` initializes a repository.\"\n"
"- \"Git stores all of its repository data in the `.git` directory.\"\n"
"- \"`git init` はリポジトリを初期化する。\"\n"
"- \"Gitはリポジトリデータのすべてを`.git`ディレクトリに格納する。\"\n"
"---"

#: git-novice/_episodes/03-create.md:14
msgid ""
"Once Git is configured,\n"
"we can start using it."
msgstr ""
"Once Git is configured,\n"
"we can start using it."
"Gitの設定ができたら、\n"
"それを使い始めることができます。"

#: git-novice/_episodes/03-create.md:17
msgid ""
"First, let's create a directory in `Desktop` folder for our work and then "
"move into that directory:"
msgstr ""
"First, let's create a directory in `Desktop` folder for our work and then "
"move into that directory:"
"まず、`Desktop`フォルダーに作業用のディレクトリを作成し、"
"そのディレクトリに移動しましょう:"

# code block
#: git-novice/_episodes/03-create.md:19
Expand All @@ -1588,9 +1588,9 @@ msgid ""
"reference#repository)—a place where\n"
"Git can store versions of our files:"
msgstr ""
"Then we tell Git to make `planets` a [repository]({{ page.root }}/"
"reference#repository)—a place where\n"
"Git can store versions of our files:"
"次に、Gitに`planets`を[リポジトリ]({{ page.root }}/"
"reference#repository)—\n"
"(Gitがファイルのバージョンを保存できる場所)にするように伝えます。"

# code block
#: git-novice/_episodes/03-create.md:29
Expand All @@ -1608,8 +1608,8 @@ msgid ""
"If we use `ls` to show the directory's contents,\n"
"it appears that nothing has changed:"
msgstr ""
"If we use `ls` to show the directory's contents,\n"
"it appears that nothing has changed:"
"`ls` を使ってディレクトリの内容を表示すると、\n"
"何も変更されていないように見えます:"

# code block
#: git-novice/_episodes/03-create.md:37 git-novice/_episodes/04-changes.md:57
Expand All @@ -1628,9 +1628,9 @@ msgid ""
"we can see that Git has created a hidden directory within `planets` called `."
"git`:"
msgstr ""
"But if we add the `-a` flag to show everything,\n"
"we can see that Git has created a hidden directory within `planets` called `."
"git`:"
"ですが `-a` フラグを追加してすべてを表示すると、\n"
"Git `."
"git`という隠しディレクトリを `planets` の中に作ったことがわかります: "

# code block
#: git-novice/_episodes/03-create.md:45
Expand Down Expand Up @@ -1720,20 +1720,19 @@ msgid ""
"If we ever delete the `.git` sub-directory,\n"
"we will lose the project's history."
msgstr ""
"Git uses this special sub-directory to store all the information about the "
"project, \n"
"including all files and sub-directories located within the project's "
"directory.\n"
"If we ever delete the `.git` sub-directory,\n"
"we will lose the project's history."
"Git はプロジェクトのディレクトリ内にあるすべてのファイルとサブディレクトリを含む、"
"プロジェクトに関するすべての情報を格納するためにこの特別なサブディレクトリを "
"使用します。\n"
"`.git` サブディレクトリを削除すると、\n"
"プロジェクトの履歴を失うことになります。"

#: git-novice/_episodes/03-create.md:60
msgid ""
"We can check that everything is set up correctly\n"
"by asking Git to tell us the status of our project:"
msgstr ""
"We can check that everything is set up correctly\n"
"by asking Git to tell us the status of our project:"
"プロジェクトのステータスをGitに問うことで、\n"
"すべてが正しく設定されていることを確認できます:"

# code block
#: git-novice/_episodes/03-create.md:63 git-novice/_episodes/04-changes.md:80
Expand All @@ -1758,8 +1757,8 @@ msgid ""
"If you are using a different version of `git`, the exact\n"
"wording of the output might be slightly different."
msgstr ""
"If you are using a different version of `git`, the exact\n"
"wording of the output might be slightly different."
"使用している`git`のバージョンによって、\n"
"出力の表現が少し異なるかもしれません。"

# code block
#: git-novice/_episodes/03-create.md:71
Expand All @@ -1783,7 +1782,7 @@ msgstr ""
# blockquote, which can be cascaded
#: git-novice/_episodes/03-create.md:80
msgid "> ## Places to Create Git Repositories"
msgstr "> ## Places to Create Git Repositories"
msgstr "> ## Git リポジトリを作る場所"

#: git-novice/_episodes/03-create.md:81
msgid ""
Expand Down Expand Up @@ -1848,54 +1847,46 @@ msgid ""
"> > {: .output}"
msgstr ""
">\n"
"> Along with tracking information about planets (the project we have already "
"created), \n"
"> のび太 would also like to track information about moons.\n"
"> Despite ドラえもん's concerns, のび太 creates a `moons` project inside his "
"`planets` \n"
"> project with the following sequence of commands:\n"
"> planets (すでに作成したプロジェクト) "
"についての情報を追跡すると共に、 \n"
"> ドラキュラは moons についての情報も追跡したいと考えています。\n"
"> 狼男の心配にもかかわらず、ドラキュラは次の一連のコマンドを使って、"
"彼の `planets` \n"
"> プロジェクト内に `moons` プロジェクトを作ります:\n"
">\n"
"> ~~~\n"
"> $ cd ~/Desktop # return to Desktop directory\n"
"> $ cd planets # go into planets directory, which is already a Git "
"repository\n"
"> $ ls -a # ensure the .git sub-directory is still present in the "
"planets directory\n"
"> $ mkdir moons # make a sub-directory planets/moons\n"
"> $ cd moons # go into moons sub-directory\n"
"> $ git init # make the moons sub-directory a Git repository\n"
"> $ ls -a # ensure the .git sub-directory is present indicating we "
"have created a new Git repository\n"
"> $ cd ~/Desktop # Desktop ディレクトリに戻ります\n"
"> $ cd planets # すでに Git リポジトリである planets ディレクトリ"
"移動します\n"
"> $ ls -a # .git サブディレクトリがまだ planets ディレクトリに"
"存在することを確認します\n"
"> $ mkdir moons # サブディレクトリ planets/moons を作ります\n"
"> $ cd moons # moons サブディレクトリに移動します\n"
"> $ git init # moons サブディレクトリをGitリポジトリにします\n"
"> $ ls -a # .git サブディレクトリが存在し、"
"新しいGitリポジトリが作られたと示していることを確認します。\n"
"> ~~~\n"
"> {: .language-bash}\n"
">\n"
"> Is the `git init` command, run inside the `moons` sub-directory, required "
"for \n"
"> tracking files stored in the `moons` sub-directory?\n"
"> `git init` コマンドは、`moons` サブディレクトリ内で実行され、"
"> `moons` サブディレクトリに保存されているファイルを追跡するために必要でしょうか?\n"
"> \n"
"> > ## Solution\n"
"> >\n"
"> > No. のび太 does not need to make the `moons` sub-directory a Git "
"repository \n"
"> > because the `planets` repository will track all files, sub-directories, "
"and \n"
"> > sub-directory files under the `planets` directory. Thus, in order to "
"track \n"
"> > all information about moons, のび太 only needed to add the `moons` sub-"
"directory\n"
"> > to the `planets` directory.\n"
"> > ## 解答\n"
"> >\n"
"> > いいえ。ドラキュラは `moons` サブディレクトリを Git リポジトリにする"
"必要はありません。 \n"
"> > `planets` リポジトリは、`planets` ディレクトリの下のすべてのファイル、サブディレクトリ、"
"> > およびサブディレクトリファイルを追跡するからです。従って、"
"> > moons についてのすべての情報を追跡するのは、ドラキュラが `moons` サブディレクトリを"
"> > `planets` ディレクトリに追加するだけで済みます。\n"
"> > \n"
"> > Additionally, Git repositories can interfere with each other if they are "
"\"nested\":\n"
"> > the outer repository will try to version-control\n"
"> > the inner repository. Therefore, it's best to create each new Git\n"
"> > repository in a separate directory. To be sure that there is no "
"conflicting\n"
"> > repository in the directory, check the output of `git status`. If it "
"looks\n"
"> > like the following, you are good to go to create a new repository as "
"shown\n"
"> > above:\n"
"> > それと、Git リポジトリが\"入れ子にされている\"場合、Gitリポジトリは"
"互いに干渉する可能性があります:\n"
"> > 外側のリポジトリは内側のリポジトリのバージョン管理を\n"
"> > しようとします。したがって、新しいGitリポジトリはそれぞれ\n"
"> > 別のディレクトリに作るのがベストです。ディレクトリに競合するリポジトリが"
"> > がないことを確認するには、`git status`の出力を確認します。次のような場合は、"
"> > 上の方で示したように新しいリポジトリを作ることをお勧めします:\n"
"> >\n"
"> > ~~~\n"
"> > $ git status\n"
Expand Down

0 comments on commit f40b5f6

Please sign in to comment.