mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
fix some ja typos and betters
This commit is contained in:
parent
54ea4f38f2
commit
b7eaf36afc
7 changed files with 18 additions and 18 deletions
|
@ -4,7 +4,7 @@ exports.level = {
|
|||
"name": {
|
||||
"en_US": "Branching in Git",
|
||||
"de_DE": "Branches in Git",
|
||||
"ja": "Gitのブランチ",
|
||||
"ja" : "Gitのブランチ",
|
||||
"ko": "Git에서 브랜치 쓰기",
|
||||
"es_AR": "Brancheando en Git",
|
||||
"pt_BR": "Ramos no Git",
|
||||
|
@ -15,7 +15,7 @@ exports.level = {
|
|||
"hint": {
|
||||
"en_US": "Make a new branch with \"git branch [name]\" and check it out with \"git checkout [name]\"",
|
||||
"de_DE": 'Lege mit "git branch <Name>" einen neuen Branch an und checke ihn mit "git checkout <Name> aus',
|
||||
"ja": "ブランチの作成(\"git branch [ブランチ名]\")と、チェックアウト(\"git checkout [ブランチ名]\")",
|
||||
"ja" : "ブランチの作成(\"git branch [ブランチ名]\")と、チェックアウト(\"git checkout [ブランチ名]\")",
|
||||
"es_AR": "Hacé una nueva rama con \"git branch [nombre]\" y cambiá a ella con \"git checkout [nombre]\"",
|
||||
"pt_BR": "Crie um novo ramo com \"git branch [nome]\" e mude para ele com \"git checkout [nome]\"",
|
||||
"fr_FR": "Faites une nouvelle branche avec \"git branch [nom]\" positionnez-vous dans celle-ci avec \"git checkout [nom]\"",
|
||||
|
@ -186,7 +186,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Gitのブランチ",
|
||||
"",
|
||||
"Gitではコミットだけでなく、ブランチもまた信じられないほど軽量です。ブランチとは単に特定のコミットを指示したポインタにしか過ぎません。Gitの達人は決まってこう言うのは、そのためです:",
|
||||
"Gitではコミットだけでなく、ブランチもまた信じられないほど軽量です。ブランチとは単に特定のコミットを指示したポインタにしか過ぎません。Gitの達人が決まってこう言うのは、そのためです:",
|
||||
"",
|
||||
"```",
|
||||
"早めに、かつ頻繁にブランチを切りなさい",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue