mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Lesson names and descriptions updated for all levels in Japanese. Also, initial translation of Clone introduction into Japanese complete
This commit is contained in:
parent
fb26b80a78
commit
f23c9d8c3d
29 changed files with 118 additions and 10 deletions
|
@ -6,6 +6,7 @@ exports.level = {
|
|||
"en_US": "Git Fetchin'",
|
||||
"fr_FR": "Git fetch",
|
||||
"de_DE": "Git Fetch",
|
||||
"ja" : "Git Fetch",
|
||||
"es_AR": "git fetch",
|
||||
"zh_CN": "Git Fetch",
|
||||
"zh_TW": "git fetch"
|
||||
|
@ -14,6 +15,7 @@ exports.level = {
|
|||
"en_US": "just run git fetch!",
|
||||
"fr_FR": "Exécuter juste git fetch",
|
||||
"de_DE": "Einfach git fetch ausführen!",
|
||||
"ja" : "単にgit fetchを実行!",
|
||||
"es_AR": "Simplemente ¡hacé git fetch!",
|
||||
"zh_CN": "只要运行 git fetch 命令!",
|
||||
"zh_TW": "只要下 git fetch 指令"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue