mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
fix some typo
This commit is contained in:
parent
fc8e12bb56
commit
b1eecd7a74
2 changed files with 28 additions and 22 deletions
|
@ -43,12 +43,14 @@ exports.strings = {
|
|||
'hg-prune-tree': {
|
||||
'__desc__': 'warning when pruning tree',
|
||||
'en_US': 'Warning! Mercurial does aggressive garbage collection and thus needs to prune your tree',
|
||||
'zh_TW': '注意! Mercurial 會積極地做垃圾收集,而且會因此把你的 tree 給縮小。',
|
||||
'de_DE': 'Achtung! Mercurial macht aggressive Garbage Collection und muss daher deinen Baum reduzieren'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'hg-a-option': {
|
||||
'__desc__': 'warning for when using -A option',
|
||||
'en_US': 'The -A option is not needed for this app, just commit away!',
|
||||
'zh_TW': '對於這個 app 來說,-A 選項並不是必須的,只需要 commit 就好!',
|
||||
'de_DE': 'Die Option -A wird in dieser Anwendung nicht benötigt, committe einfach!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -84,7 +86,7 @@ exports.strings = {
|
|||
'en_US': 'On branch {branch}',
|
||||
'de_DE': 'Auf Branch {branch}',
|
||||
'zh_CN': '切换到分支 {branch}',
|
||||
'zh_TW': '切換到分支 {branch}',
|
||||
'zh_TW': '切換到 branch {branch}',
|
||||
'fr_FR': 'Sur la branche {branch}'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -93,7 +95,7 @@ exports.strings = {
|
|||
'en_US': 'Ready to commit! (as always in this demo)',
|
||||
'de_DE': 'Fertig zum committen! (Wie immer in dieser Demo)',
|
||||
'zh_CN': '可以提交啦!(这演示里一直可以提交)',
|
||||
'zh_TW': '準備 commit !(在這個 demo 裡面可以一直 commit)',
|
||||
'zh_TW': '準備 commit!(在這個 demo 裡面可以一直 commit)',
|
||||
'fr_FR': 'Prêt à commit ! (comme toujours dans cette démo)'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -150,7 +152,7 @@ exports.strings = {
|
|||
'aren\'t branches',
|
||||
'de_DE': 'Du kannst nicht den Branch master, den Branch auf dem du gerade arbeitest oder Refs, die keine Branches sind, löschen',
|
||||
'zh_CN': '你不能删除主分支(master),或者你当前所在的分支,或者其他不是分支也不知道能不能吃的东西。',
|
||||
'zh_TW': '你不能刪除 master 分支,或者你當前所在的分支,或者其它連分支都不是的東西。',
|
||||
'zh_TW': '你不能刪除 master branch,或者你當前所在的 branch,或者其它連 branch 都不是的東西。',
|
||||
'fr_FR': 'Vous ne pouvez supprimer la branche master, la branche sur laquelle vous êtes, ou ce qui n\'est pas une branche'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -177,7 +179,7 @@ exports.strings = {
|
|||
'en_US': 'Nothing to do...',
|
||||
'de_DE': 'Nichts zu tun ...',
|
||||
'zh_CN': '没啥鸟事……',
|
||||
'zh_TW': '沒什麼事情要做‧‧‧',
|
||||
'zh_TW': '沒什麼事情要做...',
|
||||
'fr_FR': 'Rien à effectuer…'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -186,7 +188,7 @@ exports.strings = {
|
|||
'en_US': 'Fast forwarding...',
|
||||
'de_DE': 'Fast forward...',
|
||||
'zh_CN': '快速前进……',
|
||||
'zh_TW': '快速前進‧‧‧',
|
||||
'zh_TW': '快速前進...',
|
||||
'fr_FR': 'En avance rapide…'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -195,7 +197,7 @@ exports.strings = {
|
|||
'en_US': 'Branch already up-to-date',
|
||||
'de_DE': 'Branch ist bereits aktuell',
|
||||
'zh_CN': '分支已经是最新啦',
|
||||
'zh_TW': '分支已經是最新啦',
|
||||
'zh_TW': 'branch 已經是最新啦',
|
||||
'fr_FR': 'Branche déjà à jour'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -213,7 +215,7 @@ exports.strings = {
|
|||
'en_US': 'Commit {commit} doesnot have a {match}',
|
||||
'de_DE': 'Commit {commit} hat kein {match}',
|
||||
'zh_CN': '提交 {commit} 并没有 {match}',
|
||||
'zh_TW': 'Commit {commit} 並没有 {match}',
|
||||
'zh_TW': 'commit {commit} 並沒有 {match}',
|
||||
'fr_FR': 'Le commit {commit} n\'a pas de correspondance {match}'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -222,7 +224,7 @@ exports.strings = {
|
|||
'en_US': 'Warning!! Detached HEAD state',
|
||||
'de_DE': 'Achtung! Detached HEAD Zustand',
|
||||
'zh_CN': '警告!脑袋搬家(Detached HEAD)状态',
|
||||
'zh_TW': '注意喔!現在的狀態是 Detached Head',
|
||||
'zh_TW': '注意喔!現在的狀態是分離 Head',
|
||||
'fr_FR': 'Attention ! HEAD est détaché'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -249,7 +251,7 @@ exports.strings = {
|
|||
'en_US': 'The commit {commit} already exists in your changes set, aborting!',
|
||||
'de_DE': 'Der Commit {commit} existiert bereit, Abbruch!',
|
||||
'zh_CN': '提交 {commit} 已经存在于你的改动集里,正在中止!',
|
||||
'zh_TW': 'Commit {commit} 已經在你的修改的集合裡,正在停止!',
|
||||
'zh_TW': 'commit {commit} 已經在你的修改的集合裡,正在停止!',
|
||||
'fr_FR': 'Le commit {commit} existe déjà dans votre ensemble de modifications, opération avortée !'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -258,7 +260,7 @@ exports.strings = {
|
|||
'en_US': 'Can\'t reset in detached head! Use checkout if you want to move',
|
||||
'de_DE': 'Kann im Detached Head Zustand kein reset ausführen! Bitte checkout zum Bewegen benutzen',
|
||||
'zh_CN': '不能在分离的 HEAD 里重置!用 checkout 吧',
|
||||
'zh_TW': '不能在 Detached HEAD 中重來!用 checkout 來移動吧',
|
||||
'zh_TW': '不能在分離 HEAD 的狀態中重來!用 checkout 來移動吧',
|
||||
'fr_FR': 'On ne peut pas effectuer un reset quand head est détaché. Utilisez checkout pour déplacer'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -333,7 +335,7 @@ exports.strings = {
|
|||
'ja': '日本語版リポジトリ',
|
||||
'ko': 'Git 브랜치 배우기',
|
||||
'zh_CN': '学习Git分支',
|
||||
'zh_TW': '學習 Git 分支',
|
||||
'zh_TW': '學習 git 分支',
|
||||
'fr_FR': 'Apprenez Git Branching'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -351,7 +353,7 @@ exports.strings = {
|
|||
'en_US': 'Sorry, we need to keep branch names short for the visuals. Your branch name was truncated to 9 characters, resulting in "{branch}"',
|
||||
'de_DE': 'Tut mir leid, aber aus Gründen der Darstellung müssen wir die Branch-Namen kurz halten. Dein Branch-Name wurde auf 9 Zeichen gekürzt und heißt daher jetzt "{branch}"',
|
||||
'zh_CN': '抱歉,为了显示的需要,我们需要一个短些的分支名称。您使用的将被截断到9个字符,即"{branch}"',
|
||||
'zh_TW': '抱歉,為了顯示的需要,我們需要一個短一點的分支名稱。您使用的將會被截斷到剩下9個字元,即"{branch}"',
|
||||
'zh_TW': '抱歉,為了顯示的需要,我們需要一個短一點的 branch 名稱。您使用的將會被截斷到剩下9個字元,即"{branch}"',
|
||||
'fr_FR': 'Désolé, nous devons garder les noms de branches courts pour la visualisation. Votre nom de branche a été tronqué à 9 caractères, devenant "{branch}"'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -360,7 +362,7 @@ exports.strings = {
|
|||
'en_US': 'That branch name "{branch}" is not allowed!',
|
||||
'de_DE': 'Der Branch-Name "{branch}" ist nicht erlaubt!',
|
||||
'zh_CN': '不能给分支起这个名字 "{branch}"',
|
||||
'zh_TW': '不能给分支起這個名字 "{branch}"',
|
||||
'zh_TW': '不能给 branch 起這個名字 "{branch}"',
|
||||
'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -425,7 +427,7 @@ exports.strings = {
|
|||
'en_US': 'Refreshing tree...',
|
||||
'de_DE': 'Aktualisiere Baum ...',
|
||||
'zh_CN': '正在刷新树结构...',
|
||||
'zh_TW': '正在更新樹狀結構……',
|
||||
'zh_TW': '正在更新樹狀結構...',
|
||||
'fr_FR': 'Actualisation de l\'arbre…'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
@ -620,7 +622,7 @@ exports.strings = {
|
|||
'en_US': 'Defining start point... solution and goal will be overwritten if they were defined earlier',
|
||||
'de_DE': 'Lege Start fest ... Auflösung und Ziel werden gelößcht, falls sie schon festgelegt worden waren',
|
||||
'zh_CN': '定义开始点... 解决方法和目标会被新的替代',
|
||||
'zh_TW': '正在定義起始點‧‧‧先前定義的解法和目標會被覆蓋掉',
|
||||
'zh_TW': '正在定義起始點...先前定義的解法和目標會被覆蓋掉',
|
||||
'fr_FR': 'Redéfinition du point de départ… la solution et la cible seront écrasés s\'ils ont déjà été définis'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -87,7 +87,7 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
'ja': '更にgitの素晴らしさを堪能しよう',
|
||||
'fr_FR' : 'Le prochain service git 100% excellence. J\'espère que vous êtes affamés',
|
||||
'zh_CN': '接下来是git的超赞特性。迫不及待了吧!',
|
||||
'zh_TW': '接下来是 git 非常厲害的地方!相信你已經迫不及待了吧!'
|
||||
'zh_TW': '接下来是 git 非常厲害的地方!相信你已經迫不及待了吧!'
|
||||
}
|
||||
},
|
||||
remote: {
|
||||
|
@ -95,12 +95,14 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
displayName: {
|
||||
'en_US': 'Push & Pull -- Git Remotes!',
|
||||
'de_DE': 'Push & Pull -- entfernte Repositorys',
|
||||
'zh_CN': 'Push & Pull -- Git Remotes!'
|
||||
'zh_CN': 'Push & Pull -- Git Remotes!',
|
||||
'zh_TW': 'Push & Pull -- Git Remotes!'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social',
|
||||
'de_DE': 'Zeit Eure 1en und 0en zu teilen; Coding mit sozialer Komponente',
|
||||
'zh_CN': '是时候分享你的编码了'
|
||||
'zh_CN': '是时候分享你的编码了',
|
||||
'zh_TW': '是時候分享你的程式碼了'
|
||||
}
|
||||
},
|
||||
remoteAdvanced: {
|
||||
|
@ -108,11 +110,13 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
displayName: {
|
||||
'en_US': 'To Origin And Beyond -- Advanced Git Remotes!',
|
||||
'de_DE': 'Bis zum origin und noch weiter',
|
||||
'zh_CN': '关于origin 和 其它仓库 -- Git Gemotes 高级命令'
|
||||
'zh_CN': '关于origin 和 其它仓库 -- Git Gemotes 高级命令',
|
||||
'zh_TW': '關於 origin 和其它 repo,git remote 的進階指令'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'And you thought being a benevolent dictator would be fun...',
|
||||
'zh_CN': '做一名仁慈的独裁者会很有趣..',
|
||||
'zh_TW': '而且你會覺得做一個仁慈的獨裁者會很有趣...',
|
||||
'de_DE': 'Git Remotes für Fortgeschrittene'
|
||||
}
|
||||
},
|
||||
|
@ -124,7 +128,7 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
'ja': 'Rebaseをモノにする',
|
||||
'fr_FR': 'Maîtrise Rebase, Luke!',
|
||||
'zh_CN': '精通Rebase!',
|
||||
'zh_TW': '精通 Rebase!',
|
||||
'zh_TW': '精通 rebase!',
|
||||
'ko': '리베이스 완전정복!'
|
||||
},
|
||||
about: {
|
||||
|
@ -135,7 +139,7 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
'fr_FR': 'Qu\'est-ce que ce rebase dont tout le monde parle ? Découvrez-le !',
|
||||
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!',
|
||||
'zh_CN': '大家都在说的rebase究竟是神马?看看吧!',
|
||||
'zh_TW': '大家都在說的 rebase 究竟是什麼阿?來看看吧!'
|
||||
'zh_TW': '大家都在說的 rebase 到底是什麼阿?來看看吧!'
|
||||
}
|
||||
},
|
||||
mixed: {
|
||||
|
@ -155,7 +159,7 @@ var sequenceInfo = exports.sequenceInfo = {
|
|||
'fr_FR': 'Un assortiment de techniques et astuces pour utiliser Git',
|
||||
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다',
|
||||
'zh_CN': 'Git技术,技巧与贴士杂烩',
|
||||
'zh_TW': 'Git 的技術,招數與技巧'
|
||||
'zh_TW': 'git 的技術,招數與技巧'
|
||||
}
|
||||
},
|
||||
advanced: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue