mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +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": "merge with remotes",
|
||||
"es_AR": "Mergeando con los remotos",
|
||||
"de_DE": "Änderungen vom Remote zusammenführen",
|
||||
"ja" : "リモートとのmerge",
|
||||
"fr_FR": "Fusionner avec les branches distantes"
|
||||
},
|
||||
"hint": {
|
||||
|
@ -16,6 +17,7 @@ exports.level = {
|
|||
"zh_TW": "注意最後要完成的目標!",
|
||||
"es_AR": "¡Prestá atención al árbol final!",
|
||||
"de_DE": "Beachte den Ziel-Baum!",
|
||||
"ja" : "ゴールツリーに注意!",
|
||||
"fr_FR": "Respectez l'arbre représentant l'objectif !"
|
||||
},
|
||||
"compareOnlyMaster": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue