Skip to content

Commit 880bbde

Browse files
committed
Add missing translation
1 parent 5850605 commit 880bbde

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

locale/ja/episodes/07-github.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,23 @@ $ git init
5353
もしあなたが以前の [エピソード](04-changes.md) を覚えていれば、私達は `mars.txt` に以前の作業を追加してコミットしました。
5454
ローカルリポジトリのダイアグラムは次のようになります:
5555

56-
![](fig/git-staging-area.svg){alt='A diagram showing how "git add" registers changes in the staging area, while "git commit" moves changes from the staging area to the repository'}
56+
![](fig/git-staging-area.svg){alt='git add」で変更がステージングエリアに登録され、「git commit」でステージングエリアからリポジトリに変更が移動する様子を示した図'}
5757

58-
Now that we have two repositories, we need a diagram like this:
58+
現在、2つのリポジトリを持っているので、このような図が必要です:
5959

60-
![](fig/git-freshly-made-github-repo.svg){alt='A diagram illustrating how the GitHub "planets" repository is also a git repository like our local repository, but that it is currently empty'}
60+
![](fig/git-freshly-made-github-repo.svg){alt='GitHubの「planets」リポジトリが、ローカルリポジトリと同様にgitリポジトリであることを示す図。ただし、現在は空の状態。'}
6161

62-
Note that our local repository still contains our earlier work on `mars.txt`, but the
63-
remote repository on GitHub appears empty as it doesn't contain any files yet.
62+
ローカルリポジトリには先ほど作成した `mars.txt` に関する作業がまだ含まれていますが、
63+
GitHub上のリモートリポジトリはまだファイルが含まれていないため空に見えます。
6464

65-
## 2\. Connect local to remote repository
65+
## 2\. ローカルリポジトリとリモートリポジトリを接続する
6666

67-
Now we connect the two repositories. We do this by making the
68-
GitHub repository a [remote](../learners/reference.md#remote) for the local repository.
69-
The home page of the repository on GitHub includes the URL string we need to
70-
identify it:
67+
次に、2つのリポジトリを接続します。これを行うには、GitHubリポジトリをローカルリポジトリの[リモート](../learners/reference.md#remote)として設定します。
68+
GitHub上のリポジトリのホームページには、それを特定するために必要なURL文字列が含まれています:
7169

72-
![](fig/github-find-repo-string.png){alt='Clicking the "Copy to Clipboard" button on GitHub to obtain the repository\'s URL'}
70+
![](fig/github-find-repo-string.png){alt='GitHubでリポジトリのURLを取得するために「Copy to Clipboard」ボタンをクリックする様子'}
7371

74-
Click on the 'SSH' link to change the [protocol](../learners/reference.md#protocol) from HTTPS to SSH.
72+
'SSH'リンクをクリックして、[プロトコル](../learners/reference.md#protocol)をHTTPSからSSHに変更してください。
7573

7674
::::::::::::::::::::::::::::::::::::::::: callout
7775

@@ -120,7 +118,7 @@ SSHは「鍵ペア」というものを使用します。鍵ペアは、アク
120118

121119
::::::::::::::::::::::::::::::::::::::::: callout
122120

123-
## 高度なSSH
121+
## SSH(上級編)
124122

125123
このレッスンの補足エピソードでは、SSHと鍵ペアについてさらに深く詳しく説明しています。
126124

0 commit comments

Comments
 (0)