mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 05:04:30 +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
|
@ -8,6 +8,7 @@ exports.level = {
|
|||
"zh_TW": "git push",
|
||||
"es_AR": "git push",
|
||||
"de_DE": "Git Push",
|
||||
"ja" : "Git Push",
|
||||
"fr_FR": "Git push"
|
||||
},
|
||||
"hint": {
|
||||
|
@ -16,6 +17,7 @@ exports.level = {
|
|||
"zh_TW": "push 之前你需要先 clone",
|
||||
"es_AR": "¡Acordate que tenés que clonar antes de pushear!",
|
||||
"de_DE": "Denk dran, dass du einen Clone brauchst bevor du Pushen kannst!",
|
||||
"ja" : "Pushできる前にまずレポジトリをcloneする必要があるのをお忘れなく",
|
||||
"fr_FR": "Rappelez-vous que vous devez cloner avant de pouvoir faire un push !"
|
||||
},
|
||||
"startDialog": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue