add zh-tw

This commit is contained in:
mht 2014-03-21 12:06:40 +08:00
commit c9e180393d
66 changed files with 4341 additions and 325 deletions

View file

@ -4,6 +4,7 @@ exports.strings = {
'__desc__': 'One of the lines in the next level dialog',
'ja': '最後のレベルをクリアしました!すごい!!',
'en_US': 'Wow! You finished the last level, great!',
'de_DE': 'Wow! Du hast den letzten Level gelöst, super!',
'zh_CN': '我的个天!你完成了最后一关,碉堡了!',
'zh_TW': '我的天啊!您解開了最後一關,太強了!',
'fr_FR': 'Félicitations, vous avez réussi le dernier niveau !'
@ -12,6 +13,7 @@ exports.strings = {
'finish-dialog-next': {
'__desc__': 'One of the lines in the next level dialog',
'en_US': 'Would you like to move on to *"{nextLevel}"*, the next level?',
'de_DE': 'Möchtest du mit *"{nextLevel}"* weitermachen, dem nächsten Level?',
'ja': '次の章 *"{nextLevel}"* へ進みますか?',
'zh_CN': '要不前进到下一关 *“{nextLevel}”*',
'zh_TW': '下一關是*「{nextLevel}」*,您要繼續闖關嗎?',
@ -21,6 +23,7 @@ exports.strings = {
'finish-dialog-win': {
'__desc__': 'One of the lines in the next level dialog',
'en_US': 'Awesome! You matched or exceeded our solution.',
'de_DE': 'Wahnsinn! Du warst so gut wie unsere Lösung, oder sogar besser.',
'ja': '素晴らしい!このレベルをクリアしましたね。',
'zh_CN': '牛鼻啊!你达到或者完爆了我们的答案。',
'zh_TW': '太強了,您的答案符合我們的預期甚至更好!',
@ -30,6 +33,7 @@ exports.strings = {
'finish-dialog-lose': {
'__desc__': 'When the user entered more commands than our best, encourage them to do better',
'en_US': 'See if you can whittle it down to {best} :D',
'de_DE': 'Schau mal ob du es in {best} Schritten hinbekommst :D',
'ja': '模範解答の回数={best}回でクリアする方法も考えてみましょう :D',
'zh_CN': '试试看你能否在 {best} 之内搞定 :D',
'zh_TW': '試試看您是否能在 {best} 步内搞定 :D',
@ -38,32 +42,38 @@ 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'
'en_US': 'Warning! Mercurial does aggressive garbage collection and thus needs to prune your 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!'
'en_US': 'The -A option is not needed for this app, just commit away!',
'de_DE': 'Die Option -A wird in dieser Anwendung nicht benötigt, committe einfach!'
},
///////////////////////////////////////////////////////////////////////////
'hg-error-no-status': {
'__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',
'de_DE': 'Es gibt keinen Befehl status in dieser Anwendung, da es kein Staging von Dateien gibt. Probier stattdessen hg summary'
},
///////////////////////////////////////////////////////////////////////////
'hg-error-need-option': {
'__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!',
'de_DE': 'Ich benötige die Option {option} für diesen Befehl!'
},
///////////////////////////////////////////////////////////////////////////
'hg-error-log-no-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',
'de_DE': 'hg log ohne -f wird aktuell nicht unterstützt, benutze bitte -f'
},
///////////////////////////////////////////////////////////////////////////
'git-status-detached': {
'__desc__': 'One of the lines for git status output',
'en_US': 'Detached head!',
'de_DE': 'Detached head!',
'zh_CN': '脑袋搬家Detached head',
'zh_TW': '腦袋搬家Detached head',
'fr_FR': 'head détaché !'
@ -72,6 +82,7 @@ exports.strings = {
'git-status-onbranch': {
'__desc__': 'One of the lines for git status output',
'en_US': 'On branch {branch}',
'de_DE': 'Auf Branch {branch}',
'zh_CN': '切换到分支 {branch}',
'zh_TW': '切換到分支 {branch}',
'fr_FR': 'Sur la branche {branch}'
@ -80,6 +91,7 @@ exports.strings = {
'git-status-readytocommit': {
'__desc__': 'One of the lines for git status output',
'en_US': 'Ready to commit! (as always in this demo)',
'de_DE': 'Fertig zum committen! (Wie immer in dieser Demo)',
'zh_CN': '可以提交啦!(这演示里一直可以提交)',
'zh_TW': '可以提交啦!(這演示裡一直可以提交)',
'fr_FR': 'Prêt à commit ! (comme toujours dans cette démo)'
@ -89,6 +101,7 @@ exports.strings = {
'__desc__': 'The dummy commit message for all commits. Feel free to put in a ' +
'shoutout to your school / city / whatever!',
'en_US': 'Quick commit. Go Bears!',
'de_DE': 'Schneller Commit. Eff-Zeh!',
'zh_CN': '快速提交。上啊月熊!',
'zh_TW': '快速提交。上啊月熊!',
'fr_FR': 'Commit rapide. NoMaN Sux!'
@ -96,31 +109,37 @@ exports.strings = {
'git-error-origin-fetch-uptodate': {
'__desc__': 'One of the error messages for git',
'en_US': 'Already up to date!',
'de_DE': 'Bereits aktuell!',
'fr_FR': 'Déjà à jour'
},
'git-error-origin-fetch-no-ff': {
'__desc__': 'One of the error messages for git',
'en_US': 'Your origin branch is out of sync with the remote branch and fetch cannot be performed',
'de_DE': 'Dein origin Branch ist nicht auf dem Stand des Remote Branch und fetch kann nicht ausgeführt werden',
'fr_FR': 'Votre branche origin n\'est plus synchronisée avec la branche distante et fetch ne peut pas être appliqué. Essayez avec l\'option --force'
},
'git-error-origin-push-no-ff': {
'__desc__': 'One of the error messages for git',
'en_US': 'The remote repository has diverged from your local repository, so uploading your changes is not a simple fast forward (and thus your push was rejected). Please pull down the new changes in the remote repository, incorporate them into this branch, and try again. You can do so with git pull or git pull --rebase',
'de_DE': 'Das entfernte Repository weicht von deinem lokalen Repository ab, daher können deine Änderungen nicht mit einem einfachen fast forward hochgeladen werden (und daher ist dein push abgelehnt worden). Bitte pull erst die neuen Änderungen in das lokale Repository, integriere sie in den Branch und versuch es nochmal. Das kannst du mit git pull oder git pull --rebase machen',
'fr_FR': 'Le dépôt distant a divergé de votre référentiel local, donc l\'envoi de vos modifications n\'est pas en simple avance rapide (et donc votre envoi a été rejeté). Veuillez récupérer les nouveaux changements depuis le dépôt distant, les intégrer dans cette branche, et essayez à nouveau. Vous pouvez le faire avec git pull ou git pull --rebase'
},
'git-error-remote-branch': {
'__desc__': 'One of the error messages for git',
'en_US': 'You cannot execute that command on a remote branch',
'de_DE': 'Du kannst diesen Befehl nicht auf einem Remote Branch ausführen',
'fr_FR': 'Vous ne pouvez exécuter cette commande sur une branche distante'
},
'git-error-origin-required': {
'__desc__': 'One of the error messages for git',
'en_US': 'An origin is required for that command',
'de_DE': 'Für diesen Befehl wird origin benötigt',
'fr_FR': 'Une origine est requise pour cette commande'
},
'git-error-origin-exists': {
'__desc__': 'One of the error messages for git',
'en_US': 'An origin already exists! You cannot make a new one',
'de_DE': 'origin existiert bereits! Du kannst es nicht nochmal anlegen',
'fr_FR': 'Une origine existe déjà ! Vous ne pouvez pas en créer une nouvelle'
},
///////////////////////////////////////////////////////////////////////////
@ -128,6 +147,7 @@ exports.strings = {
'__desc__': 'One of the error messages for git',
'en_US': 'You can\'t delete the master branch, the branch you are on, or things that ' +
'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或者你當前所在的分支或者其他不是分支也不知道能不能吃的東西。',
'fr_FR': 'Vous ne pouvez supprimer la branche master, la branche sur laquelle vous êtes, ou ce qui n\'est pas une branche'
@ -136,6 +156,7 @@ exports.strings = {
'git-merge-msg': {
'__desc__': 'The commit message for a merge commit',
'en_US': 'Merge {target} into {current}',
'de_DE': 'Mergen von {target} in {current}',
'zh_CN': '合并 {target} 到 {current}',
'zh_TW': '將 {target} 併入 {current}',
'fr_FR': 'Merge de {target} dans {current}'
@ -144,6 +165,7 @@ exports.strings = {
'git-error-rebase-none': {
'__desc__': 'One of the error messages for git',
'en_US': 'No commits to rebase! Everything is a merge commit or changes already applied',
'de_DE': 'Keine Commits für Rebase gefunden! Alle Commits sind Merge Commits oder beinhalten nur schon vorhandene Änderungen',
'zh_CN': '没有需要 rebase 的提交!都是个合并提交,或者已经 rebase 过了。',
'zh_TW': '沒有需要 rebase 的提交!每份提交皆已合併或套用變更了',
'fr_FR': 'Aucune commit à rebaser ! Tout est soit un commit de merge, soit des modifications déjà appliquées'
@ -152,6 +174,7 @@ exports.strings = {
'git-result-nothing': {
'__desc__': 'The message that explains the result of a git command',
'en_US': 'Nothing to do...',
'de_DE': 'Nichts zu tun ...',
'zh_CN': '没啥鸟事……',
'zh_TW': '沒啥鳥事……',
'fr_FR': 'Rien à effectuer…'
@ -160,6 +183,7 @@ exports.strings = {
'git-result-fastforward': {
'__desc__': 'The message that explains the result of a git command',
'en_US': 'Fast forwarding...',
'de_DE': 'Fast forward...',
'zh_CN': '快速前进……',
'zh_TW': '快速前進……',
'fr_FR': 'En avance rapide…'
@ -168,6 +192,7 @@ exports.strings = {
'git-result-uptodate': {
'__desc__': 'The message that explains the result of a git command',
'en_US': 'Branch already up-to-date',
'de_DE': 'Branch ist bereits aktuell',
'zh_CN': '分支已经是最新啦',
'zh_TW': '分支已經是最新啦',
'fr_FR': 'Branche déjà à jour'
@ -176,6 +201,7 @@ exports.strings = {
'git-error-exist': {
'__desc__': 'One of the error messages for git',
'en_US': 'The ref {ref} does not exist or is unknown',
'de_DE': 'Die Ref {ref} existiert nicht oder ist unbekannt',
'zh_CN': '索引 {ref} 不存在,或者找不到。',
'zh_TW': '索引 {ref} 不存在,或者找不到。',
'fr_FR': 'La référence {ref} n\'existe pas ou est inconnue'
@ -184,6 +210,7 @@ exports.strings = {
'git-error-relative-ref': {
'__desc__': 'One of the error messages for git',
'en_US': 'Commit {commit} doesnot have a {match}',
'de_DE': 'Commit {commit} hat kein {match}',
'zh_CN': '提交 {commit} 并没有 {match}',
'zh_TW': '提交 {commit} 並没有 {match}',
'fr_FR': 'Le commit {commit} n\'a pas de correspondance {match}'
@ -192,6 +219,7 @@ exports.strings = {
'git-warning-detached': {
'__desc__': 'One of the warning messages for git',
'en_US': 'Warning!! Detached HEAD state',
'de_DE': 'Achtung! Detached HEAD Zustand',
'zh_CN': '警告脑袋搬家Detached HEAD状态',
'zh_TW': '警告腦袋搬家Detached HEAD狀態',
'fr_FR': 'Attention ! HEAD est détaché'
@ -200,6 +228,7 @@ exports.strings = {
'git-warning-add': {
'__desc__': 'One of the warning messages for git',
'en_US': 'No need to add files in this demo',
'de_DE': 'In dieser Demo müssen keine Dateien hinzugefügt werden',
'zh_CN': '此演示中不需要添加文件',
'zh_TW': '此演示中不需要添加文件',
'fr_FR': 'Aucun besoin d\'ajouter des fichiers dans cette démo'
@ -208,6 +237,7 @@ exports.strings = {
'git-error-options': {
'__desc__': 'One of the error messages for git',
'en_US': 'Those options you specified are incompatible or incorrect',
'de_DE': 'Die angegebenen Optionen sind inkompatibel oder falsch',
'zh_CN': '你所指定的参数不兼容或者不准确',
'zh_TW': '您指定了不相容或錯誤的選項',
'fr_FR': 'Les options que vous avez spécifiées sont incompatibles ou incorrectes'
@ -216,6 +246,7 @@ exports.strings = {
'git-error-already-exists': {
'__desc__': 'One of the error messages for git',
'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} 已經存在於你的改動集裡,正在中止!',
'fr_FR': 'Le commit {commit} existe déjà dans votre ensemble de modifications, opération avortée !'
@ -224,6 +255,7 @@ exports.strings = {
'git-error-reset-detached': {
'__desc__': 'One of the error messages for git',
'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': '不能在分離的 HEAD 裡重置!用 checkout 吧',
'fr_FR': 'On ne peut pas effectuer un reset quand head est détaché. Utilisez checkout pour déplacer'
@ -232,6 +264,7 @@ exports.strings = {
'git-warning-hard': {
'__desc__': 'One of the warning messages for git',
'en_US': 'The default behavior is a --hard reset, feel free to omit that option!',
'de_DE': 'Das Standardverhalten in dieser Demo ist --hard, du kannst die Option auch weglassen!',
'zh_CN': '默认的行为是 --hard 硬重置,尽管省略掉那个选项吧!',
'zh_TW': '默認的行為是 --hard 硬重置,盡管省略掉那個選項吧!',
'fr_FR': 'Le comportement par défaut est un --hard reset, soyez libre d\'omettre cette option !'
@ -241,6 +274,7 @@ exports.strings = {
'__desc__': 'One of the error messages for git',
'en_US': 'There is no concept of adding / staging files, so that option or ' +
'command is invalid!',
'de_DE': 'In dieser Demo gibt es kein Hinzufügen / Vormerken von Dateien, dieser Befehl ist daher ungültig!',
'zh_CN': '没有添加、缓存文件的必要,所以改选项或者命令是不合法的。',
'zh_TW': '沒有添加、緩存文件的必要,所以改選項或者命令是不合法的。',
'fr_FR': 'Il n\'y a pas le concept d\'ajouter / mettre en staging, donc cette option ou commande est invalide'
@ -249,6 +283,7 @@ exports.strings = {
'git-revert-msg': {
'__desc__': 'Message for reverting git command',
'en_US': 'Reverting {oldCommit}: {oldMsg}',
'de_DE': 'Reverte {oldCommit}: {oldMsg}',
'zh_CN': '撤销 {oldCommit}{oldMsg}',
'zh_TW': '還原 {oldCommit}{oldMsg}',
'fr_FR': 'Revert {oldCommit}: {oldMsg}'
@ -257,6 +292,7 @@ exports.strings = {
'git-error-args-many': {
'__desc__': 'One of the error messages for git',
'en_US': 'I expect at most {upper} argument(s) for {what}',
'de_DE': 'Ich benötige maximal {upper} Argument(e) für {what}',
'zh_CN': '{what} 期望最多 {upper} 个参数',
'zh_TW': '{what} 期望最多 {upper} 個參數',
'fr_FR': 'J\'attends au plus {upper} argument(s) pour {what}'
@ -265,6 +301,7 @@ exports.strings = {
'git-error-args-few': {
'__desc__': 'One of the error messages for git',
'en_US': 'I expect at least {lower} argument(s) for {what}',
'de_DE': 'Ich benötige mindestens {lower} Argument(e) für {what}',
'zh_CN': '{what} 期望最少 {lower} 个参数',
'zh_TW': '{what} 期望最少 {lower} 個參數',
'fr_FR': 'J\'attends au moins {upper} argument(s) pour {what}'
@ -273,6 +310,7 @@ exports.strings = {
'git-error-no-general-args': {
'__desc__': 'One of the error messages for git',
'en_US': 'That command accepts no general arguments',
'de_DE': 'Dieser Befehl akzeptiert keine allgemeinen Argumente',
'zh_CN': '该命令不接收参数',
'zh_TW': '該指令不接受一般參數',
'fr_FR': 'Cette commande n\'accepte aucun argument général'
@ -281,6 +319,7 @@ exports.strings = {
'copy-tree-string': {
'__desc__': 'The prompt to copy the tree when sharing',
'en_US': 'Copy the tree string below',
'de_DE': 'Kopiere die folgende Baum-Zeichenkette',
'zh_CN': '拷贝下面的树字符串',
'zh_TW': '複製下方的樹狀字串',
'fr_FR': 'Copiez la chaîne d\'arbre ci-dessous'
@ -289,6 +328,7 @@ exports.strings = {
'learn-git-branching': {
'__desc__': 'The title of the app, with spaces',
'en_US': 'Learn Git Branching',
'de_DE': 'Learn Git Branching',
'ja': '日本語版リポジトリ',
'ko': 'Git 브랜치 배우기',
'zh_CN': '学习Git分支',
@ -299,6 +339,7 @@ exports.strings = {
'select-a-level': {
'__desc__': 'The prompt to select a level on the drop down view',
'en_US': 'Select a level',
'de_DE': 'Level auswählen',
'zh_CN': '选择一关',
'zh_TW': '選擇其中一關',
'fr_FR': 'Choisissez un niveau'
@ -307,6 +348,7 @@ exports.strings = {
'branch-name-short': {
'__desc__': 'When branch names get too long, we need to truncate them. This is the warning for that',
'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}"',
'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}"'
@ -315,6 +357,7 @@ exports.strings = {
'bad-branch-name': {
'__desc__': 'When the user enters a branch name thats not ok',
'en_US': 'That branch name "{branch}" is not allowed!',
'de_DE': 'Der Branch-Name "{branch}" ist nicht erlaubt!',
'zh_CN': '不能给分支起这个名字 "{branch}"',
'zh_TW': '不能给分支起這個名字 "{branch}"',
'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé'
@ -322,12 +365,14 @@ exports.strings = {
///////////////////////////////////////////////////////////////////////////
'bad-tag-name': {
'__desc__': 'When the user enters a tag name thats not ok',
'en_US': 'That tag name "{tag}" is not allowed!'
'en_US': 'That tag name "{tag}" is not allowed!',
'de_DE': 'Der Tag-Name "{tag}" ist nicht erlaubt!'
},
///////////////////////////////////////////////////////////////////////////
'option-not-supported': {
'__desc__': 'When the user specifies an option that is not supported by our demo',
'en_US': 'The option "{option}" is not supported!',
'de_DE': 'Die Option "{option}" wird nicht unterstützt!',
'zh_CN': '不支持选项 "{option}"',
'zh_TW': '不支援的選項 "{option}"',
'fr_FR': 'L\'option "{option}" n\'est pas supportée'
@ -336,6 +381,7 @@ exports.strings = {
'git-usage-command': {
'__desc__': 'The line that shows how to format a git command',
'en_US': 'git <command> [<args>]',
'de_DE': 'git <Befehl> [<Argumente>]',
'zh_CN': 'git <命令> [<参数>]',
'zh_TW': 'git <指令> [<參數>]',
'fr_FR': 'git <commande> [<arguments>]'
@ -344,6 +390,7 @@ exports.strings = {
'git-supported-commands': {
'__desc__': 'In the git help command, the header above the supported commands',
'en_US': 'Supported commands:',
'de_DE': 'Unterstützte Befehle:',
'zh_CN': '支持的命令有:',
'zh_TW': '支援的指令有:',
'fr_FR': 'Commandes supportées'
@ -352,6 +399,7 @@ exports.strings = {
'git-usage': {
'__desc__': 'In the dummy git output, the header before showing all the commands',
'en_US': 'Usage:',
'de_DE': 'Benutzung:',
'zh_CN': '使用:',
'zh_TW': '用法:',
'fr_FR': 'Utilisation :'
@ -360,14 +408,21 @@ exports.strings = {
'git-version': {
'__desc__': 'The git version dummy output, kind of silly. PCOTTLE is my unix name but feel free to put yours instead',
'en_US': 'Git Version PCOTTLE.1.0',
'de_DE': 'Git Version PCOTTLE.1.0.jbr',
'zh_CN': 'Git 版本 PCOTTLE.1.0',
'zh_TW': 'Git 版本 PCOTTLE.1.0',
'fr_FR': 'Git version PCOTTLE.1.0'
},
///////////////////////////////////////////////////////////////////////////
'flip-tree-command': {
'__desc__': 'when the tree is being flipped',
'en_US': 'Flipping tree...'
},
///////////////////////////////////////////////////////////////////////////
'refresh-tree-command': {
'__desc__': 'when the tree is visually refreshed',
'en_US': 'Refreshing tree...',
'de_DE': 'Aktualisiere Baum ...',
'zh_CN': '正在刷新树结构...',
'zh_TW': '正在更新樹狀結構……',
'fr_FR': 'Actualisation de l\'arbre…'
@ -376,6 +431,7 @@ exports.strings = {
'locale-command': {
'__desc__': 'when the locale is set to something',
'en_US': 'Locale set to {locale}',
'de_DE': 'Locale auf {locale} gesetzt',
'zh_CN': '语言更改为 {locale}',
'zh_TW': '語系設為 {locale}',
'fr_FR': 'Langue changée à {locale}'
@ -384,6 +440,7 @@ exports.strings = {
'locale-reset-command': {
'__desc__': 'when the locale is reset',
'en_US': 'Locale reset to default, which is {locale}',
'de_DE': 'Locale auf Standard zurückgesetzt, also {locale}',
'zh_CN': '语言重置为默认的 {locale}',
'zh_TW': '還原為預設語系 {locale}',
'fr_FR': 'Langue remise par défaut, qui est {locale}'
@ -393,6 +450,7 @@ exports.strings = {
'__desc__': 'command output title from "show"',
'en_US': 'Please use one of the following commands for more info:',
'zh_TW': '請使用下列其中一個指令取得更多資訊:',
'de_DE': 'Bitte benutze einen der folgenden Befehle um mehr Informationen zu bekommen:',
'fr_FR': 'Merci d\'utiliser une des commandes suivantes pour obtenir plus d\'info'
},
///////////////////////////////////////////////////////////////////////////
@ -400,12 +458,14 @@ exports.strings = {
'__desc__': 'command output title from "show commands"',
'en_US': 'Here is a list of all the commmands available:',
'zh_TW': '這份清單列出所有可用指令:',
'de_DE': 'Hier ist eine Liste aller verfügbarer Befehle:',
'fr_FR': 'Ci-dessous est la liste de toutes les commandes disponibles :'
},
///////////////////////////////////////////////////////////////////////////
'cd-command': {
'__desc__': 'dummy command output for the command in the key',
'en_US': 'Directory changed to "/directories/dont/matter/in/this/demo"',
'de_DE': 'Verzeichnis gewechselt zu "/verzeichnisse/sind/in/dieser/demo/latte"',
'zh_CN': '目录切换到 "/directories/dont/matter/in/this/demo"',
'zh_TW': '目錄切換到 "/directories/dont/matter/in/this/demo"',
'fr_FR': 'Répertoire changé à "/directories/dont/matter/in/this/demo" (les répertoires ne servent à rien dans cette démo)'
@ -414,6 +474,7 @@ exports.strings = {
'ls-command': {
'__desc__': 'Dummy command output for the command in the key',
'en_US': 'DontWorryAboutFilesInThisDemo.txt',
'de_DE': 'VergissDateienInDieserDemo.txt',
'zh_CN': 'DontWorryAboutFilesInThisDemo.txt (译: 在试验里不用担心文件.txt)',
'zh_TW': 'DontWorryAboutFilesInThisDemo.txt譯註在試驗裡不用擔心檔案.txt',
'fr_FR': 'DontWorryAboutFilesInThisDemo.txt (ne vous préoccupez pas des noms de fichier dans cette démo)'
@ -421,6 +482,7 @@ exports.strings = {
'mobile-alert': {
'__desc__': 'When someone comes to the site on a mobile device, they can not input commands so this is a nasty alert to tell them',
'en_US': 'LGB can\'t receive input on mobile, visit on desktop! it\'s worth it :D',
'de_DE': 'LGB ist nicht mit mobilen Endgeräten kompatibel, nutz es vom Desktop! Es lohnt sich :D',
'zh_CN': '无法在移动设备/平板上调出键盘 :( 请试试桌面版 :D',
'zh_TW': '無法在行動裝置上叫出鍵盤,請改用桌面版!',
'fr_FR': 'Impossible de faire apparaître le clavier sur mobile / tablette :( Essayez de passer sur un ordinateur de bureau :D'
@ -429,6 +491,7 @@ exports.strings = {
'share-tree': {
'__desc__': 'When you export a tree, we want you to share the tree with friends',
'en_US': 'Share this tree with friends! They can load it with "import tree"',
'de_DE': 'Teile diesen git-Baum mit Freunden! Sie können ihn mit "import tree" laden',
'zh_CN': '与你的好友分享提交树!他们可以用 "import tree" 加载它',
'zh_TW': '與你的好友分享提交樹!他們可以用 "import tree" 加載它',
'fr_FR': 'Partagez cet arbre avec vos amis ! Ils peuvent le charger avec "import tree"'
@ -437,6 +500,7 @@ exports.strings = {
'paste-json': {
'__desc__': 'When you are importing a level or tree',
'en_US': 'Paste a JSON blob below!',
'de_DE': 'Füg einen JSON-Blob unten ein!',
'zh_CN': '在下边粘贴一个JSON串',
'zh_TW': '在下方貼上一串 JSON',
'fr_FR': 'Collez un blob JSON ci-dessous !'
@ -445,6 +509,7 @@ exports.strings = {
'solved-map-reset': {
'__desc__': 'When you reset the solved map to clear your solved history, in case someone else wants to use your browser',
'en_US': 'Solved map was reset, you are starting from a clean slate!',
'de_DE': 'Gelöste Karte wurde zurückgesetzt, du fängst mit einem leeren Blatt an!',
'zh_CN': '解决列表已重置,您现在从零开始了',
'zh_TW': '解決列表已重置,您現在從零開始了',
'fr_FR': 'La carte des niveaux résolus a été effacée, vous repartez de zéro !'
@ -453,6 +518,7 @@ exports.strings = {
'level-cant-exit': {
'__desc__': 'When the user tries to exit a level when they are not in one',
'en_US': 'You are not in a level! You are in a sandbox, start a level with "levels"',
'de_DE': 'Du bist nicht in einem Level! Du bist im Sandkasten-Modus, starte einen Level mit "levels"',
'zh_CN': '您没在关卡中!您在沙盒中,要开始关卡请输入 "levels"',
'zh_TW': '您沒在關卡中!您在沙盒中,要開始關卡請輸入 "levels"',
'fr_FR': 'Vous n\'êtes pas dans un niveau ! Vous êtes dans le mode bac à sable, commencez un niveau avec "levels"'
@ -461,6 +527,7 @@ exports.strings = {
'level-no-id': {
'__desc__': 'When you say an id but that level doesnt exist',
'en_US': 'A level for that id "{id}" was not found! Opening up a level selection view',
'de_DE': 'Konnte keinen Level mit der ID "{id}" finden! Öffne einen Level-Auswahldialog',
'zh_CN': '没找到id为 "{id}" 的关卡!打开关卡选择框',
'zh_TW': '找不到 id 為 "{id}" 的關卡!開啟關卡選擇視窗',
'fr_FR': 'Le niveau dont l\'identifiant est {id} n\'a pas été trouvé ! Ouverture de la vue de sélection des niveaux'
@ -469,6 +536,7 @@ exports.strings = {
'undo-stack-empty': {
'__desc__': 'The undo command can only undo back until the last time the level was reset or the beginning of the level',
'en_US': 'The undo stack is empty!',
'de_DE': 'Die Undo-Liste ist leer!',
'zh_CN': '还没有什么可以撤销',
'zh_TW': '還沒有什麼可以撤銷',
'fr_FR': 'La pile d\'annulation est vide !'
@ -477,6 +545,7 @@ exports.strings = {
'already-solved': {
'__desc__': 'When you play in a level that is already solved',
'en_US': 'You have already solved this level, try other levels with "levels" or go back to sandbox with "sandbox"',
'de_DE': 'Du hast diesen Level bereits gelöst, probier einen anderen Level mit "levels" aus oder geh in den Sandkasten-Modus mit "sandbox"',
'zh_CN': '你已经解决了本关,输入 "levels" 尝试其他关卡,或者输入 "sandbox" 回到沙盒中',
'zh_TW': '你已經解决了本關,輸入 "levels" 嘗試其他關卡,或者輸入 "sandbox" 回到沙盒中',
'fr_FR': 'Vous avez déjà résolu ce niveau, essayez d\'autres niveaux avec "levels" ou revenez au bac à sable avec "sandbox"'
@ -485,6 +554,7 @@ exports.strings = {
'command-disabled': {
'__desc__': 'When you try a command that is disabled',
'en_US': 'That git command is disabled for this level!',
'de_DE': 'Dieser git-Befehl ist für diesen Level deaktiviert!',
'zh_CN': '该命令在本关不允许使用!',
'zh_TW': '本關禁止使用該 git 指令!',
'fr_FR': 'Cette commande git est désactivée pour ce niveau !'
@ -493,6 +563,7 @@ exports.strings = {
'share-json': {
'__desc__': 'when you have made the level, prompt to share this',
'en_US': 'Here is the JSON for this level! Share it with somenoe or send it to me on Github',
'de_DE': 'Hier ist das JSON für diesen Level! Teil es mit jemandem or schick es mir über Github',
'zh_CN': '这是一个关卡定义JSON您可以分享它或者发到我的GitHub上',
'zh_TW': '這是本關的 JSON您可以分享給別人或是送到 Github 上給我',
'fr_FR': 'Voici le JSON pour ce niveau ! Partagez-le avec quelqu\'un ou envoyez-le moi sur Github'
@ -501,6 +572,7 @@ exports.strings = {
'want-start-dialog': {
'__desc__': 'prompt to add a start dialog',
'en_US': 'You have not specified a start dialog, would you like to add one?',
'de_DE': 'Du hast noch keinen Einführungs-Dialog geschrieben, willst du einen hinzufügen?',
'zh_CN': '您还没有定义一开始的介绍,是否添加一个?',
'zh_TW': '尚未指定開始對話視窗,是否立即新增?',
'fr_FR': 'Vous n\'avez pas spécifié de dialogue de départ, voulez-vous en ajouter un ?'
@ -509,6 +581,7 @@ exports.strings = {
'want-hint': {
'__desc__': 'prompt to add a hint',
'en_US': 'You have not specified a hint, would you like to add one?',
'de_DE': 'Du hast noch keinen Hinweis geschrieben, magst du einen hinzufügen?',
'zh_CN': '您还没有定义提示,是否添加一个?',
'zh_TW': '尚未指定提示,是否立即新增?',
'fr_FR': 'Vous n\'avez pas spécifié d\'indice, voulez-vous en ajouter un ?'
@ -517,6 +590,7 @@ exports.strings = {
'prompt-hint': {
'__desc__': 'prompt for hint',
'en_US': 'Enter the hint for this level, or leave this blank if you do not want to include one',
'de_DE': 'Gib den Hinweis für diesen Level an, oder lass es leer wenn du keinen hinzufügen willst',
'zh_CN': '请输入关卡提示,或者故意留空',
'zh_TW': '請輸入關卡提示,或者故意留空',
'fr_FR': 'Entrez l\'indice pour ce niveau, ou laissez-le vide pour ne pas l\'inclure'
@ -525,6 +599,7 @@ exports.strings = {
'prompt-name': {
'__desc__': 'prompt for level name',
'en_US': 'Enter the name for the level',
'de_DE': 'Gib den Namen für diesen Level an',
'zh_CN': '输入关卡名',
'zh_TW': '請輸入關卡名稱',
'fr_FR': 'Entrez le nom pour ce niveau'
@ -533,6 +608,7 @@ exports.strings = {
'solution-empty': {
'__desc__': 'If you define a solution without any commands, aka a level that is solved without doing anything',
'en_US': 'Your solution is empty!! Something is amiss',
'de_DE': 'Deine Auflösung ist leer! Hier fehlt etwas',
'zh_CN': '你的解法是空的!! 这应该是出错了',
'zh_TW': '您的解法是空的!這一定是哪裡出錯了',
'fr_FR': 'Votre solution est vide !! Quelque chose ne tourne pas rond'
@ -541,6 +617,7 @@ exports.strings = {
'define-start-warning': {
'__desc__': 'When you define the start point again, it overwrites the solution and goal so we add a warning',
'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': '正在定義起始點……先前定義的解法和目標會被覆蓋掉',
'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'
@ -549,6 +626,7 @@ exports.strings = {
'help-vague-level': {
'__desc__': 'When you are in a level and you say help, its vague and you need to specify',
'en_US': 'You are in a level, so multiple forms of help are available. Please select either "help level" to learn more about this lesson, "help general" for using Learn GitBranching, or "objective" to learn about how to solve the level.',
'de_DE': 'Du befindest dich in einem Level, daher gibt es verschiedene Hilfen. Gib "help level" ein um mehr úber diesen Level zu erfahren, "help general" um zu sehen wie Learn Git Branching bedient wird, oder "objective" um das Ziel dieses Levels zu erfahren.',
'zh_CN': '您正在关卡中,这里有多种形式的帮助,请选择 "help level" (关卡帮助)或 "help general" (一般帮助)',
'zh_TW': '您正在關卡中,這裡有多種形式的幫助,請選擇 "help level" (關卡幫助)或 "help general" (一般幫助)',
'fr_FR': 'Vous êtes dans un niveau, donc plusieurs formes d\'aide sont disponibles. Merci de sélectionner soit "help level" pour en apprendre plus sur cette leçon, "help general" pour l\'utilisation de Learn GitBranching, ou "objective" pour apprendre comment résoudre le niveau'
@ -557,14 +635,26 @@ exports.strings = {
'help-vague-builder': {
'__desc__': 'When you are in a level builder, the help command is vague so you need to specify what you mean',
'en_US': 'You are in a level builder, so multiple forms of help are available. Please select either "help general" or "help builder"',
'de_DE': 'Du befindest dich im Level-Editor, daher gibt es verschiedene Hilfen. Gib bitte "help general" oder "help builder" ein',
'zh_CN': '您正在进行关卡构建中,这里有多种形式的帮助,请选择 "help general" (一般帮助)或 "help builder" (关卡构建帮助)',
'zh_TW': '您正在進行關卡構建中,這裡有多種形式的幫助,請選擇 "help general" (一般幫助)或 "help builder" (關卡構建幫助)',
'fr_FR': 'Vous êtes dans l\'éditeur de niveaux, donc plusieurs formes d\'aide sont disponibles. Merci de sélectionner soit "help general" soit "help builder"'
},
///////////////////////////////////////////////////////////////////////////
'show-goal-button': {
'__desc__': 'button label to show goal',
'en_US': 'Show Goal'
},
///////////////////////////////////////////////////////////////////////////
'hide-goal-button': {
'__desc__': 'button label to hide goal',
'en_US': 'Hide Goal'
},
///////////////////////////////////////////////////////////////////////////
'goal-to-reach': {
'__desc__': 'title of window that shoes the goal tree to reach',
'en_US': 'Goal To Reach',
'de_DE': 'Ziel',
'zh_CN': '目标',
'zh_TW': '目標',
'fr_FR': 'Cible à atteindre'
@ -572,12 +662,14 @@ exports.strings = {
///////////////////////////////////////////////////////////////////////////
'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',
'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"',
'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'
},
///////////////////////////////////////////////////////////////////////////
'hide-goal': {
'__desc__': 'the helper message for the window that shows the goal tree',
'en_US': 'You can hide this window with "hide goal"',
'de_DE': 'Du kannst diese Meldung mit "hide goal" ausblenden',
'zh_CN': '你可以通过命令 "hide goal" 关闭这个窗口',
'zh_TW': '你可以通過命令 "hide goal" 關閉這個窗口',
'fr_FR': 'Vous pouvez masquer cette fenêtre avec "hide goal"'
@ -586,6 +678,7 @@ exports.strings = {
'hide-start': {
'__desc__': 'The helper message for the window that shows the start tree for a level',
'en_US': 'You can hide this window with "hide start"',
'de_DE': 'Du kannst diese Meldung mit "hide start" ausblenden',
'zh_CN': '你可以通过命令 "hide start" 关闭这个窗口',
'zh_TW': '你可以通過命令 "hide start" 關閉這個窗口',
'fr_FR': 'Vous pouvez masquer cette fenêtre avec "hide start"'
@ -594,6 +687,7 @@ exports.strings = {
'level-builder': {
'__desc__': 'The name for the environment where you build levels',
'en_US': 'Level Builder',
'de_DE': 'Level-Editor',
'zh_CN': '关卡生成器',
'zh_TW': '關卡產生器',
'fr_FR': 'Éditeur de niveaux'
@ -602,6 +696,7 @@ exports.strings = {
'no-start-dialog': {
'__desc__': 'when the user tries to open a start dialog for a level that does not have one',
'en_US': 'There is no start dialog to show for this level!',
'de_DE': 'Es gibt keinen Einführungs-Dialog für diesen Level!',
'zh_CN': '介绍? 这关真没有!',
'zh_TW': '介紹? 這關真沒有!',
'fr_FR': 'Il n\'y a aucun dialogue de départ à afficher pour ce niveau !'
@ -610,6 +705,7 @@ exports.strings = {
'no-hint': {
'__desc__': 'when no hint is available for a level',
'en_US': "Hmm, there doesn't seem to be a hint for this level :-/",
'de_DE': "Hm, es gibt anscheinend keinen Hinweis für diesen Level :-/",
'zh_CN': "提示?嗯,这关真没有哎~ :-/",
'zh_TW': "提示?嗯,這關真沒有哎~ :-/",
'fr_FR': 'Hum, il ne semble pas y avoir d\'indice pour ce niveau :-/'
@ -618,6 +714,7 @@ exports.strings = {
'error-untranslated-key': {
'__desc__': 'This error happens when we are trying to translate a specific key and the locale version is mission',
'en_US': 'The translation for {key} does not exist yet :( Please hop on github and offer up a translation!',
'de_DE': 'Die Übersetzung für {key} existiert noch nicht :( Falls du eine hast, bitte teil sie mit auf Github mit!',
'zh_CN': '还没翻译 {key} :( 请在gitHub上贡献你的翻译!',
'zh_TW': '還沒翻譯 {key} :( 請在gitHub上貢獻你的翻譯!',
'fr_FR': 'La traduction pour {key} n\'existe pas encore :( Venez sur Github pour en offrir une !'
@ -626,6 +723,7 @@ exports.strings = {
'error-untranslated': {
'__desc__': 'The general error when we encounter a dialog that is not translated',
'en_US': 'This dialog or text is not yet translated in your locale :( Hop on github to aid in translation!',
'de_DE': 'Dieser Dialog oder Text ist noch nicht in deine Sprache übersetzt. :( Schau auf Github vorbei um bei der Übersetzung zu helfen!',
'zh_CN': '这段对话还没有被翻译成你的语言 :( 欢迎在gitHub上贡献你的翻译!',
'zh_TW': '這段對話尚未翻成您的語言 :( 歡迎到 github 貢獻翻譯!',
'fr_FR': 'Ce message n\'a pas encore été traduit dans votre langue :( Venez sur Github aider à la traduction !'