Merge pull request #178 from marcolivierarsenault/master

French translation by @marcolivierarsenault
This commit is contained in:
Peter Cottle 2014-06-04 18:29:43 -07:00
commit c8dbcadb81
30 changed files with 976 additions and 627 deletions

View file

@ -53,6 +53,7 @@ exports.strings = {
'en_US': 'Warning! Mercurial does aggressive garbage collection and thus needs to prune your tree', 'en_US': 'Warning! Mercurial does aggressive garbage collection and thus needs to prune your tree',
'zh_TW': '注意! Mercurial 會積極地做垃圾收集,而且會因此把你的 tree 給縮小。', 'zh_TW': '注意! Mercurial 會積極地做垃圾收集,而且會因此把你的 tree 給縮小。',
'es_AR': '¡Cuidado! Mercurial hace garbage collection agresivamente y necesita eliminar tu árbol', 'es_AR': '¡Cuidado! Mercurial hace garbage collection agresivamente y necesita eliminar tu árbol',
'fr_FR': 'Attention, Mercurial supprime de façon agressive et nécessite un prune du repository',
'de_DE': 'Achtung! Mercurial macht aggressive Garbage Collection und muss daher deinen Baum reduzieren', 'de_DE': 'Achtung! Mercurial macht aggressive Garbage Collection und muss daher deinen Baum reduzieren',
'ru': 'Внимание! Mercurial использует агрессивный сборщик мусора и обрезает ваше дерево' 'ru': 'Внимание! Mercurial использует агрессивный сборщик мусора и обрезает ваше дерево'
}, },
@ -63,6 +64,7 @@ exports.strings = {
'zh_TW': '對於這個 app 來說,-A 選項並不是必須的,只需要 commit 就好!', 'zh_TW': '對於這個 app 來說,-A 選項並不是必須的,只需要 commit 就好!',
'es_AR': 'La opción -A no es necesaria para esta aplicación, simplemente hacé commit', 'es_AR': 'La opción -A no es necesaria para esta aplicación, simplemente hacé commit',
'de_DE': 'Die Option -A wird in dieser Anwendung nicht benötigt, committe einfach!', 'de_DE': 'Die Option -A wird in dieser Anwendung nicht benötigt, committe einfach!',
'fr_FR': 'L\'option -A n\'est pas nécessaire pour cette application, simplemer commiter',
'ru': 'Опция -A не требуется для этого приложения, просто сделайте коммит.' 'ru': 'Опция -A не требуется для этого приложения, просто сделайте коммит.'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
@ -70,6 +72,7 @@ exports.strings = {
'__desc__': 'One of the errors for hg', '__desc__': 'One of the errors for hg',
'en_US': 'There is no status command for this app, since there is no staging of files. Try hg summary instead', 'en_US': 'There is no status command for this app, since there is no staging of files. Try hg summary instead',
'es_AR': 'No hay un comando status para esta aplicación, dado que no hay archivos que indexar. Probá hg summary, en cambio', 'es_AR': 'No hay un comando status para esta aplicación, dado que no hay archivos que indexar. Probá hg summary, en cambio',
'fr_FR': 'Il n\'y a pas de commande status pour cette application, car il n\'y a pas de fichier stagé. Essayé hg summary à la place.',
'de_DE': 'Es gibt keinen Befehl status in dieser Anwendung, da es kein Staging von Dateien gibt. Probier stattdessen hg summary', 'de_DE': 'Es gibt keinen Befehl status in dieser Anwendung, da es kein Staging von Dateien gibt. Probier stattdessen hg summary',
'ru': 'Команда status не поддерживается в этом приложении, так как здесь нет файлов. Попробуйте выполнить hg summary' 'ru': 'Команда status не поддерживается в этом приложении, так как здесь нет файлов. Попробуйте выполнить hg summary'
}, },
@ -78,6 +81,7 @@ exports.strings = {
'__desc__': 'One of the errors for hg', '__desc__': 'One of the errors for hg',
'en_US': 'I need the option {option} for that command!', 'en_US': 'I need the option {option} for that command!',
'es_AR': '¡Necesito la opción {opcion} para ese comando!', 'es_AR': '¡Necesito la opción {opcion} para ese comando!',
'fr_FR': 'J\'ai besoin de l\'option {option} pour cette commande',
'de_DE': 'Ich benötige die Option {option} für diesen Befehl!', 'de_DE': 'Ich benötige die Option {option} für diesen Befehl!',
'ru': 'Для этой команды требуется опция {option}' 'ru': 'Для этой команды требуется опция {option}'
}, },
@ -86,6 +90,7 @@ exports.strings = {
'__desc__': 'hg log without -f (--follow)', '__desc__': 'hg log without -f (--follow)',
'en_US': 'hg log without -f is currently not supported, use -f', 'en_US': 'hg log without -f is currently not supported, use -f',
'es_AR': 'hg log sin el parámetro -f no está soportado, usá -f', 'es_AR': 'hg log sin el parámetro -f no está soportado, usá -f',
'fr_FR': 'hg log sans -f n\'est pas supporté',
'de_DE': 'hg log ohne -f wird aktuell nicht unterstützt, benutze bitte -f', 'de_DE': 'hg log ohne -f wird aktuell nicht unterstützt, benutze bitte -f',
'ru': 'hg log без опции -f в настоящий момент не поддерживается, используйте -f' 'ru': 'hg log без опции -f в настоящий момент не поддерживается, используйте -f'
}, },
@ -749,12 +754,14 @@ exports.strings = {
'__desc__': 'button label to show goal', '__desc__': 'button label to show goal',
'en_US': 'Show Goal', 'en_US': 'Show Goal',
'zh_TW': '顯示目標', 'zh_TW': '顯示目標',
'fr_FR': 'Afficher les cibles',
'es_AR': 'Mostrar objetivo' 'es_AR': 'Mostrar objetivo'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
'hide-goal-button': { 'hide-goal-button': {
'__desc__': 'button label to hide goal', '__desc__': 'button label to hide goal',
'en_US': 'Hide Goal', 'en_US': 'Hide Goal',
'fr_FR': 'Cacher les cibles',
'zh_TW': '隱藏目標', 'zh_TW': '隱藏目標',
'es_AR': 'Ocultar obetivo' 'es_AR': 'Ocultar obetivo'
}, },
@ -772,6 +779,7 @@ exports.strings = {
'goal-only-master': { 'goal-only-master': {
'__desc__': 'the helper message for the window that shows the goal tree when the goal will only be compared using the master branch', '__desc__': 'the helper message for the window that shows the goal tree when the goal will only be compared using the master branch',
'en_US': '<span class="fwber">Note:</span> Only the master branch will be checked in this level. The other branches are simply for reference (shown as dashed labels below). As always, you can hide this dialog with "hide goal"', 'en_US': '<span class="fwber">Note:</span> Only the master branch will be checked in this level. The other branches are simply for reference (shown as dashed labels below). As always, you can hide this dialog with "hide goal"',
'fr_FR': '<span class="fwber">Note:</span> Seulement la branche master peut être check id à ce niveau. Les autres branches sont simplement une référence (Montré avec un tiret). Comme toujours, vous pouvez cacher cette fenêtre avec "Cacher les objectifs"',
'de_DE': '<span class="fwber">Hinweis:</span> In diesem Level wird nur der Branch master geprüft. Die anderen Branches dienen nur als Vergleichsbasis (als gestrichelte Bezeichner dargestellt). Wie immer kannst du diese Meldung mit "hide goal" ausblenden', 'de_DE': '<span class="fwber">Hinweis:</span> In diesem Level wird nur der Branch master geprüft. Die anderen Branches dienen nur als Vergleichsbasis (als gestrichelte Bezeichner dargestellt). Wie immer kannst du diese Meldung mit "hide goal" ausblenden',
'es_AR': '<span class="fwber">Nota:</span> Sólo la rama master va a ser chequeada en este nivel. Las otras ramas sólo son para referencia. Como siempre, podés ocultar este mensaje con "hide goal"', 'es_AR': '<span class="fwber">Nota:</span> Sólo la rama master va a ser chequeada en este nivel. Las otras ramas sólo son para referencia. Como siempre, podés ocultar este mensaje con "hide goal"',
'zh_TW': '在這個關卡中,只有 master branch 會被檢查,別的 branch 只是用來做為 reference (下面用虛線符號表示)。一如往常,你可以利用 "hide goal" 來隱藏這個對話視窗' 'zh_TW': '在這個關卡中,只有 master branch 會被檢查,別的 branch 只是用來做為 reference (下面用虛線符號表示)。一如往常,你可以利用 "hide goal" 來隱藏這個對話視窗'

View file

@ -5,6 +5,7 @@ exports.level = {
"name": { "name": {
"en_US": "Multiple parents", "en_US": "Multiple parents",
"zh_CN": "多个父提交记录", "zh_CN": "多个父提交记录",
'fr_FR': 'Parents multiples',
"de_DE": "Mehrere Vorgänger", "de_DE": "Mehrere Vorgänger",
"es_AR": "Múltiples padres", "es_AR": "Múltiples padres",
"zh_TW": "多個 parent commit" "zh_TW": "多個 parent commit"
@ -12,6 +13,7 @@ exports.level = {
"hint": { "hint": {
"en_US": "Use `git branch bugWork` with a target commit to create the missing reference.", "en_US": "Use `git branch bugWork` with a target commit to create the missing reference.",
"de_DE": "Nutze `git branch bugWork` mit einem Ziel-Commit um die fehlende Referenz zu erstellen.", "de_DE": "Nutze `git branch bugWork` mit einem Ziel-Commit um die fehlende Referenz zu erstellen.",
'fr_FR': 'Utilisez "git branch bugWork" avec un commit pour créer une référence manquante',
"zh_CN": "使用`git branch bugWork`加上一个目标提交记录来创建消失的引用。", "zh_CN": "使用`git branch bugWork`加上一个目标提交记录来创建消失的引用。",
"es_AR": "Usá `git branch bugWork` sobre algún commit para crear la referencia faltante", "es_AR": "Usá `git branch bugWork` sobre algún commit para crear la referencia faltante",
"zh_TW": "在一個指定的 commit 上面使用 `git branch bugWork`。" "zh_TW": "在一個指定的 commit 上面使用 `git branch bugWork`。"
@ -191,6 +193,93 @@ exports.level = {
} }
] ]
}, },
"fr_FR": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"### Determine les Parents",
"",
"Comme le symbole `~`, le symbole `^` accepte un numéro après lui.",
"",
"Au lieu d'entrer le nombre de génération à reculer (ce que `~` fait), le symbole `^` détermine quel parent fait le commit. Attention, un merge commit à deux parents ce qui peux porter à confusion.",
"",
"Normalement Git suit le \"premier\" parent pour un commit/merge, mais avec un numéro suivi de `^` le comportement par défault est modifié.",
"",
"Assez de bla bla, passons à l\'action",
""
]
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Nous avons un commit/merge. Si nous faisons checkout `master^` sans le symbole, on obtient le premier parent suivant ce commit. ",
"",
"(*Dans notre vue, Le premier parent se situe juste au dessus du merge.*)"
],
"afterMarkdowns": [
"Facile -- C\est ce que nous faisons toujours.."
],
"command": "git checkout master^",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Nous allons spécifier le deuxième parent à la place."
],
"afterMarkdowns": [
"Vous voyez? Nous suivons le second parent."
],
"command": "git checkout master^2",
"beforeCommand": "git checkout HEAD^; git commit; git checkout master; git merge C2"
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Le symbole `^` et `~` Permettes de se déplacer de façon très efficace:"
],
"afterMarkdowns": [
"Boom, vitesse du tonnerre!"
],
"command": "git checkout HEAD~; git checkout HEAD^2; git checkout HEAD~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Encore plus fou, c'est symboles peuvre être chainés (Inception style):"
],
"afterMarkdowns": [
"Le même résultat, mais en une seule commande."
],
"command": "git checkout HEAD~^2~2",
"beforeCommand": "git commit; git checkout C0; git commit; git commit; git commit; git checkout master; git merge C5; git commit"
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"### Essayez-le",
"",
"Pour réussir le niveau, créé une nouvelle branche à la bonne destination",
"",
"Évidement c'est plus rapide de spécifier le commit (C6 par exemple), mais faites le avec les symboles de déplacement."
]
}
}
]
},
"zh_CN": { "zh_CN": {
"childViews": [ "childViews": [
{ {

View file

@ -99,12 +99,14 @@ var sequenceInfo = exports.sequenceInfo = {
displayName: { displayName: {
'en_US': 'Push & Pull -- Git Remotes!', 'en_US': 'Push & Pull -- Git Remotes!',
'de_DE': 'Push & Pull -- entfernte Repositorys', 'de_DE': 'Push & Pull -- entfernte Repositorys',
'fr_FR': 'Push & Pull -- Git Remotes!',
'es_AR': 'Push & Pull -- Git Remotes!', 'es_AR': 'Push & Pull -- Git Remotes!',
'zh_CN': 'Push & Pull -- Git Remotes!', 'zh_CN': 'Push & Pull -- Git Remotes!',
'zh_TW': 'Push & Pull -- Git Remotes!' 'zh_TW': 'Push & Pull -- Git Remotes!'
}, },
about: { about: {
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social', 'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social',
'fr_FR': 'C\'est le temps de partager vos 1 et vos 0 les envants, le code vient de devenir social.',
'de_DE': 'Zeit Eure 1en und 0en zu teilen; Coding mit sozialer Komponente', 'de_DE': 'Zeit Eure 1en und 0en zu teilen; Coding mit sozialer Komponente',
'es_AR': 'Hora de compartir sus 1\'s y 0\'s, chicos; programar se volvió social!', 'es_AR': 'Hora de compartir sus 1\'s y 0\'s, chicos; programar se volvió social!',
'zh_CN': '是时候分享你的编码了', 'zh_CN': '是时候分享你的编码了',
@ -116,12 +118,14 @@ var sequenceInfo = exports.sequenceInfo = {
displayName: { displayName: {
'en_US': 'To Origin And Beyond -- Advanced Git Remotes!', 'en_US': 'To Origin And Beyond -- Advanced Git Remotes!',
'de_DE': 'Bis zum origin und noch weiter', 'de_DE': 'Bis zum origin und noch weiter',
'fr_FR': 'Vers l\'Orifin et plus loins encore -- Git Remotes avancé',
'es_AR': 'Hasta el origin y más allá -- Git Remotes avanzado!', 'es_AR': 'Hasta el origin y más allá -- Git Remotes avanzado!',
'zh_CN': '关于origin 和 其它仓库 -- Git Gemotes 高级命令', 'zh_CN': '关于origin 和 其它仓库 -- Git Gemotes 高级命令',
'zh_TW': '關於 origin 和其它 repogit remote 的進階指令' 'zh_TW': '關於 origin 和其它 repogit remote 的進階指令'
}, },
about: { about: {
'en_US': 'And you thought being a benevolent dictator would be fun...', 'en_US': 'And you thought being a benevolent dictator would be fun...',
'fr_FR': 'Et vous pensié que de devenir un dictateur serais amusant...',
'es_AR': 'Y pensabas que ser un dictador benévolo sería divertido...', 'es_AR': 'Y pensabas que ser un dictador benévolo sería divertido...',
'zh_CN': '做一名仁慈的独裁者会很有趣..', 'zh_CN': '做一名仁慈的独裁者会很有趣..',
'zh_TW': '而且你會覺得做一個仁慈的獨裁者會很有趣...', 'zh_TW': '而且你會覺得做一個仁慈的獨裁者會很有趣...',
@ -132,10 +136,10 @@ var sequenceInfo = exports.sequenceInfo = {
displayName: { displayName: {
'en_US': 'Moving Work Around', 'en_US': 'Moving Work Around',
'de_DE': 'Code Umherschieben', 'de_DE': 'Code Umherschieben',
'fr_FR': 'Déplacer le travail',
'es_AR': 'Moviendo el trabajo por ahí', 'es_AR': 'Moviendo el trabajo por ahí',
// INTL out of sync :( // INTL out of sync :(
'ja': 'Rebaseをモにする', 'ja': 'Rebaseをモにする',
'fr_FR': 'Maîtrise Rebase, Luke!',
'zh_CN': '精通Rebase', 'zh_CN': '精通Rebase',
'zh_TW': '精通 rebase', 'zh_TW': '精通 rebase',
'ko': '리베이스 완전정복!' 'ko': '리베이스 완전정복!'
@ -143,10 +147,10 @@ var sequenceInfo = exports.sequenceInfo = {
about: { about: {
'en_US': 'Get comfortable with modifying the source tree', 'en_US': 'Get comfortable with modifying the source tree',
'de_DE': 'Gewöhn dich daran, den Git-Baum zu verändern', 'de_DE': 'Gewöhn dich daran, den Git-Baum zu verändern',
'fr_FR': 'Soyez alaise de modifier l\'arbre Git',
'es_AR': 'Ponete cómodo con modificar el directorio fuente', 'es_AR': 'Ponete cómodo con modificar el directorio fuente',
// INTL out of sync :( // INTL out of sync :(
'ja': '話題のrebaseってどんなものだろうって人にオススメ', 'ja': '話題のrebaseってどんなものだろうって人にオススメ',
'fr_FR': 'Qu\'est-ce que ce rebase dont tout le monde parle ? Découvrez-le !',
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!', 'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!',
'zh_CN': '大家都在说的rebase究竟是神马看看吧', 'zh_CN': '大家都在说的rebase究竟是神马看看吧',
'zh_TW': '大家都在說的 rebase 到底是什麼阿?來看看吧!' 'zh_TW': '大家都在說的 rebase 到底是什麼阿?來看看吧!'

View file

@ -4,12 +4,14 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C4\",\"id\":\"side\",\"remoteTrackingBranchID\":null},\"bugFix\":{\"target\":\"C6\",\"id\":\"bugFix\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C3\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"tags\":{\"v0\":{\"target\":\"C0\",\"id\":\"v0\",\"type\":\"tag\"},\"v1\":{\"target\":\"C3\",\"id\":\"v1\",\"type\":\"tag\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C4\",\"id\":\"side\",\"remoteTrackingBranchID\":null},\"bugFix\":{\"target\":\"C6\",\"id\":\"bugFix\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C3\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"tags\":{\"v0\":{\"target\":\"C0\",\"id\":\"v0\",\"type\":\"tag\"},\"v1\":{\"target\":\"C3\",\"id\":\"v1\",\"type\":\"tag\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Git Describe", "en_US": "Git Describe",
"fr_FR": "Git Describe",
"de_DE": "Git Describe", "de_DE": "Git Describe",
"es_AR": "Git Describe", "es_AR": "Git Describe",
"zh_TW": "git describe" "zh_TW": "git describe"
}, },
"hint": { "hint": {
"en_US": "Just commit once on bugFix when you're ready to move on", "en_US": "Just commit once on bugFix when you're ready to move on",
"en_US": "Faites un commit su bugFix quand vous êtes pret",
"de_DE": "Committe nur einmal auf bugFix, wenn du soweit bist", "de_DE": "Committe nur einmal auf bugFix, wenn du soweit bist",
"es_AR": "Simplemente commiteá una vez en bugFix cuando estés listo para seguir", "es_AR": "Simplemente commiteá una vez en bugFix cuando estés listo para seguir",
"zh_TW": "當你要移動的時候,只要在 bugFix 上面 commit 就好了" "zh_TW": "當你要移動的時候,只要在 bugFix 上面 commit 就好了"
@ -78,6 +80,69 @@ exports.level = {
} }
] ]
}, },
"fr_FR": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"### Git Describe",
"",
"Parce ce que les tags sont de très bonne références dans le code, git à une commande pour *describe* la différence entre le commit et le tag le plus récent. Cette commande s'appelle `git describe`!",
"",
"Git describe peux vous aider lorsque vous vous êtes beaucoup déplacé; peut être pratique après un git bisect ou lorsque vous revené de vacance après 3 semaines."
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Git describe s'écrit comme suit:",
"",
"`git describe <ref>`",
"",
"Ou `<ref>` est un numéro de commit. Si vous ne specifiez pas de ref, HEAD est pris par défault.",
"",
"Le résultat de la commande est:",
"",
"`<tag>_<numCommits>_g<hash>`",
"",
"Ou `tag` est le tag le plus proche, `numCommits` le nombre de commit avec le tag, et `<hash>` le hash du commit décris."
]
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Un petit exemple. Prennons cet arbre:"
],
"afterMarkdowns": [
"La commande`git describe master` donne le résultat:",
"",
"`v1_2_gC2`",
"",
"et `git describe side` donne:",
"",
"`v2_1_gC4`"
],
"command": "git tag v2 C3",
"beforeCommand": "git commit; go -b side HEAD~1; gc; gc; git tag v1 C0"
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Ceci résume bien git describe! Amusé vous pour bien comprendre describe.",
"",
"Lorsque vous serez confiant, faite simplement un commit pour finir le niveau. Un petit niveau bonus :P"
]
}
}
]
},
"zh_TW": { "zh_TW": {
"childViews": [ "childViews": [
{ {

View file

@ -16,6 +16,7 @@ exports.level = {
"name": { "name": {
"ko": "딱 한개의 커밋만 가져오기", "ko": "딱 한개의 커밋만 가져오기",
"en_US": "Grabbing Just 1 Commit", "en_US": "Grabbing Just 1 Commit",
"fr_FR": "Choisir seulement 1 commit",
"de_DE": "Einen Commit pflücken", "de_DE": "Einen Commit pflücken",
"es_AR": "Tomando un único commit", "es_AR": "Tomando un único commit",
"ja": "Grabbing Just 1 Commit", "ja": "Grabbing Just 1 Commit",
@ -25,6 +26,7 @@ exports.level = {
"hint": { "hint": {
"en_US": "Remember, interactive rebase or cherry-pick is your friend here", "en_US": "Remember, interactive rebase or cherry-pick is your friend here",
"de_DE": "Vergiss nicht: hier kommst du mit interaktivem Rebase oder Cherry-Picking weiter", "de_DE": "Vergiss nicht: hier kommst du mit interaktivem Rebase oder Cherry-Picking weiter",
"fr_FR": "Souvenez-vous, les rebases interractiv ou cherry-pick est votre amis ici.",
"es_AR": "Acordate, el rebase interactivo o cherry-pick son tus amigos acá", "es_AR": "Acordate, el rebase interactivo o cherry-pick son tus amigos acá",
"ja": "このレベルではインタラクティブモードのrebaseやcherry-pickがクリアのカギです", "ja": "このレベルではインタラクティブモードのrebaseやcherry-pickがクリアのカギです",
"ko": "대화식 리베이스(rebase -i)나 or 체리픽(cherry-pick)을 사용하세요", "ko": "대화식 리베이스(rebase -i)나 or 체리픽(cherry-pick)을 사용하세요",
@ -71,6 +73,45 @@ exports.level = {
} }
] ]
}, },
"fr_FR": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"## Les commits stacké localement",
"",
"Voici une situation qui arrive souvent. J'ai un bug et pour trouver la source je rajoute des commande de debug à travers le code.",
"",
"Tous ces debug se retrouve dans une branche, je trouve le bug et le répart, comme toujours!",
"",
"Le seul problème c'est que je ne peux pas faire de merge ou rebase, car tous ces commits de debug seront dans le master. Il doit y avoir une meilleur façon."
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Nous avons besoin de dire à Git quelle commit choisir. Simplement comme le niveau précédent -- nous pouvons utiliser les mêmes commandes:",
"",
"* `git rebase -i`",
"* `git cherry-pick`",
"",
"Pour réussir ce niveau."
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"À vous de choisir quelle commande utiliser, mais pour réussir ce niveau, assurez vous que `master` recois le même commit que `bugFix`."
]
}
}
]
},
"es_AR": { "es_AR": {
"childViews": [ "childViews": [
{ {

View file

@ -21,6 +21,7 @@ exports.level = {
"ko": "커밋들 갖고 놀기", "ko": "커밋들 갖고 놀기",
"en_US": "Juggling Commits", "en_US": "Juggling Commits",
"de_DE": "Jonglieren mit Commits", "de_DE": "Jonglieren mit Commits",
"fr_FR": "Jongler avec les Commits",
"es_AR": "Haciendo malabares con los commits", "es_AR": "Haciendo malabares con los commits",
"ja": "Juggling Commits", "ja": "Juggling Commits",
"zh_CN": "提交变换戏法", "zh_CN": "提交变换戏法",
@ -29,6 +30,7 @@ exports.level = {
"hint": { "hint": {
"en_US": "The first command is git rebase -i HEAD~2", "en_US": "The first command is git rebase -i HEAD~2",
"de_DE": "Der erste Befehl ist git rebase -i HEAD~2", "de_DE": "Der erste Befehl ist git rebase -i HEAD~2",
"de_DE": "La première commande est git rebase -i HEAD~2",
"es_AR": "El primer comando es git rebase -i HEAD~2", "es_AR": "El primer comando es git rebase -i HEAD~2",
"ja": "最初に打つコマンドはgit rebase -i HEAD~2", "ja": "最初に打つコマンドはgit rebase -i HEAD~2",
"ko": "첫번째 명령은 git rebase -i HEAD~2 입니다", "ko": "첫번째 명령은 git rebase -i HEAD~2 입니다",
@ -77,6 +79,47 @@ exports.level = {
} }
] ]
}, },
"fr_FR": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"## Jongler avec les Commits",
"",
"Voici une autre situation commune. Vous avez certain changement (`newImage`) et un autre groupe de changement (`caption`) qui sont relié, ils sont donc empillé un sur l'autre dans votre répertoire Git(aka un après l'autre).",
"",
"Là ou ca se complique c'est lorsque vous devez faire modification dans un commit antérieure. Dans ce cas, les configuration de `newImage` devrons changer un peu, même si ce commit est loin dans notre histoire!!"
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Nous allons régler le problème en fesant ceci:",
"",
"* Nous allons réaligné les commits pour que celui que nous voulions soit sur le dessus `git rebase -i`",
"* Nous allons faire `commit --amend` pour faire les modifications",
"* Nous allons réaligner les commits dans l'ordre original `git rebase -i`",
"* Finalement, nous allons déplacer le HEAD de master vers la nouvelle tête de l'arbre (avec la méthode de votre choix)",
"",
"Il y a plusieurs façons d'atteindre ce but (cherry-pick semble très tentant), mais nous allons parler de cherry-pick plus tard, pour le moment concentrez vous sur cette technique."
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Pour terminer, Faites attentions au but -- Du au fait que nous déplacons les commmits 2 fois, ils se retrouvent les deux avec une apostrophe. une deuxième apostrophe est ajouté sur le commit que nous modifions, ce qui nous donnes l'arbre finale ",
"",
"Ceci étant dit, Je peux comparer le résultat avec la stuctures et les différentes apostophes. Tant que votre arbre master a la même structure et apostrophe le niveau sera considéré réussi."
]
}
}
]
},
"es_AR": { "es_AR": {
"childViews": [ "childViews": [
{ {

View file

@ -1,332 +1,377 @@
exports.level = { exports.level = {
"goalTreeString": "%7B%22branches%22%3A%7B%22master%22%3A%7B%22target%22%3A%22C3%27%22%2C%22id%22%3A%22master%22%7D%2C%22newImage%22%3A%7B%22target%22%3A%22C2%22%2C%22id%22%3A%22newImage%22%7D%2C%22caption%22%3A%7B%22target%22%3A%22C3%22%2C%22id%22%3A%22caption%22%7D%7D%2C%22commits%22%3A%7B%22C0%22%3A%7B%22parents%22%3A%5B%5D%2C%22id%22%3A%22C0%22%2C%22rootCommit%22%3Atrue%7D%2C%22C1%22%3A%7B%22parents%22%3A%5B%22C0%22%5D%2C%22id%22%3A%22C1%22%7D%2C%22C2%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%22%7D%2C%22C3%22%3A%7B%22parents%22%3A%5B%22C2%22%5D%2C%22id%22%3A%22C3%22%7D%2C%22C2%27%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%27%22%7D%2C%22C2%27%27%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%27%27%22%7D%2C%22C3%27%22%3A%7B%22parents%22%3A%5B%22C2%27%27%22%5D%2C%22id%22%3A%22C3%27%22%7D%7D%2C%22HEAD%22%3A%7B%22target%22%3A%22master%22%2C%22id%22%3A%22HEAD%22%7D%7D", "goalTreeString": "%7B%22branches%22%3A%7B%22master%22%3A%7B%22target%22%3A%22C3%27%22%2C%22id%22%3A%22master%22%7D%2C%22newImage%22%3A%7B%22target%22%3A%22C2%22%2C%22id%22%3A%22newImage%22%7D%2C%22caption%22%3A%7B%22target%22%3A%22C3%22%2C%22id%22%3A%22caption%22%7D%7D%2C%22commits%22%3A%7B%22C0%22%3A%7B%22parents%22%3A%5B%5D%2C%22id%22%3A%22C0%22%2C%22rootCommit%22%3Atrue%7D%2C%22C1%22%3A%7B%22parents%22%3A%5B%22C0%22%5D%2C%22id%22%3A%22C1%22%7D%2C%22C2%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%22%7D%2C%22C3%22%3A%7B%22parents%22%3A%5B%22C2%22%5D%2C%22id%22%3A%22C3%22%7D%2C%22C2%27%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%27%22%7D%2C%22C2%27%27%22%3A%7B%22parents%22%3A%5B%22C1%22%5D%2C%22id%22%3A%22C2%27%27%22%7D%2C%22C3%27%22%3A%7B%22parents%22%3A%5B%22C2%27%27%22%5D%2C%22id%22%3A%22C3%27%22%7D%7D%2C%22HEAD%22%3A%7B%22target%22%3A%22master%22%2C%22id%22%3A%22HEAD%22%7D%7D",
"solutionCommand": "git checkout master;git cherry-pick C2;git commit --amend;git cherry-pick C3", "solutionCommand": "git checkout master;git cherry-pick C2;git commit --amend;git cherry-pick C3",
"disabledMap": { "disabledMap": {
"git revert": true "git revert": true
}, },
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"},\"newImage\":{\"target\":\"C2\",\"id\":\"newImage\"},\"caption\":{\"target\":\"C3\",\"id\":\"caption\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"caption\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"},\"newImage\":{\"target\":\"C2\",\"id\":\"newImage\"},\"caption\":{\"target\":\"C3\",\"id\":\"caption\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"caption\",\"id\":\"HEAD\"}}",
"compareOnlyMasterHashAgnosticWithAsserts": true, "compareOnlyMasterHashAgnosticWithAsserts": true,
"goalAsserts": { "goalAsserts": {
"master": [ "master": [
function(data) { function(data) {
return data.C2 > data.C3; return data.C2 > data.C3;
}, },
function(data) { function(data) {
return data.C2 > data.C1; return data.C2 > data.C1;
} }
] ]
}, },
"name": { "name": {
"ko": "커밋 갖고 놀기 #2", "ko": "커밋 갖고 놀기 #2",
"en_US": "Juggling Commits #2", "en_US": "Juggling Commits #2",
"es_AR": "Haciendo malabares con los commits #2", "fr_FR": "Jongler avec les commits #2",
"de_DE": "Jonglieren mit Commits Teil 2", "es_AR": "Haciendo malabares con los commits #2",
"ja": "コミットをやりくりする その2", "de_DE": "Jonglieren mit Commits Teil 2",
"zh_CN": "提交交换戏法 #2", "ja": "コミットをやりくりする その2",
"zh_TW": "commit 的戲法 #2" "zh_CN": "提交交换戏法 #2",
}, "zh_TW": "commit 的戲法 #2"
"hint": { },
"en_US": "Don't forget to forward master to the updated changes!", "hint": {
"es_AR": "¡No te olvides de avanzar master a los cambios actualizados!", "en_US": "Don't forget to forward master to the updated changes!",
"de_DE": "Vergiss nicht den master auf die aktuelle Version vorzuspulen", "fr_FR": "N'oublier pas de forwardes la branch master dans la nouvelle branch",
"ja": "masterのポインタを先に進めることを忘れずに", "es_AR": "¡No te olvides de avanzar master a los cambios actualizados!",
"ko": "master를 변경 완료한 커밋으로 이동(forward)시키는 것을 잊지 마세요!", "de_DE": "Vergiss nicht den master auf die aktuelle Version vorzuspulen",
"zh_CN": "别忘记了将 master 快进到最新的更新上!", "ja": "masterのポインタを先に進めることを忘れずに",
"zh_TW": "別忘記了將 master 推到最新的 commit 上面!" "ko": "master를 변경 완료한 커밋으로 이동(forward)시키는 것을 잊지 마세요!",
}, "zh_CN": "别忘记了将 master 快进到最新的更新上!",
"startDialog": { "zh_TW": "別忘記了將 master 推到最新的 commit 上面!"
"en_US": { },
"childViews": [ "startDialog": {
{ "en_US": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Juggling Commits #2", "options": {
"", "markdowns": [
"*If you haven't completed Juggling Commits #1 (the previous level), please do so before continuing*", "## Juggling Commits #2",
"", "",
"As you saw in the last level, we used `rebase -i` to reorder the commits. Once the commit we wanted to change was on top, we could easily --amend it and re-order back to our preferred order.", "*If you haven't completed Juggling Commits #1 (the previous level), please do so before continuing*",
"", "",
"The only issue here is that there is a lot of reordering going on, which can introduce rebase conflicts. Let's look at another method with `git cherry-pick`" "As you saw in the last level, we used `rebase -i` to reorder the commits. Once the commit we wanted to change was on top, we could easily --amend it and re-order back to our preferred order.",
] "",
} "The only issue here is that there is a lot of reordering going on, which can introduce rebase conflicts. Let's look at another method with `git cherry-pick`"
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Remember that git cherry-pick will plop down a commit from anywhere in the tree onto HEAD (as long as that commit isn't an ancestor of HEAD).", "options": {
"", "beforeMarkdowns": [
"Here's a small refresher demo:" "Remember that git cherry-pick will plop down a commit from anywhere in the tree onto HEAD (as long as that commit isn't an ancestor of HEAD).",
], "",
"afterMarkdowns": [ "Here's a small refresher demo:"
"Nice! Let's move on" ],
], "afterMarkdowns": [
"command": "git cherry-pick C2", "Nice! Let's move on"
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" ],
} "command": "git cherry-pick C2",
}, "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"So in this level, let's accomplish the same objective of amending `C2` once but avoid using `rebase -i`. I'll leave it up to you to figure it out! :D", "options": {
"", "markdowns": [
"Remember, the exact number of apostrophe's (') on the commit are not important, only the relative differences. For example, I will give credit to a tree that matches the goal tree but has one extra apostrophe everywhere" "So in this level, let's accomplish the same objective of amending `C2` once but avoid using `rebase -i`. I'll leave it up to you to figure it out! :D",
] "",
} "Remember, the exact number of apostrophe's (') on the commit are not important, only the relative differences. For example, I will give credit to a tree that matches the goal tree but has one extra apostrophe everywhere"
} ]
] }
}, }
"es_AR": { ]
"childViews": [ },
{ "fr_FR": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Haciendo malabares con los commits #2", "options": {
"", "markdowns": [
"*Si no completaste Haciendo malabares con los commits #1 (el nivel anterior), hacelo antes de continuar*", "## Jongler avec les commits #2",
"", "",
"Como viste en el último nivel, usamos `rebase -i` para reordenar los commits. Una vez que el commit que queríamos cambiar estaba arriba de todo, pudimos `--amend`earlo fácilmente y reordenarlo a como queríamos.", "*Si vous n'avez pas fait le défi Jongler avec les commits #1 (le niveau précédent), vous devriez le faire avant*",
"", "",
"El único problema con esto es que hay mucho reordenamiento, que puede generar conflictos al rebasear. Veamos otro método usando `git cherry-pick`" "Comme fait dans le niveau précédent, nous utilisons `rebase -i` pour réordonner les commits. Si le commit a modifier est celui à la tête, faite un --amend et réordonné le dans l'ordre voulu.",
] "",
} "La difficulté ici est qu'il y a beaucoup de changement, ce qui peut introduire des conflits de rebase. Essayons avec le `git cherry-pick`"
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Acordate de que git cherry-pick va a traer un commit de cualquier parte del árbol sobre HEAD (siempre que ese otro commit no sea un ancestro de HEAD).", "options": {
"", "beforeMarkdowns": [
"Una pequeña demo para refrescar la idea:" "N'oublier pas que git cherry-pick va prendre un commit de n'importe ou dans l'arbre de git et le mettre devant le HEAD. Sauf si il est l'ancètre de la branche courante.",
], "",
"afterMarkdowns": [ "Un petit rappel:"
"¡Bien! Sigamos..." ],
], "afterMarkdowns": [
"command": "git cherry-pick C2", "Maintenant, continuons"
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" ],
} "command": "git cherry-pick C2",
}, "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"Entonces, en este nivel vamos a lograr el mismo objetivo de corregir `C2`, pero sin usar `rebase -i`. Te dejo a vos el darte cuenta cómo :D", "options": {
"", "markdowns": [
"Acordate, la cantidad exacta de apóstrofes (') en el commit no es importante, sólo la diferencia relativa. Por ejemplo, le voy a dar puntaje a un árbol que matchee el objetivo pero cuyos commits tengan todos un apóstrofe extra" "Dans ce niveau, nous voulons modifier `C2` sans utiliser `rebase -i`. As vous maintenant de trouver comment! :D",
] "",
} "Petit rappel, le nombre exact d'apostrophe (') sur le commit n'est pas important. Par exemple, Nous allons donner les points si la structure est bonne mais qu'il y a une apostrophe de trop."
} ]
] }
}, }
"de_DE": { ]
"childViews": [ },
{ "es_AR": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Jonglieren mit Commits Teil 2", "options": {
"", "markdowns": [
"Du solltest \"Jonglieren mit Commits\" (den vorherigen Level) bestanden haben, bevor du dich an diesem hier versuchst.", "## Haciendo malabares con los commits #2",
"", "",
"Wie du im letzten Level gesehen hast haben wir `git rebase -i` genutzt, um die Commits neu anzuordnen. Sobald der Commit, den wir ändern wollte, ganz oben war, konnten wir das auch einfach mit `git commit --amend` tun. Danach haben wir die alte Reihenfolge wiederhergestellt.", "*Si no completaste Haciendo malabares con los commits #1 (el nivel anterior), hacelo antes de continuar*",
"", "",
"Das einzige Problem ist hier, dass da eine Menge Umsortieren stattfindet, was zu Rebase-Konflikten führen kann. Schauen wir uns also eine Methode mit `git cherry-pick` an." "Como viste en el último nivel, usamos `rebase -i` para reordenar los commits. Una vez que el commit que queríamos cambiar estaba arriba de todo, pudimos `--amend`earlo fácilmente y reordenarlo a como queríamos.",
] "",
} "El único problema con esto es que hay mucho reordenamiento, que puede generar conflictos al rebasear. Veamos otro método usando `git cherry-pick`"
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Wie du dich erinnerst macht `git cherry-pick` eine Kopie des angegebenen Commits und fügt sie an `HEAD` an (es sei denn der Commit ist ein Vorgänger von `HEAD`).", "options": {
"", "beforeMarkdowns": [
"Hier eine kleine Demo zur Erinnerung:" "Acordate de que git cherry-pick va a traer un commit de cualquier parte del árbol sobre HEAD (siempre que ese otro commit no sea un ancestro de HEAD).",
], "",
"afterMarkdowns": [ "Una pequeña demo para refrescar la idea:"
"Schick! Und weiter geht's." ],
], "afterMarkdowns": [
"command": "git cherry-pick C2", "¡Bien! Sigamos..."
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" ],
} "command": "git cherry-pick C2",
}, "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"In diesem Level geht es also auch um das Ziel den Commit `C2` zu modifizieren, aber ohne `git rebase -i` zu benutzen. Ich überlass es dir herauszufinden, wie das gehen soll. :D", "options": {
"", "markdowns": [
"Nicht vergessen, die genaue Anzahl von Kopien (d.h. Apostrophs) ist nicht ausschlaggebend, nur die Differenz. Der Level ist zum Beispiel auch gelöst, wenn dein fertiger Baum dieselbe Struktur wie der Ziel-Baum hat, aber *überall* ein Apostroph mehr aufweist." "Entonces, en este nivel vamos a lograr el mismo objetivo de corregir `C2`, pero sin usar `rebase -i`. Te dejo a vos el darte cuenta cómo :D",
] "",
} "Acordate, la cantidad exacta de apóstrofes (') en el commit no es importante, sólo la diferencia relativa. Por ejemplo, le voy a dar puntaje a un árbol que matchee el objetivo pero cuyos commits tengan todos un apóstrofe extra"
} ]
] }
}, }
"ja": { ]
"childViews": [ },
{ "de_DE": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## コミットをやりくりする その2", "options": {
"", "markdowns": [
"*注意 この一つ前のレベル「コミットをやりくりする」をクリアしていない人は、まずそちらの問題をクリアしてきてください*", "## Jonglieren mit Commits Teil 2",
"", "",
"前回見てきたように、コミット順序の変更のために、私たちは`rebase -i`コマンドを利用しました。ツリーの先頭に変更対象のコミットがあれば、--amendオプションを使うことで容易に変更を書きかえて、元の順序に戻すことができます。", "Du solltest \"Jonglieren mit Commits\" (den vorherigen Level) bestanden haben, bevor du dich an diesem hier versuchst.",
"", "",
"この場合に心配なことが一つだけあって、それは複数回の順序の変更が行われるので、rebaseのコンフリクト衝突が起こりうることです。こういうケースへの対策として、`git cherry-pick`を使った別の解決法について考えてみましょう。" "Wie du im letzten Level gesehen hast haben wir `git rebase -i` genutzt, um die Commits neu anzuordnen. Sobald der Commit, den wir ändern wollte, ganz oben war, konnten wir das auch einfach mit `git commit --amend` tun. Danach haben wir die alte Reihenfolge wiederhergestellt.",
] "",
} "Das einzige Problem ist hier, dass da eine Menge Umsortieren stattfindet, was zu Rebase-Konflikten führen kann. Schauen wir uns also eine Methode mit `git cherry-pick` an."
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"git cherry-pickを使うと、ツリーの中から複数のコミットを選んで、HEADの下に新しく作ることができましたね。", "options": {
"", "beforeMarkdowns": [
"簡単なデモを見てみましょう:" "Wie du dich erinnerst macht `git cherry-pick` eine Kopie des angegebenen Commits und fügt sie an `HEAD` an (es sei denn der Commit ist ein Vorgänger von `HEAD`).",
], "",
"afterMarkdowns": [ "Hier eine kleine Demo zur Erinnerung:"
"できました!次へ進みましょう" ],
], "afterMarkdowns": [
"command": "git cherry-pick C2", "Schick! Und weiter geht's."
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" ],
} "command": "git cherry-pick C2",
}, "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"このレベルでは、`C2`をamendすることで前回と同じ目的を達成しましょう。但し`rebase -i`は使わずにクリアしてください。どんな方法で進めるかはあなたにおまかせします!:D" "options": {
] "markdowns": [
} "In diesem Level geht es also auch um das Ziel den Commit `C2` zu modifizieren, aber ohne `git rebase -i` zu benutzen. Ich überlass es dir herauszufinden, wie das gehen soll. :D",
} "",
] "Nicht vergessen, die genaue Anzahl von Kopien (d.h. Apostrophs) ist nicht ausschlaggebend, nur die Differenz. Der Level ist zum Beispiel auch gelöst, wenn dein fertiger Baum dieselbe Struktur wie der Ziel-Baum hat, aber *überall* ein Apostroph mehr aufweist."
}, ]
"zh_CN": { }
"childViews": [ }
{ ]
"type": "ModalAlert", },
"options": { "ja": {
"markdowns": [ "childViews": [
"## 提交变换戏法 #2", {
"", "type": "ModalAlert",
"*假如你还没有完成提交变换戏法 #1前一关这关不让玩哦*", "options": {
"", "markdowns": [
"如你在上一关所见,我们使用 `rebase -i` 来重排那些提交。只要把我们想要的提交挪到最顶端,我们就可以很容易地改变它,然后把它们重新排成我们想要的顺序。", "## コミットをやりくりする その2",
"", "",
"但唯一的问题就是这样做就要排很多次有可能造成衍合冲突rebase conflicts。下面就看看用另外一种方法 `git cherry-pick` 是怎么做的吧。" "*注意 この一つ前のレベル「コミットをやりくりする」をクリアしていない人は、まずそちらの問題をクリアしてきてください*",
] "",
} "前回見てきたように、コミット順序の変更のために、私たちは`rebase -i`コマンドを利用しました。ツリーの先頭に変更対象のコミットがあれば、--amendオプションを使うことで容易に変更を書きかえて、元の順序に戻すことができます。",
}, "",
{ "この場合に心配なことが一つだけあって、それは複数回の順序の変更が行われるので、rebaseのコンフリクト衝突が起こりうることです。こういうケースへの対策として、`git cherry-pick`を使った別の解決法について考えてみましょう。"
"type": "GitDemonstrationView", ]
"options": { }
"beforeMarkdowns": [ },
"要在心理牢记 cherry-pick 可以从提交树的任何地方拿一个提交来放在 HEAD 上(尽管那个提交不在上游)。", {
"", "type": "GitDemonstrationView",
"下面是一个小小的演示:" "options": {
], "beforeMarkdowns": [
"command": "git cherry-pick C2", "git cherry-pickを使うと、ツリーの中から複数のコミットを選んで、HEADの下に新しく作ることができましたね。",
"afterMarkdowns": [ "",
"好滴咧,我们继续" "簡単なデモを見てみましょう:"
], ],
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" "afterMarkdowns": [
} "できました!次へ進みましょう"
}, ],
{ "command": "git cherry-pick C2",
"type": "ModalAlert", "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
"options": { }
"markdowns": [ },
"那么这关呢,和上一关一样要改变提交 `C2`,但你要避免使用 `rebase -i`。自己想想要怎么解决吧,骚年! :D" {
] "type": "ModalAlert",
} "options": {
} "markdowns": [
] "このレベルでは、`C2`をamendすることで前回と同じ目的を達成しましょう。但し`rebase -i`は使わずにクリアしてください。どんな方法で進めるかはあなたにおまかせします!:D"
}, ]
"zh_TW": { }
"childViews": [ }
{ ]
"type": "ModalAlert", },
"options": { "zh_CN": {
"markdowns": [ "childViews": [
"## commit 的戲法 #2", {
"", "type": "ModalAlert",
"*假如你還沒有完成 commit 的戲法 #1前面那一個關卡請先完成之後再來這一關*", "options": {
"", "markdowns": [
"如你在上一個關卡所看到的,我們使用 `rebase -i` 來重新排列那些 commit。只要把我們想要修改的 commit 移到最前面,我們就可以很容易地重新修改它,然後再把它們重新排成我們想要的順序。", "## 提交变换戏法 #2",
"", "",
"但唯一的問題就是這樣做就要排很多次,有可能造成 rebase conflict。下面就看看用另外一種方法 `git cherry-pick` 是怎麼做的吧!" "*假如你还没有完成提交变换戏法 #1前一关这关不让玩哦*",
] "",
} "如你在上一关所见,我们使用 `rebase -i` 来重排那些提交。只要把我们想要的提交挪到最顶端,我们就可以很容易地改变它,然后把它们重新排成我们想要的顺序。",
}, "",
{ "但唯一的问题就是这样做就要排很多次有可能造成衍合冲突rebase conflicts。下面就看看用另外一种方法 `git cherry-pick` 是怎么做的吧。"
"type": "GitDemonstrationView", ]
"options": { }
"beforeMarkdowns": [ },
"要記住喔! cherry-pick 可以從 commit tree 的任何地方拿一個 commit 來放在 HEAD 上(只要那個 commit 不是 HEAD 的 parent。", {
"", "type": "GitDemonstrationView",
"下面是一個簡單清楚的 demo" "options": {
], "beforeMarkdowns": [
"command": "git cherry-pick C2", "要在心理牢记 cherry-pick 可以从提交树的任何地方拿一个提交来放在 HEAD 上(尽管那个提交不在上游)。",
"afterMarkdowns": [ "",
"太棒了,我們繼續吧!" "下面是一个小小的演示:"
], ],
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" "command": "git cherry-pick C2",
} "afterMarkdowns": [
}, "好滴咧,我们继续"
{ ],
"type": "ModalAlert", "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
"options": { }
"markdowns": [ },
"在這一關和上一關一樣要去修改一個 commit 叫做`C2`,但你要避免使用 `rebase -i`。自己想想看要怎麼解決吧!" {
] "type": "ModalAlert",
} "options": {
} "markdowns": [
] "那么这关呢,和上一关一样要改变提交 `C2`,但你要避免使用 `rebase -i`。自己想想要怎么解决吧,骚年! :D"
}, ]
"ko": { }
"childViews": [ }
{ ]
"type": "ModalAlert", },
"options": { "zh_TW": {
"markdowns": [ "childViews": [
"## 커밋 갖고 놀기 #2", {
"", "type": "ModalAlert",
"*만약 이전 레벨의 커밋 갖고 놀기 #1을 풀지 않으셨다면, 계속하기에 앞서서 꼭 풀어보세요*", "options": {
"", "markdowns": [
"이전 레벨에서 보셨듯이 `rebase -i` 명령으로 커밋의 순서를 바꿀 수 있습니다. 정정할 커밋이 바로 직전(top)에 있으면 간단히 --amend로 수정할 수 있고, 그리고 나서 다시 원하는 순서로 되돌려 놓으면 됩니다.", "## commit 的戲法 #2",
"", "",
"이번에 한가지 문제는 순서를 꽤 많이 바꿔야한다는 점인데요, 그러다가 리베이스중에 충돌이 날 수 있습니다. 이번에는 다른 방법인 `git cherry-pick`으로 해결해 봅시다." "*假如你還沒有完成 commit 的戲法 #1前面那一個關卡請先完成之後再來這一關*",
] "",
} "如你在上一個關卡所看到的,我們使用 `rebase -i` 來重新排列那些 commit。只要把我們想要修改的 commit 移到最前面,我們就可以很容易地重新修改它,然後再把它們重新排成我們想要的順序。",
}, "",
{ "但唯一的問題就是這樣做就要排很多次,有可能造成 rebase conflict。下面就看看用另外一種方法 `git cherry-pick` 是怎麼做的吧!"
"type": "GitDemonstrationView", ]
"options": { }
"beforeMarkdowns": [ },
"git cherry-pick으로 HEAD에다 어떤 커밋이든 떨어 뜨려 놓을 수 있다고 알려드린것 기억나세요? (단, 그 커밋이 현재 가리키고 있는 커밋이 아니어야합니다)", {
"", "type": "GitDemonstrationView",
"간단한 데모로 다시 알려드리겠습니다:" "options": {
], "beforeMarkdowns": [
"afterMarkdowns": [ "要記住喔! cherry-pick 可以從 commit tree 的任何地方拿一個 commit 來放在 HEAD 上(只要那個 commit 不是 HEAD 的 parent。",
"좋아요! 계속할게요" "",
], "下面是一個簡單清楚的 demo"
"command": "git cherry-pick C2", ],
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit" "command": "git cherry-pick C2",
} "afterMarkdowns": [
}, "太棒了,我們繼續吧!"
{ ],
"type": "ModalAlert", "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
"options": { }
"markdowns": [ },
"그럼 이번 레벨에서는 아까와 마찬가지로 `C2` 커밋의 내용을 정정하되, `rebase -i`를 쓰지 말고 해보세요. ^.~" {
] "type": "ModalAlert",
} "options": {
} "markdowns": [
] "在這一關和上一關一樣要去修改一個 commit 叫做`C2`,但你要避免使用 `rebase -i`。自己想想看要怎麼解決吧!"
} ]
} }
}; }
]
},
"ko": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"## 커밋 갖고 놀기 #2",
"",
"*만약 이전 레벨의 커밋 갖고 놀기 #1을 풀지 않으셨다면, 계속하기에 앞서서 꼭 풀어보세요*",
"",
"이전 레벨에서 보셨듯이 `rebase -i` 명령으로 커밋의 순서를 바꿀 수 있습니다. 정정할 커밋이 바로 직전(top)에 있으면 간단히 --amend로 수정할 수 있고, 그리고 나서 다시 원하는 순서로 되돌려 놓으면 됩니다.",
"",
"이번에 한가지 문제는 순서를 꽤 많이 바꿔야한다는 점인데요, 그러다가 리베이스중에 충돌이 날 수 있습니다. 이번에는 다른 방법인 `git cherry-pick`으로 해결해 봅시다."
]
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"git cherry-pick으로 HEAD에다 어떤 커밋이든 떨어 뜨려 놓을 수 있다고 알려드린것 기억나세요? (단, 그 커밋이 현재 가리키고 있는 커밋이 아니어야합니다)",
"",
"간단한 데모로 다시 알려드리겠습니다:"
],
"afterMarkdowns": [
"좋아요! 계속할게요"
],
"command": "git cherry-pick C2",
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit"
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"그럼 이번 레벨에서는 아까와 마찬가지로 `C2` 커밋의 내용을 정정하되, `rebase -i`를 쓰지 말고 해보세요. ^.~"
]
}
}
]
}
}
};

