Lesson names and descriptions updated for all levels in Japanese. Also, initial translation of Clone introduction into Japanese complete

This commit is contained in:
Derek Barncard 2014-11-02 23:14:18 -08:00
parent fb26b80a78
commit f23c9d8c3d
29 changed files with 118 additions and 10 deletions

View file

@ -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,