View file

@ -1,227 +1,281 @@
exports.level = { exports.level = {
"goalTreeString": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C3\",\"id\":\"side\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\",\"C4\"],\"id\":\"C5\"}},\"tags\":{\"v1\":{\"target\":\"C2\",\"id\":\"v1\",\"type\":\"tag\"},\"v0\":{\"target\":\"C1\",\"id\":\"v0\",\"type\":\"tag\"}},\"HEAD\":{\"target\":\"C2\",\"id\":\"HEAD\"}}", "goalTreeString": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C3\",\"id\":\"side\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\",\"C4\"],\"id\":\"C5\"}},\"tags\":{\"v1\":{\"target\":\"C2\",\"id\":\"v1\",\"type\":\"tag\"},\"v0\":{\"target\":\"C1\",\"id\":\"v0\",\"type\":\"tag\"}},\"HEAD\":{\"target\":\"C2\",\"id\":\"HEAD\"}}",
"solutionCommand": "git tag v1 side~1;git tag v0 master~2;git checkout v1", "solutionCommand": "git tag v1 side~1;git tag v0 master~2;git checkout v1",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C3\",\"id\":\"side\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\",\"C4\"],\"id\":\"C5\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"side\":{\"target\":\"C3\",\"id\":\"side\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\",\"C4\"],\"id\":\"C5\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Git Tags", "en_US": "Git Tags",
"de_DE": "Git Tags", "de_DE": "Git Tags",
"es_AR": "Tags en git", "es_AR": "Tags en git",
"zh_TW": "git tag" "fr_FR": "Git Tags",
}, "zh_TW": "git tag"
"hint": { },
"en_US": "you can either check out the commit directly or simply checkout the tag!", "hint": {
"de_DE": "Du kannst den Checkout entweder direkt auf den Commit oder das Tag machen.", "en_US": "you can either check out the commit directly or simply checkout the tag!",
"es_AR": "Podés checkoutear directamente el commit, ¡o simplemente el tag!", "fr_FR": "Vous pouvez faire le checkout sur le commit ou sur le tag!",
"zh_TW": "你可以直接 checkout 到 commit 上,或是簡單的 checkout 到 tag 上" "de_DE": "Du kannst den Checkout entweder direkt auf den Commit oder das Tag machen.",
}, "es_AR": "Podés checkoutear directamente el commit, ¡o simplemente el tag!",
"startDialog": { "zh_TW": "你可以直接 checkout 到 commit 上,或是簡單的 checkout 到 tag 上"
"en_US": { },
"childViews": [ "startDialog": {
{ "en_US": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Git Tags", "options": {
"", "markdowns": [
"As you have learned from previous lessons, branches are easy to move around and often refer to different commits as work is completed on them. Branches are easily mutated, often temporary, and always changing.", "## Git Tags",
"", "",
"If that's the case, you may be wondering if there's a way to *permanently* mark historical points in your project's history. For things like major releases and big merges, is there any way to mark these commits with something more permanent than a branch?", "As you have learned from previous lessons, branches are easy to move around and often refer to different commits as work is completed on them. Branches are easily mutated, often temporary, and always changing.",
"" "",
] "If that's the case, you may be wondering if there's a way to *permanently* mark historical points in your project's history. For things like major releases and big merges, is there any way to mark these commits with something more permanent than a branch?",
} ""
}, ]
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"You bet there is! Git tags support this exact use case -- they (somewhat) permanently mark certain commits as \"milestones\" that you can then reference like a branch.", "options": {
"", "markdowns": [
"More importantly though, they never move as more commits are created. You can't \"check out\" a tag and then complete work on that tag -- tags exist as anchors in the commit tree that designate certain spots.", "You bet there is! Git tags support this exact use case -- they (somewhat) permanently mark certain commits as \"milestones\" that you can then reference like a branch.",
"", "",
"Let's see what tags look like in practice." "More importantly though, they never move as more commits are created. You can't \"check out\" a tag and then complete work on that tag -- tags exist as anchors in the commit tree that designate certain spots.",
] "",
} "Let's see what tags look like in practice."
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Let's try making a tag at `C1` which is our version 1 prototype" "options": {
], "beforeMarkdowns": [
"afterMarkdowns": [ "Let's try making a tag at `C1` which is our version 1 prototype"
"There! Quite easy. We named the tag `v1` and referenced the commit `C1` explicitly. If you leave the commit off, git will just use whatever `HEAD` is at" ],
], "afterMarkdowns": [
"command": "git tag v1 C1", "There! Quite easy. We named the tag `v1` and referenced the commit `C1` explicitly. If you leave the commit off, git will just use whatever `HEAD` is at"
"beforeCommand": "git commit" ],
} "command": "git tag v1 C1",
}, "beforeCommand": "git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"For this level just create the tags in the goal visualization and then check `v1` out. Notice how you go into detached `HEAD` state -- this is because you can't commit directly onto the `v1` tag.", "options": {
"", "markdowns": [
"In the next level we'll examine a more interesting use case for tags." "For this level just create the tags in the goal visualization and then check `v1` out. Notice how you go into detached `HEAD` state -- this is because you can't commit directly onto the `v1` tag.",
] "",
} "In the next level we'll examine a more interesting use case for tags."
} ]
] }
}, }
"zh_TW": { ]
"childViews": [ },
{ "fr_FR": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## git tag", "options": {
"", "markdowns": [
"就像你之前學到的一樣branch 很容易被移動,而且當有新的 commit 時又會再移動branch 經常指向不同的 commitbranch 很容易改變。", "## Git Tags",
"", "",
"你可能會有疑問,有沒有什麼方法可以*永遠*有一個指向 commit 的記號,例如,表示重大的軟體釋出,或者是修正很大的 bug有沒有其它比 branch 更好的方法,可以永遠地指向這些 commit", "Comme apris dans les niveau précédent, les branches sont facile et rende le travail avec les commit plus simple. Il est facile de faire des merge sur les branches. Les branches sont donc constament en mouvement.",
"" "",
] "Dans ce cas, il doit exister une façons de sauvegarder de façon permanente l'état du projet. Pour des choses comme des Release majeur, Il existe une façons plus permanente de garder l'état du code?",
} ""
}, ]
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"你說對了git tag 可以解決這個問題,它們可以永遠地指向某個特定的 commit就像是表示一個\"里程碑\"一樣。", "options": {
"", "markdowns": [
"更重要的是,當有新的 commit 時,它們也不會移動,你不可以 \"checkout\" 到 tag 上面 committag 的存在就像是一個在 commit tree 上的表示特定訊息的一個錨。", "vous l'aurez deviné! Git tags offre cette fonctionnalité -- Les tags garde l'état du code et pointe vers ce commit peux importe comment l'arbre git continue d'évoluer.",
"", "",
"讓我們來實際看一下 tag 長什麼樣子..." "encore plus important, il sont définitif. Vous ne pouvez donc pas faire de commit sur un tag -- Les tags sont un peu comme un pointeur définitif dans l'arbre",
] "",
} "Voici les tags en pratique."
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"讓我們試著建立一個 tag指向 commit `C1`,表示這是我們第一個版本。" "options": {
], "beforeMarkdowns": [
"afterMarkdowns": [ "Essayons de faire un tag sur C1 (qui représente la version 1 de notre prototype)"
"看吧!非常容易,我們命名這個 tag 叫做 `v1`,並且讓它指向 commit `C1`,如果你離開了該 commitgit 會根據 `HEAD` 所指向的位置才分辨。" ],
], "afterMarkdowns": [
"command": "git tag v1 C1", "Voila, facile non! nous nommons le tag v1 et il pointe vers C1. Si vous ne spécifié pas le commit, le HEAD sera l'endroit ou le tag pointera."
"beforeCommand": "git commit" ],
} "command": "git tag v1 C1",
}, "beforeCommand": "git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"在這個關卡中,建立一個如視覺化目標裡面的 tag然後 checkout 到 `v1` 上面,要注意你會進到分離 `HEAD` 的狀態,這是因為你不能夠直接在 `v1` 上面做 commit。", "options": {
"", "markdowns": [
"在下個關卡中我們會介紹更多 tag 的應用..." "Pour ce niveau, simplement faire un tag v1 et faire un checkout dessu. Remarqué vous êtes en detached `HEAD` state -- C'est parceque vous ne pouvez pas commiter sur le tag `v1`.",
] "",
} "Dans le défils suivants vous verez des scénarios plus interessant."
} ]
] }
}, }
"es_AR": { ]
"childViews": [ },
{ "zh_TW": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Tags en git", "options": {
"", "markdowns": [
"Como aprendiste en lecciones anteriores, las ramas pueden moverse fácilmente, y en general van referenciando distintos commits a medida que el trabajo se va completando en ellas. Las ramas cambian fácilmente, suelen ser temporales, y siempre cambiantes.", "## git tag",
"", "",
"Si ese es el caso, te podrías estar preguntando si hay una manera de marcar *permanentemente* puntos en la historia de tu proyecto. Para cosas como releases mayores o grandes merges, ¿hay algún modo de marcar esos commits con algo más permanente que un branch?", "就像你之前學到的一樣branch 很容易被移動,而且當有新的 commit 時又會再移動branch 經常指向不同的 commitbranch 很容易改變。",
"" "",
] "你可能會有疑問,有沒有什麼方法可以*永遠*有一個指向 commit 的記號,例如,表示重大的軟體釋出,或者是修正很大的 bug有沒有其它比 branch 更好的方法,可以永遠地指向這些 commit",
} ""
}, ]
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"¡Seguro que hay! Los tags de git soportan exactamente este caso de uso -- marcan (bastante) permanentemente determinados commits como \"hitos\" que podés referenciar como a un branch.", "options": {
"", "markdowns": [
"Aún más importante, los tags no avanzan cuando se crean nuevos commits. No podés \"checkoutear\" un tag y completar el trabajo en ese tag - los tags son marcas fijas en el árbol de commits que designan ciertos puntos.", "你說對了git tag 可以解決這個問題,它們可以永遠地指向某個特定的 commit就像是表示一個\"里程碑\"一樣。",
"", "",
"Veamos cómo se ven los tags en práctica..." "更重要的是,當有新的 commit 時,它們也不會移動,你不可以 \"checkout\" 到 tag 上面 committag 的存在就像是一個在 commit tree 上的表示特定訊息的一個錨。",
] "",
} "讓我們來實際看一下 tag 長什麼樣子..."
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Creemos un tag en `C1`, que es nuestro prototipo de la versión 1" "options": {
], "beforeMarkdowns": [
"afterMarkdowns": [ "讓我們試著建立一個 tag指向 commit `C1`,表示這是我們第一個版本。"
"¡Ahí está! Bastante simple. Nombramos al tag `v1` y referenciamos explícitamente al commit `C1`. Si no especificás el commit, git va a usar al apuntado por `HEAD`" ],
], "afterMarkdowns": [
"command": "git tag v1 C1", "看吧!非常容易,我們命名這個 tag 叫做 `v1`,並且讓它指向 commit `C1`,如果你離開了該 commitgit 會根據 `HEAD` 所指向的位置才分辨。"
"beforeCommand": "git commit" ],
} "command": "git tag v1 C1",
}, "beforeCommand": "git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"Para este nivel, simplemente creá los tags en la visualización final y después checkouteá `v1`. Notá cómo entrás en el estado detached -- esto es porque no podés commitear directamente sobre el tag `v1`.", "options": {
"", "markdowns": [
"En el próximo nivel vamos a examinar un caso de uso más interesante para los tags." "在這個關卡中,建立一個如視覺化目標裡面的 tag然後 checkout 到 `v1` 上面,要注意你會進到分離 `HEAD` 的狀態,這是因為你不能夠直接在 `v1` 上面做 commit。",
] "",
} "在下個關卡中我們會介紹更多 tag 的應用..."
} ]
] }
}, }
"de_DE": { ]
"childViews": [ },
{ "es_AR": {
"type": "ModalAlert", "childViews": [
"options": { {
"markdowns": [ "type": "ModalAlert",
"## Git Tags", "options": {
"", "markdowns": [
"Wie du aus den vorhergehenden Levels weißt sind Branches einfach durch die Gegend zu schieben und zeigen of auf verschiedene Commits, während die Arbeit in ihnen fortschreitet. Ein Branch wird oft verändert, manchmal nur temporär, und ist ständig in Bewegung.", "## Tags en git",
"", "",
"Da das so ist fragst du dich vielleicht, ob es nicht eine Möglichkeit gibt, eine bestimmte Stelle in deiner Projekt-History *permanent* zu kennzeichnen. Kann man nicht zum Beispiel für große Releases und Meilensteine nicht einen Commit mit etwas festerem kennzeichnen, als mit einem Branch-Namen?", "Como aprendiste en lecciones anteriores, las ramas pueden moverse fácilmente, y en general van referenciando distintos commits a medida que el trabajo se va completando en ellas. Las ramas cambian fácilmente, suelen ser temporales, y siempre cambiantes.",
"" "",
] "Si ese es el caso, te podrías estar preguntando si hay una manera de marcar *permanentemente* puntos en la historia de tu proyecto. Para cosas como releases mayores o grandes merges, ¿hay algún modo de marcar esos commits con algo más permanente que un branch?",
} ""
}, ]
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"Aber klar! In Git gibt es genau zu diesem Zweck Tags -- sie kennzeichnen einen Commit (ziemlich) permanent als Meilenstein oder ähnliches, und man kann sie ansprechen wie Branch-Namen.", "options": {
"", "markdowns": [
"Noch viel wichtiger, Tags verändern nicht ihre Position wenn man Commits hinzufügt. Du kannst ein Tag nicht in diesem Sinne auschecken und dann Modifikationen darauf committen. Tags sind Anker im Commit-Baum, die bestimmte Stellen anzeigen.", "¡Seguro que hay! Los tags de git soportan exactamente este caso de uso -- marcan (bastante) permanentemente determinados commits como \"hitos\" que podés referenciar como a un branch.",
"", "",
"Lass uns anschauen wie Tags in der Praxis funktionieren." "Aún más importante, los tags no avanzan cuando se crean nuevos commits. No podés \"checkoutear\" un tag y completar el trabajo en ese tag - los tags son marcas fijas en el árbol de commits que designan ciertos puntos.",
] "",
} "Veamos cómo se ven los tags en práctica..."
}, ]
{ }
"type": "GitDemonstrationView", },
"options": { {
"beforeMarkdowns": [ "type": "GitDemonstrationView",
"Lass uns ein Tag bei `C1` anlegen und damit die Version 1 unseres Prototyps markieren." "options": {
], "beforeMarkdowns": [
"afterMarkdowns": [ "Creemos un tag en `C1`, que es nuestro prototipo de la versión 1"
"Peng! Ziemlich einfach. Wir haben das Tag `v1` genannt und lassen es auf `C1` zeigen. Wenn du den Commit weglässt wir das Tag für den Commit erzeugt, auf den `HEAD` zeigt." ],
], "afterMarkdowns": [
"command": "git tag v1 C1", "¡Ahí está! Bastante simple. Nombramos al tag `v1` y referenciamos explícitamente al commit `C1`. Si no especificás el commit, git va a usar al apuntado por `HEAD`"
"beforeCommand": "git commit" ],
} "command": "git tag v1 C1",
}, "beforeCommand": "git commit"
{ }
"type": "ModalAlert", },
"options": { {
"markdowns": [ "type": "ModalAlert",
"Um diesen Level zu schaffen, erstelle einfach die Tags wie sie in der Zielbeschreibung stehen und mach dann einen Checkout auf `v1`. Beachte wie du dabei in den \"Detached HEAD\" Zustand gehst -- das liegt daran, dass du keine Commits direkt auf das `v1` Tag machen kannst.", "options": {
"", "markdowns": [
"Im nächsten Level schauen wir uns dann interessantere Anwendungsfälle für Tags an." "Para este nivel, simplemente creá los tags en la visualización final y después checkouteá `v1`. Notá cómo entrás en el estado detached -- esto es porque no podés commitear directamente sobre el tag `v1`.",
] "",
} "En el próximo nivel vamos a examinar un caso de uso más interesante para los tags."
} ]
] }
} }
} ]
}; },
"de_DE": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"## Git Tags",
"",
"Wie du aus den vorhergehenden Levels weißt sind Branches einfach durch die Gegend zu schieben und zeigen of auf verschiedene Commits, während die Arbeit in ihnen fortschreitet. Ein Branch wird oft verändert, manchmal nur temporär, und ist ständig in Bewegung.",
"",
"Da das so ist fragst du dich vielleicht, ob es nicht eine Möglichkeit gibt, eine bestimmte Stelle in deiner Projekt-History *permanent* zu kennzeichnen. Kann man nicht zum Beispiel für große Releases und Meilensteine nicht einen Commit mit etwas festerem kennzeichnen, als mit einem Branch-Namen?",
""
]
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Aber klar! In Git gibt es genau zu diesem Zweck Tags -- sie kennzeichnen einen Commit (ziemlich) permanent als Meilenstein oder ähnliches, und man kann sie ansprechen wie Branch-Namen.",
"",
"Noch viel wichtiger, Tags verändern nicht ihre Position wenn man Commits hinzufügt. Du kannst ein Tag nicht in diesem Sinne auschecken und dann Modifikationen darauf committen. Tags sind Anker im Commit-Baum, die bestimmte Stellen anzeigen.",
"",
"Lass uns anschauen wie Tags in der Praxis funktionieren."
]
}
},
{
"type": "GitDemonstrationView",
"options": {
"beforeMarkdowns": [
"Lass uns ein Tag bei `C1` anlegen und damit die Version 1 unseres Prototyps markieren."
],
"afterMarkdowns": [
"Peng! Ziemlich einfach. Wir haben das Tag `v1` genannt und lassen es auf `C1` zeigen. Wenn du den Commit weglässt wir das Tag für den Commit erzeugt, auf den `HEAD` zeigt."
],
"command": "git tag v1 C1",
"beforeCommand": "git commit"
}
},
{
"type": "ModalAlert",
"options": {
"markdowns": [
"Um diesen Level zu schaffen, erstelle einfach die Tags wie sie in der Zielbeschreibung stehen und mach dann einen Checkout auf `v1`. Beachte wie du dabei in den \"Detached HEAD\" Zustand gehst -- das liegt daran, dass du keine Commits direkt auf das `v1` Tag machen kannst.",
"",
"Im nächsten Level schauen wir uns dann interessantere Anwendungsfälle für Tags an."
]
}
}
]
}
}
};

View file

@ -7,20 +7,20 @@ exports.level = {
}, },
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"side\":{\"target\":\"C5\",\"id\":\"side\"},\"another\":{\"target\":\"C7\",\"id\":\"another\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C1\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"side\":{\"target\":\"C5\",\"id\":\"side\"},\"another\":{\"target\":\"C7\",\"id\":\"another\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C1\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Cherry-pick Intro", "en_US": "Cherry-pick Intro",//MARCO
"de_DE": "Einführung Cherry-picking", "de_DE": "Einführung Cherry-picking",
"es_AR": "Introducción a cherry-pick", "es_AR": "Introducción a cherry-pick",
"zh_CN": "Cherry-pick Intro", "zh_CN": "Cherry-pick Intro",
"zh_TW": "介紹 cherry-pick" "zh_TW": "介紹 cherry-pick"
}, },
"hint": { "hint": {
"en_US": "git cherry-pick followed by commit names!", "en_US": "git cherry-pick followed by commit names!",//MARCO
"de_DE": "git cherry-pick gefolgt von Commit-Namen.", "de_DE": "git cherry-pick gefolgt von Commit-Namen.",
"es_AR": "git cherry-pick seguido de los nombres de los commits", "es_AR": "git cherry-pick seguido de los nombres de los commits",
"zh_CN": "git cherry-pick 跟提交对句名", "zh_CN": "git cherry-pick 跟提交对句名",
"zh_TW": "git cherry-pick 後面要接著 commit 的名稱" "zh_TW": "git cherry-pick 後面要接著 commit 的名稱"
}, },
"startDialog": { "startDialog": {//MARCO
"en_US": { "en_US": {
"childViews": [ "childViews": [
{ {

View file

@ -4,20 +4,20 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C4\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C4\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Detach yo' HEAD", "en_US": "Detach yo' HEAD",
"es_AR": "Desatacheá tu HEAD", "es_AR": "Desatacheá tu HEAD",//MARCO
"zh_CN": "分离HEAD", "zh_CN": "分离HEAD",
"zh_TW": "分離 HEAD", "zh_TW": "分離 HEAD",
"de_DE": "Den Kopf abtrennen" "de_DE": "Den Kopf abtrennen"
}, },
"hint": { "hint": {
"en_US": "Use the label (hash) on the commit for help!", "en_US": "Use the label (hash) on the commit for help!",//MARCO
"es_AR": "¡Usá la etiqueta (hash) sobre el commit para ayudarte!", "es_AR": "¡Usá la etiqueta (hash) sobre el commit para ayudarte!",
"de_DE": "Benutze den Bezeichner (den Hash) des Commits.", "de_DE": "Benutze den Bezeichner (den Hash) des Commits.",
"zh_TW": "使用 commit 上的標籤hash來幫助你", "zh_TW": "使用 commit 上的標籤hash來幫助你",
"zh_CN": "使用提交记录上的标签(hash)来求助!" "zh_CN": "使用提交记录上的标签(hash)来求助!"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -7,20 +7,20 @@ exports.level = {
}, },
"startTree": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\"},\"overHere\":{\"target\":\"C1\",\"id\":\"overHere\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\"},\"overHere\":{\"target\":\"C1\",\"id\":\"overHere\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"hint": { "hint": {
"en_US": "you can use either branches or relative refs (HEAD~) to specify the rebase target", "en_US": "you can use either branches or relative refs (HEAD~) to specify the rebase target",//MARCO
"es_AR": "podés usar tanto ramas como referencias relativas (HEAD~) para especificar el objetivo del rebase", "es_AR": "podés usar tanto ramas como referencias relativas (HEAD~) para especificar el objetivo del rebase",
"de_DE": "Du kannst entweder Branches oder relative Ref-Angaben (z.B. HEAD~) benutzen, um das Ziel des Rebase anzugeben.", "de_DE": "Du kannst entweder Branches oder relative Ref-Angaben (z.B. HEAD~) benutzen, um das Ziel des Rebase anzugeben.",
"zh_TW": "你可以指定 branch 或者是相對位置HEAD~)來表示 rebase 的目標" "zh_TW": "你可以指定 branch 或者是相對位置HEAD~)來表示 rebase 的目標"
}, },
"name": { "name": {
"en_US": "Interactive Rebase Intro", "en_US": "Interactive Rebase Intro",//MARCO
"es_AR": "Introducción al rebase interactivo", "es_AR": "Introducción al rebase interactivo",
"de_DE": "Einführung Interactive Rebase", "de_DE": "Einführung Interactive Rebase",
"zh_CN": "Rebase 交互命令介绍 ", "zh_CN": "Rebase 交互命令介绍 ",
"zh_TW": "介紹互動式的 rebase" "zh_TW": "介紹互動式的 rebase"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,7 +3,7 @@ exports.level = {
"solutionCommand": "git checkout bugFix^", "solutionCommand": "git checkout bugFix^",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C4\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C4\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Relative Refs (^)", "en_US": "Relative Refs (^)",//MARCO
"zh_CN": "相对引用(^)", "zh_CN": "相对引用(^)",
"zh_TW": "相對引用(^", "zh_TW": "相對引用(^",
"es_AR": "Referencias relativas (^)", "es_AR": "Referencias relativas (^)",
@ -11,13 +11,13 @@ exports.level = {
}, },
"hint": { "hint": {
"en_US": "Remember the Caret (^) operator!", "en_US": "Remember the Caret (^) operator!",
"de_DE": "Denk an den Dach-Operator (^)!", "de_DE": "Denk an den Dach-Operator (^)!",//MARCO
"es_AR": "¡No te olvides del operador ^!", "es_AR": "¡No te olvides del operador ^!",
"zh_CN": "记住插入(^)操作符!", "zh_CN": "记住插入(^)操作符!",
"zh_TW": "不要忘記插入(^)符號!" "zh_TW": "不要忘記插入(^)符號!"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,21 +3,21 @@ exports.level = {
"solutionCommand": "git branch -f master C6;git checkout HEAD~1;git branch -f bugFix HEAD~1", "solutionCommand": "git branch -f master C6;git checkout HEAD~1;git branch -f bugFix HEAD~1",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C5\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C3\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"C2\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C5\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C3\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"C2\",\"id\":\"HEAD\"}}",
"hint": { "hint": {
"en_US": "You'll need to use at least one direct reference (hash) to complete this level", "en_US": "You'll need to use at least one direct reference (hash) to complete this level",//MARCO
"zh_CN": "这一关至少要用到一次直接引用(hash)", "zh_CN": "这一关至少要用到一次直接引用(hash)",
"zh_TW": "這一關至少要用到一次直接參考hash", "zh_TW": "這一關至少要用到一次直接參考hash",
"es_AR": "Vas a necesitar usar al menos una referencia directa (hash) para completar este nivel", "es_AR": "Vas a necesitar usar al menos una referencia directa (hash) para completar este nivel",
"de_DE": "Du musst mindestens einen Hash benutzen, um dieses Level zu schaffen" "de_DE": "Du musst mindestens einen Hash benutzen, um dieses Level zu schaffen"
}, },
"name": { "name": {
"en_US": "Relative Refs #2 (~)", "en_US": "Relative Refs #2 (~)",//MARCO
"de_DE": "Relative Referenzen #2 (~)", "de_DE": "Relative Referenzen #2 (~)",
"es_AR": "Referencias relativas #2 (~)", "es_AR": "Referencias relativas #2 (~)",
"zh_CN": "相对引用2(~)", "zh_CN": "相对引用2(~)",
"zh_TW": "相對引用二(~" "zh_TW": "相對引用二(~"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -9,7 +9,7 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"side\":{\"target\":\"C6\",\"id\":\"side\"},\"another\":{\"target\":\"C7\",\"id\":\"another\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C0\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C5\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"side\":{\"target\":\"C6\",\"id\":\"side\"},\"another\":{\"target\":\"C7\",\"id\":\"another\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C0\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C5\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Rebasing over 9000 times", "en_US": "Rebasing over 9000 times",
"de_DE": "10000 Rebases unter dem `HEAD`", "de_DE": "10000 Rebases unter dem `HEAD`",//MARCO
"es_AR": "Rebaseando más de 9000 veces", "es_AR": "Rebaseando más de 9000 veces",
"ko": "9천번이 넘는 리베이스", "ko": "9천번이 넘는 리베이스",
"ja": "Rebasing over 9000 times", "ja": "Rebasing over 9000 times",
@ -17,7 +17,7 @@ exports.level = {
"zh_TW": "N次Rebase" "zh_TW": "N次Rebase"
}, },
"hint": { "hint": {
"en_US": "Remember, the most efficient way might be to only update master at the end...", "en_US": "Remember, the most efficient way might be to only update master at the end...",//MARCO
"de_DE": "Nicht vergessen: die effizienteste Möglichkeit könnte sein, schließlich einfach nur den master zu aktualisieren ...", "de_DE": "Nicht vergessen: die effizienteste Möglichkeit könnte sein, schließlich einfach nur den master zu aktualisieren ...",
"es_AR": "Acordate, la manera más eficiente podría ser actualizar master sólo al final...", "es_AR": "Acordate, la manera más eficiente podría ser actualizar master sólo al final...",
"ja": "最も効率的なやり方はmasterを最後に更新するだけかもしれない・・・", "ja": "最も効率的なやり方はmasterを最後に更新するだけかもしれない・・・",
@ -26,7 +26,7 @@ exports.level = {
"zh_TW": "要記住喔! 把 master branch 留到最後更新可能是最有效率的方法。" "zh_TW": "要記住喔! 把 master branch 留到最後更新可能是最有效率的方法。"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -10,13 +10,13 @@ exports.level = {
"ko": "브랜치 스파게티", "ko": "브랜치 스파게티",
"en_US": "Branch Spaghetti", "en_US": "Branch Spaghetti",
"de_DE": "Branch-Spaghetti", "de_DE": "Branch-Spaghetti",
"es_AR": "Enslada de branches", "es_AR": "Enslada de branches",//MARCO
"ja": "ブランチスパゲッティ", "ja": "ブランチスパゲッティ",
"zh_CN": "分支浆糊", "zh_CN": "分支浆糊",
"zh_TW": "branch 漿糊" "zh_TW": "branch 漿糊"
}, },
"hint": { "hint": {
"en_US": "Make sure to do everything in the proper order! Branch one first, then two, then three", "en_US": "Make sure to do everything in the proper order! Branch one first, then two, then three",//MARCO
"de_DE": "Stelle sicher, dass du alles in der richtigen Reihenfolge machst! Branche erst one, dann two, dann three.", "de_DE": "Stelle sicher, dass du alles in der richtigen Reihenfolge machst! Branche erst one, dann two, dann three.",
"es_AR": "¡Asegurate de hacer las cosas en el orden correcto! Brancheá `one` primero, después `two`, y después `three`.", "es_AR": "¡Asegurate de hacer las cosas en el orden correcto! Brancheá `one` primero, después `two`, y después `three`.",
"ja": "全て正しい順番で処理することoneが最初で、次がtwo、最後にthreeを片付ける。", "ja": "全て正しい順番で処理することoneが最初で、次がtwo、最後にthreeを片付ける。",
@ -25,7 +25,7 @@ exports.level = {
"zh_TW": "確認你是按照正確的順序來操作!先操作 branch `one`, 然後 `two`, 最後才是 `three`" "zh_TW": "確認你是按照正確的順序來操作!先操作 branch `one`, 然後 `two`, 最後才是 `three`"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,20 +3,20 @@ exports.level = {
"solutionCommand": "git clone", "solutionCommand": "git clone",
"name": { "name": {
"en_US": "Clone Intro", "en_US": "Clone Intro",
"de_DE": "Clone Einführung", "de_DE": "Clone Einführung",//MARCO
"es_AR": "Introducción a clone", "es_AR": "Introducción a clone",
"zh_CN": "Clone Intro", "zh_CN": "Clone Intro",
"zh_TW": "介紹 clone" "zh_TW": "介紹 clone"
}, },
"hint": { "hint": {
"en_US": "Just git clone!", "en_US": "Just git clone!",
"de_DE": "Einfach git clone ausführen!", "de_DE": "Einfach git clone ausführen!",//MARCO
"zh_CN": "Just git clone!", "zh_CN": "Just git clone!",
"es_AR": "Simplemente hacé git clone!", "es_AR": "Simplemente hacé git clone!",
"zh_TW": "只要 git clone 就好了" "zh_TW": "只要 git clone 就好了"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -5,19 +5,19 @@ exports.level = {
"name": { "name": {
"en_US": "Faking Teamwork", "en_US": "Faking Teamwork",
"de_DE": "Teamarbeit simulieren", "de_DE": "Teamarbeit simulieren",
"es_AR": "Simulando el trabajo en equipo", "es_AR": "Simulando el trabajo en equipo",//MARCO
"zh_CN": "Faking Teamwork", "zh_CN": "Faking Teamwork",
"zh_TW": "模擬團隊合作" "zh_TW": "模擬團隊合作"
}, },
"hint": { "hint": {
"en_US": "remember you can specify the number of commits to fake", "en_US": "remember you can specify the number of commits to fake",
"de_DE": "Nicht vergessen, du kannst angeben wieviele Commits simuliert werden sollen.", "de_DE": "Nicht vergessen, du kannst angeben wieviele Commits simuliert werden sollen.",//MARCO
"es_AR": "Acordate que podés especificar cuántos commits simular", "es_AR": "Acordate que podés especificar cuántos commits simular",
"zh_CN": "记住为fake指定数量", "zh_CN": "记住为fake指定数量",
"zh_TW": "你要記得指定要送多少個 commit 出去" "zh_TW": "你要記得指定要送多少個 commit 出去"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,21 +3,21 @@ exports.level = {
"solutionCommand": "git fetch", "solutionCommand": "git fetch",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"o/master\":{\"target\":\"C2\",\"id\":\"o/master\"},\"o/bugFix\":{\"target\":\"C3\",\"id\":\"o/bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C7\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C3\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C3\",\"id\":\"bugFix\"},\"o/master\":{\"target\":\"C2\",\"id\":\"o/master\"},\"o/bugFix\":{\"target\":\"C3\",\"id\":\"o/bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C5\",\"id\":\"master\"},\"bugFix\":{\"target\":\"C7\",\"id\":\"bugFix\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C3\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"bugFix\",\"id\":\"HEAD\"}}}",
"name": { "name": {
"en_US": "Git Fetchin'", "en_US": "Git Fetchin'",//MARCO
"de_DE": "Git Fetch", "de_DE": "Git Fetch",
"es_AR": "git fetch", "es_AR": "git fetch",
"zh_CN": "Git Fetchin'", "zh_CN": "Git Fetchin'",
"zh_TW": "git fetch" "zh_TW": "git fetch"
}, },
"hint": { "hint": {
"en_US": "just run git fetch!", "en_US": "just run git fetch!",//MARCO
"de_DE": "Einfach git fetch ausführen!", "de_DE": "Einfach git fetch ausführen!",
"es_AR": "Simplemente ¡hacé git fetch!", "es_AR": "Simplemente ¡hacé git fetch!",
"zh_CN": "just run git fetch!", "zh_CN": "just run git fetch!",
"zh_TW": "只要下 git fetch 指令" "zh_TW": "只要下 git fetch 指令"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,13 +3,13 @@ exports.level = {
"solutionCommand": "git fetch origin master~1:foo;git fetch origin foo:master;git checkout foo;git merge master", "solutionCommand": "git fetch origin master~1:foo;git fetch origin foo:master;git checkout foo;git merge master",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"foo\":{\"target\":\"C1\",\"id\":\"foo\",\"remoteTrackingBranchID\":\"o/foo\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/foo\":{\"target\":\"C1\",\"id\":\"o/foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"C1\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"foo\":{\"target\":\"C6\",\"id\":\"foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C1\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"foo\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"foo\":{\"target\":\"C1\",\"id\":\"foo\",\"remoteTrackingBranchID\":\"o/foo\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/foo\":{\"target\":\"C1\",\"id\":\"o/foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"C1\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"foo\":{\"target\":\"C6\",\"id\":\"foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C1\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"foo\",\"id\":\"HEAD\"}}}",
"name": { "name": {
"en_US": "Fetch arguments", "en_US": "Fetch arguments",//MARCO
"zh_CN": "Fetch arguments", "zh_CN": "Fetch arguments",
"zh_TW": "fetch 的參數", "zh_TW": "fetch 的參數",
"es_AR": "Parámetros de fetch", "es_AR": "Parámetros de fetch",
"de_DE": "Optionen für Fetch" "de_DE": "Optionen für Fetch"
}, },
"hint": { "hint": {//MARCO
"en_US": "Pay attention how the commit ids may have swapped! You can read slides again with \"help level\"", "en_US": "Pay attention how the commit ids may have swapped! You can read slides again with \"help level\"",
"zh_CN": "注意下提交对象的id是如何交换的! 你可以通过`help level`再次切到幻灯片!", "zh_CN": "注意下提交对象的id是如何交换的! 你可以通过`help level`再次切到幻灯片!",
"zh_TW": "注意 commit 的 id 是怎麼被交換的!你可以透過 `help level` 來閱讀對話視窗!", "zh_TW": "注意 commit 的 id 是怎麼被交換的!你可以透過 `help level` 來閱讀對話視窗!",
@ -17,7 +17,7 @@ exports.level = {
"de_DE": "Beachte wie die Commit IDs getauscht wurden! Du kannst den Einführungsdialog mit \"help level\" erneut anzeigen" "de_DE": "Beachte wie die Commit IDs getauscht wurden! Du kannst den Einführungsdialog mit \"help level\" erneut anzeigen"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -4,19 +4,19 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Diverged History", "en_US": "Diverged History",
"zh_CN": "分散的历史", "zh_CN": "分散的历史",//MARCO
"zh_TW": "diverged history", "zh_TW": "diverged history",
"es_AR": "Historia divergente", "es_AR": "Historia divergente",
"de_DE": "Abweichende History" "de_DE": "Abweichende History"
}, },
"hint": { "hint": {
"en_US": "check out the ordering from the goal visualization", "en_US": "check out the ordering from the goal visualization",//MARCO
"zh_CN": "检出可视化目标中的顺序", "zh_CN": "检出可视化目标中的顺序",
"zh_TW": "確認視覺化的目標中的順序", "zh_TW": "確認視覺化的目標中的順序",
"es_AR": "Prestá atención al oren del objetivo", "es_AR": "Prestá atención al oren del objetivo",
"de_DE": "Beachte die Reihenfolge in der Zieldarstellung" "de_DE": "Beachte die Reihenfolge in der Zieldarstellung"
}, },
"startDialog": { "startDialog": {//MARCO
"en_US": { "en_US": {
"childViews": [ "childViews": [
{ {

View file

@ -5,20 +5,20 @@ exports.level = {
"name": { "name": {
"en_US": "Merging with remotes", "en_US": "Merging with remotes",
"zh_CN": "Merging with remotes", "zh_CN": "Merging with remotes",
"zh_TW": "merge with remotes", "zh_TW": "merge with remotes",//MARCO
"es_AR": "Mergeando con los remotos", "es_AR": "Mergeando con los remotos",
"de_DE": "Änderungen vom Remote zusammenführen" "de_DE": "Änderungen vom Remote zusammenführen"
}, },
"hint": { "hint": {
"en_US": "Pay attention to the goal tree!", "en_US": "Pay attention to the goal tree!",
"zh_CN": "注意目标树!", "zh_CN": "注意目标树!",//MARCO
"zh_TW": "注意最後要完成的目標!", "zh_TW": "注意最後要完成的目標!",
"es_AR": "¡Prestá atención al árbol final!", "es_AR": "¡Prestá atención al árbol final!",
"de_DE": "Beachte den Ziel-Baum!" "de_DE": "Beachte den Ziel-Baum!"
}, },
"compareOnlyMaster": true, "compareOnlyMaster": true,
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -4,20 +4,20 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\",\"localBranchesThatTrackThis\":null},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":[\"master\"]}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C3\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\",\"localBranchesThatTrackThis\":null},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":[\"master\"]}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C3\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}",
"name": { "name": {
"en_US": "Git Pullin'", "en_US": "Git Pullin'",
"zh_CN": "Git Pullin'", "zh_CN": "Git Pullin'",//MARCO
"zh_TW": "git pull'", "zh_TW": "git pull'",
"es_AR": "git pull", "es_AR": "git pull",
"de_DE": "Git Pull" "de_DE": "Git Pull"
}, },
"hint": { "hint": {
"en_US": "Just run git pull!", "en_US": "Just run git pull!",
"zh_CN": "Just run git pull!", "zh_CN": "Just run git pull!",//MARCO
"zh_TW": "只要下 git pull 這個指令即可", "zh_TW": "只要下 git pull 這個指令即可",
"es_AR": "Simplemente ¡hacé git pull!", "es_AR": "Simplemente ¡hacé git pull!",
"de_DE": "Führe einfach git pull aus." "de_DE": "Führe einfach git pull aus."
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -3,7 +3,7 @@ exports.level = {
"solutionCommand": "git pull origin bar:foo;git pull origin master:side", "solutionCommand": "git pull origin bar:foo;git pull origin master:side",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/bar\":{\"target\":\"C1\",\"id\":\"o/bar\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"bar\":{\"target\":\"C3\",\"id\":\"bar\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"bar\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C4\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/bar\":{\"target\":\"C1\",\"id\":\"o/bar\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C4\":{\"parents\":[\"C1\"],\"id\":\"C4\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"bar\":{\"target\":\"C3\",\"id\":\"bar\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"bar\",\"id\":\"HEAD\"}}}",
"name": { "name": {
"en_US": "Pull arguments", "en_US": "Pull arguments",//MARCO
"zh_CN": "Pull arguments", "zh_CN": "Pull arguments",
"zh_TW": "pull 的參數", "zh_TW": "pull 的參數",
"es_AR": "Parámetros de pull", "es_AR": "Parámetros de pull",
@ -11,14 +11,14 @@ exports.level = {
}, },
"hint": { "hint": {
"en_US": "Remember that you can create new local branches with fetch/pull arguments", "en_US": "Remember that you can create new local branches with fetch/pull arguments",
"zh_CN": "记住, 你可以通过fetch/pull创建本地分支", "zh_CN": "记住, 你可以通过fetch/pull创建本地分支",//MARCO
"zh_TW": "記住,你可以透過 fetch 以及 pull 來建立一個新的 local 的 branch", "zh_TW": "記住,你可以透過 fetch 以及 pull 來建立一個新的 local 的 branch",
"es_AR": "Acordate de que podés crear nuevas ramas locales usando los parámetros de fetch/pull", "es_AR": "Acordate de que podés crear nuevas ramas locales usando los parámetros de fetch/pull",
"de_DE": "Du kannst neue lokale Branches mittels fetch / pull erstellen" "de_DE": "Du kannst neue lokale Branches mittels fetch / pull erstellen"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {
"childViews": [ "childViews": [//MARCO
{ {
"type": "ModalAlert", "type": "ModalAlert",
"options": { "options": {

View file

@ -4,20 +4,20 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
"name": { "name": {
"en_US": "Git Pushin'", "en_US": "Git Pushin'",
"zh_CN": "Git Pushin'", "zh_CN": "Git Pushin'",//MARCO
"zh_TW": "git push", "zh_TW": "git push",
"es_AR": "git push", "es_AR": "git push",
"de_DE": "Git Push" "de_DE": "Git Push"
}, },
"hint": { "hint": {
"en_US": "Remember you have to clone before you can push!", "en_US": "Remember you have to clone before you can push!",
"zh_CN": "push之前你需要先克隆.", "zh_CN": "push之前你需要先克隆.",//MARCO
"zh_TW": "push 之前你需要先 clone", "zh_TW": "push 之前你需要先 clone",
"es_AR": "¡Acordate que tenés que clonar antes de pushear!", "es_AR": "¡Acordate que tenés que clonar antes de pushear!",
"de_DE": "Denk dran, dass du einen Clone brauchst bevor du Pushen kannst!" "de_DE": "Denk dran, dass du einen Clone brauchst bevor du Pushen kannst!"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -6,20 +6,20 @@ exports.level = {
"git checkout": true "git checkout": true
}, },
"name": { "name": {
"en_US": "Git push arguments", "en_US": "Git push arguments",//MARCO
"zh_CN": "Git push 参数", "zh_CN": "Git push 参数",
"zh_TW": "git push 的參數", "zh_TW": "git push 的參數",
"es_AR": "Parámetros de git push", "es_AR": "Parámetros de git push",
"de_DE": "Optionen für Git Push" "de_DE": "Optionen für Git Push"
}, },
"hint": { "hint": {
"en_US": "You can always look at the last slide of the dialog with \"objective\"", "en_US": "You can always look at the last slide of the dialog with \"objective\"",//MARCO
"zh_TW": "你可以利用 \"objective\" 來閱讀對話視窗的最後一頁", "zh_TW": "你可以利用 \"objective\" 來閱讀對話視窗的最後一頁",
"es_AR": "Siempre podés ver el último mensaje tipeando \"objective\"", "es_AR": "Siempre podés ver el último mensaje tipeando \"objective\"",
"de_DE": "Du kannst dir die Zielsetzung des Levels immer wieder mit \"objective\" anzeigen lassen" "de_DE": "Du kannst dir die Zielsetzung des Levels immer wieder mit \"objective\" anzeigen lassen"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -4,19 +4,19 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C6\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"foo\":{\"target\":\"C4\",\"id\":\"foo\",\"remoteTrackingBranchID\":\"o/foo\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/foo\":{\"target\":\"C1\",\"id\":\"o/foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\",\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"foo\":{\"target\":\"C1\",\"id\":\"foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C6\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\"},\"foo\":{\"target\":\"C4\",\"id\":\"foo\",\"remoteTrackingBranchID\":\"o/foo\"},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null},\"o/foo\":{\"target\":\"C1\",\"id\":\"o/foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\",\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C2\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"foo\":{\"target\":\"C1\",\"id\":\"foo\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}",
"name": { "name": {
"en_US": "Git push arguments -- Expanded!", "en_US": "Git push arguments -- Expanded!",
"zh_CN": "Git push 参数2!", "zh_CN": "Git push 参数2!",//MARCO
"zh_TW": "git push 的參數,延伸討論!", "zh_TW": "git push 的參數,延伸討論!",
"es_AR": "¡Más! Parámetros de git push", "es_AR": "¡Más! Parámetros de git push",
"de_DE": "Optionen fü Git Push -- noch mehr!" "de_DE": "Optionen fü Git Push -- noch mehr!"
}, },
"hint": { "hint": {
"en_US": "Remember you can admit defeat and type in \"show solution\" :P", "en_US": "Remember you can admit defeat and type in \"show solution\" :P",//MARCO
"zh_CN": "如果你失败了, 可以通过 \"show solution\" 找到解决方案 :P", "zh_CN": "如果你失败了, 可以通过 \"show solution\" 找到解决方案 :P",
"zh_TW": "如果你失敗了,可以利用 \"show solution\" 來找到解答:P", "zh_TW": "如果你失敗了,可以利用 \"show solution\" 來找到解答:P",
"es_AR": "Recordá que podés admitir tu derrota y tipear \"show solution\" para ver la solución :P", "es_AR": "Recordá que podés admitir tu derrota y tipear \"show solution\" para ver la solución :P",
"de_DE": "Vergiss nicht dass du aufgeben kannst, indem du \"show solution\" eingibst :P" "de_DE": "Vergiss nicht dass du aufgeben kannst, indem du \"show solution\" eingibst :P"
}, },
"startDialog": { "startDialog": {//MARCO
"en_US": { "en_US": {
"childViews": [ "childViews": [
{ {

View file

@ -3,7 +3,7 @@ exports.level = {
"solutionCommand": "git fetch;git rebase o/master side1;git rebase side1 side2;git rebase side2 side3;git rebase side3 master;git push", "solutionCommand": "git fetch;git rebase o/master side1;git rebase side1 side2;git rebase side2 side3;git rebase side3 master;git push",
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\",\"localBranchesThatTrackThis\":null},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":[\"master\"]},\"side1\":{\"target\":\"C2\",\"id\":\"side1\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null},\"side2\":{\"target\":\"C4\",\"id\":\"side2\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null},\"side3\":{\"target\":\"C7\",\"id\":\"side3\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C1\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"side3\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C8\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C8\":{\"parents\":[\"C1\"],\"id\":\"C8\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}", "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":\"o/master\",\"localBranchesThatTrackThis\":null},\"o/master\":{\"target\":\"C1\",\"id\":\"o/master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":[\"master\"]},\"side1\":{\"target\":\"C2\",\"id\":\"side1\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null},\"side2\":{\"target\":\"C4\",\"id\":\"side2\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null},\"side3\":{\"target\":\"C7\",\"id\":\"side3\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C1\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C1\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"}},\"HEAD\":{\"target\":\"side3\",\"id\":\"HEAD\"},\"originTree\":{\"branches\":{\"master\":{\"target\":\"C8\",\"id\":\"master\",\"remoteTrackingBranchID\":null,\"localBranchesThatTrackThis\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C8\":{\"parents\":[\"C1\"],\"id\":\"C8\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}}",
"hint": { "hint": {
"en_US": "Remember you can always use the undo or reset commands", "en_US": "Remember you can always use the undo or reset commands",//MARCO
"zh_CN": "你随时都可以使用undo/reset命令.", "zh_CN": "你随时都可以使用undo/reset命令.",
"zh_TW": "你隨時都可以使用 undo 或 reset 指令。", "zh_TW": "你隨時都可以使用 undo 或 reset 指令。",
"es_AR": "Acordate que siempre podés usar los comandos reset y undo", "es_AR": "Acordate que siempre podés usar los comandos reset y undo",
@ -11,7 +11,7 @@ exports.level = {
}, },
"name": { "name": {
"en_US": "Push Master!", "en_US": "Push Master!",
"zh_CN": "Push Master!", "zh_CN": "Push Master!",//MARCO
"zh_TW": "push master", "zh_TW": "push master",
"es_AR": "¡Push Master!", "es_AR": "¡Push Master!",
"de_DE": "Push Master!" "de_DE": "Push Master!"
@ -19,7 +19,7 @@ exports.level = {
"compareOnlyMasterHashAgnostic": true, "compareOnlyMasterHashAgnostic": true,
"startDialog": { "startDialog": {
"en_US": { "en_US": {
"childViews": [ "childViews": [//MARCO
{ {
"type": "ModalAlert", "type": "ModalAlert",
"options": { "options": {

View file

@ -5,19 +5,19 @@ exports.level = {
"name": { "name": {
"en_US": "Remote Branches", "en_US": "Remote Branches",
"zh_CN": "Remote Branches", "zh_CN": "Remote Branches",
"zh_TW": "remote branch (遠端分支)", "zh_TW": "remote branch (遠端分支)",//MARCO
"es_AR": "Ramas remotas", "es_AR": "Ramas remotas",
"de_DE": "Branches auf entfernten Servern" "de_DE": "Branches auf entfernten Servern"
}, },
"hint": { "hint": {
"en_US": "Pay attention to the ordering -- commit on master first!", "en_US": "Pay attention to the ordering -- commit on master first!",
"zh_CN": "Pay attention to the ordering -- commit on master first!", "zh_CN": "Pay attention to the ordering -- commit on master first!",
"zh_TW": "注意順序的問題喔!先在 master branch 上面送 commit", "zh_TW": "注意順序的問題喔!先在 master branch 上面送 commit",//MARCO
"es_AR": "Prestá atención al orden: ¡commiteá sobre master primero!", "es_AR": "Prestá atención al orden: ¡commiteá sobre master primero!",
"de_DE": "Beachte die Sortierung -- committe zuerst auf dem master!" "de_DE": "Beachte die Sortierung -- committe zuerst auf dem master!"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -5,19 +5,19 @@ exports.level = {
"name": { "name": {
"en_US": "Source of nothing", "en_US": "Source of nothing",
"zh_CN": "没有source", "zh_CN": "没有source",
"zh_TW": "沒有 source", "zh_TW": "沒有 source",//MARCO
"es_AR": "Origen de nada", "es_AR": "Origen de nada",
"de_DE": "Die Quelle des Nichts" "de_DE": "Die Quelle des Nichts"
}, },
"hint": { "hint": {
"en_US": "The branch command is disabled for this level so you'll have to use fetch!", "en_US": "The branch command is disabled for this level so you'll have to use fetch!",//MARCO
"zh_CN": "本节的分支命令被禁用了, 你只能使用fetch! ", "zh_CN": "本节的分支命令被禁用了, 你只能使用fetch! ",
"zh_TW": "在本關卡中,不允許使用 branch 指令,因此你只能使用 fetch", "zh_TW": "在本關卡中,不允許使用 branch 指令,因此你只能使用 fetch",
"es_AR": "El comando branch está deshabilitado para este nivel, así que ¡vas a tener que usar fetch!", "es_AR": "El comando branch está deshabilitado para este nivel, así que ¡vas a tener que usar fetch!",
"de_DE": "Der branch Befehl ist für diesen Level inaktiv, du musst also fetch benutzen" "de_DE": "Der branch Befehl ist für diesen Level inaktiv, du musst also fetch benutzen"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",

View file

@ -6,18 +6,18 @@ exports.level = {
"en_US": "Remote Tracking", "en_US": "Remote Tracking",
"zh_CN": "Remote Tracking", "zh_CN": "Remote Tracking",
"zh_TW": "remote tracking", "zh_TW": "remote tracking",
"es_AR": "Trackeando remotos", "es_AR": "Trackeando remotos",//MARCO
"de_DE": "Remote Tracking" "de_DE": "Remote Tracking"
}, },
"hint": { "hint": {
"en_US": "Remember there are two ways to set remote tracking!", "en_US": "Remember there are two ways to set remote tracking!",//MARCO
"zh_CN": "有两种设置无端跟踪的方法!", "zh_CN": "有两种设置无端跟踪的方法!",
"zh_TW": " 記住喔,有兩個方式可以去設定 remote tracking", "zh_TW": " 記住喔,有兩個方式可以去設定 remote tracking",
"es_AR": "¡Acordate de que hay dos formas de trackear un remoto!", "es_AR": "¡Acordate de que hay dos formas de trackear un remoto!",
"de_DE": "Nicht vergessen, es gibt zwei Arten Remote Tracking einzurichten!" "de_DE": "Nicht vergessen, es gibt zwei Arten Remote Tracking einzurichten!"
}, },
"startDialog": { "startDialog": {
"en_US": { "en_US": {//MARCO
"childViews": [ "childViews": [
{ {
"type": "ModalAlert", "type": "ModalAlert",