complete all zh_CN nodes

This commit is contained in:
东方孤思子(Paris·QianSen) 2014-10-11 04:04:35 +08:00
parent 99ea973497
commit 7c69a79eab

View file

@ -51,6 +51,7 @@ exports.strings = {
'hg-prune-tree': { 'hg-prune-tree': {
'__desc__': 'warning when pruning 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',
'zh_CN': '注意! Mercurial 会进行主动垃圾回收,会导致需要将你的树縮小。',
'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', 'fr_FR': 'Attention, Mercurial supprime de façon agressive et nécessite un prune du repository',
@ -62,6 +63,7 @@ exports.strings = {
'__desc__': 'warning for when using -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!',
'zh_TW': '對於這個 app 來說,-A 選項並不是必須的,只需要 commit 就好!', 'zh_TW': '對於這個 app 來說,-A 選項並不是必須的,只需要 commit 就好!',
'zh_CN': '对本 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', 'fr_FR': 'L\'option -A n\'est pas nécessaire pour cette application, simplemer commiter',
@ -71,6 +73,7 @@ exports.strings = {
'hg-error-no-status': { 'hg-error-no-status': {
'__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',
'zh_CN': '本 App 没有 status 命令哦,因为根本没有 stage 缓存文件。可以用hg summary代替哦',
'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.', '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',
@ -80,6 +83,7 @@ exports.strings = {
'hg-error-need-option': { 'hg-error-need-option': {
'__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!',
'zh_CN': '我需要该命令使用 {option} 选项呢。',
'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', '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!',
@ -89,6 +93,7 @@ exports.strings = {
'hg-error-log-no-follow': { 'hg-error-log-no-follow': {
'__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',
'zh_CN': '暂不支持没有-f 选项的 hg log 命令,请补充 -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é', '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',
@ -146,11 +151,13 @@ exports.strings = {
'fr_FR': 'Déjà à jour', 'fr_FR': 'Déjà à jour',
'es_AR': 'Estás en la versión más reciente', 'es_AR': 'Estás en la versión más reciente',
'zh_TW': '已經是最新的了', 'zh_TW': '已經是最新的了',
'zh_CN': '已经是最新的了',
'ru': 'Уже обновлено!' 'ru': 'Уже обновлено!'
}, },
'git-error-origin-fetch-no-ff': { 'git-error-origin-fetch-no-ff': {
'__desc__': 'One of the error messages for git', '__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', 'en_US': 'Your origin branch is out of sync with the remote branch and fetch cannot be performed',
'zh_CN': '你的 origin 分支已经失去了与 remote 远端分支的同步,所以无法执行 fetch 命令',
'de_DE': 'Dein origin Branch ist nicht auf dem Stand des Remote Branch und fetch kann nicht ausgeführt werden', 'de_DE': 'Dein origin Branch ist nicht auf dem Stand des Remote Branch und fetch kann nicht ausgeführt werden',
'es_AR': 'Tu rama origin está desincronizada con la rama remota, por lo que no se puede hacer el fetch', 'es_AR': 'Tu rama origin está desincronizada con la rama remota, por lo que no se puede hacer el fetch',
'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', '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',
@ -159,6 +166,7 @@ exports.strings = {
'git-error-origin-push-no-ff': { 'git-error-origin-push-no-ff': {
'__desc__': 'One of the error messages for git', '__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', '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',
'zh_CN': '远端仓库与你的本地仓库产生了分歧,故此上传操作无法通过简单地快进实现(因此你的 push 被拒绝了)。请 pull 下来远端里最新的更改,与本地合并之后再试一次。你可以通过 git pull 或 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', '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',
'es_AR': 'El repositorio remoto divergió de tu repositorio local, por lo que subir tus cambios no es un simple fast forward (y por eso se rechazó tu push). Por favor, hacé pull de los nuevos cambios en el repositorio remoto, incorporalos a esta rama y probá de nuevo. Podés hacerlo con git pull o git pull --rebase', 'es_AR': 'El repositorio remoto divergió de tu repositorio local, por lo que subir tus cambios no es un simple fast forward (y por eso se rechazó tu push). Por favor, hacé pull de los nuevos cambios en el repositorio remoto, incorporalos a esta rama y probá de nuevo. Podés hacerlo con git pull o git pull --rebase',
'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', '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',
@ -167,6 +175,7 @@ exports.strings = {
'git-error-remote-branch': { 'git-error-remote-branch': {
'__desc__': 'One of the error messages for git', '__desc__': 'One of the error messages for git',
'en_US': 'You cannot execute that command on a remote branch', 'en_US': 'You cannot execute that command on a remote branch',
'zh_CN': '你不能在远端分支上执行这个命令呀。',
'de_DE': 'Du kannst diesen Befehl nicht auf einem Remote Branch ausführen', 'de_DE': 'Du kannst diesen Befehl nicht auf einem Remote Branch ausführen',
'es_AR': 'No podés ejecutar ese comando en una rama remota', 'es_AR': 'No podés ejecutar ese comando en una rama remota',
'fr_FR': 'Vous ne pouvez exécuter cette commande sur une branche distante', 'fr_FR': 'Vous ne pouvez exécuter cette commande sur une branche distante',
@ -175,6 +184,7 @@ exports.strings = {
'git-error-origin-required': { 'git-error-origin-required': {
'__desc__': 'One of the error messages for git', '__desc__': 'One of the error messages for git',
'en_US': 'An origin is required for that command', 'en_US': 'An origin is required for that command',
'zh_CN': '该命令需要一个 origin',
'de_DE': 'Für diesen Befehl wird origin benötigt', 'de_DE': 'Für diesen Befehl wird origin benötigt',
'es_AR': 'Necesitás un origen para ese comando', 'es_AR': 'Necesitás un origen para ese comando',
'fr_FR': 'Une origine est requise pour cette commande', 'fr_FR': 'Une origine est requise pour cette commande',
@ -183,6 +193,7 @@ exports.strings = {
'git-error-origin-exists': { 'git-error-origin-exists': {
'__desc__': 'One of the error messages for git', '__desc__': 'One of the error messages for git',
'en_US': 'An origin already exists! You cannot make a new one', 'en_US': 'An origin already exists! You cannot make a new one',
'zh_CN': 'origin 远端已存在。你不能重复创建',
'de_DE': 'origin existiert bereits! Du kannst es nicht nochmal anlegen', 'de_DE': 'origin existiert bereits! Du kannst es nicht nochmal anlegen',
'es_AR': '¡Ya existe el origen! No podés crear uno nuevo', 'es_AR': '¡Ya existe el origen! No podés crear uno nuevo',
'fr_FR': 'Une origine existe déjà ! Vous ne pouvez pas en créer une nouvelle', 'fr_FR': 'Une origine existe déjà ! Vous ne pouvez pas en créer une nouvelle',
@ -194,7 +205,7 @@ exports.strings = {
'en_US': 'You can\'t delete the master branch, the branch you are on, or things that ' + 'en_US': 'You can\'t delete the master branch, the branch you are on, or things that ' +
'aren\'t branches', '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', '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_CN': '你不能删除主分支master或者你当前所在的分支或者其他连分支也不是的东西。',
'zh_TW': '你不能刪除 master branch或者你當前所在的 branch或者其它連 branch 都不是的東西。', 'zh_TW': '你不能刪除 master branch或者你當前所在的 branch或者其它連 branch 都不是的東西。',
'es_AR': 'No podés borrar la rama master, la rama en la que estás, o cosas que no son ramas', 'es_AR': 'No podés borrar la rama master, la rama en la que estás, o cosas que no son ramas',
'fr_FR': 'Vous ne pouvez supprimer la branche master, la branche sur laquelle vous êtes, ou ce qui n\'est pas une branche', 'fr_FR': 'Vous ne pouvez supprimer la branche master, la branche sur laquelle vous êtes, ou ce qui n\'est pas une branche',
@ -227,7 +238,7 @@ exports.strings = {
'__desc__': 'The message that explains the result of a git command', '__desc__': 'The message that explains the result of a git command',
'en_US': 'Nothing to do...', 'en_US': 'Nothing to do...',
'de_DE': 'Nichts zu tun ...', 'de_DE': 'Nichts zu tun ...',
'zh_CN': '没啥鸟事……', 'zh_CN': '啥鸟事也木有发生...',
'zh_TW': '沒什麼事情要做...', 'zh_TW': '沒什麼事情要做...',
'es_AR': 'Nada para hacer...', 'es_AR': 'Nada para hacer...',
'fr_FR': 'Rien à effectuer…', 'fr_FR': 'Rien à effectuer…',
@ -238,7 +249,7 @@ exports.strings = {
'__desc__': 'The message that explains the result of a git command', '__desc__': 'The message that explains the result of a git command',
'en_US': 'Fast forwarding...', 'en_US': 'Fast forwarding...',
'de_DE': 'Fast forward...', 'de_DE': 'Fast forward...',
'zh_CN': '快速前进……', 'zh_CN': '快速前进...',
'zh_TW': '快速前進...', 'zh_TW': '快速前進...',
'es_AR': 'Fast forwardeando...', 'es_AR': 'Fast forwardeando...',
'fr_FR': 'En avance rapide…' 'fr_FR': 'En avance rapide…'
@ -270,7 +281,7 @@ exports.strings = {
'__desc__': 'One of the error messages for git', '__desc__': 'One of the error messages for git',
'en_US': 'Commit {commit} doesnot have a {match}', 'en_US': 'Commit {commit} doesnot have a {match}',
'de_DE': 'Commit {commit} hat kein {match}', 'de_DE': 'Commit {commit} hat kein {match}',
'zh_CN': '提交 {commit} 并没有 {match}', 'zh_CN': '{commit} 号提交并没有 {match}',
'zh_TW': 'commit {commit} 並沒有 {match}', 'zh_TW': 'commit {commit} 並沒有 {match}',
'es_AR': 'El commit {commit} no tiene un {match}', 'es_AR': 'El commit {commit} no tiene un {match}',
'fr_FR': 'Le commit {commit} n\'a pas de correspondance {match}', 'fr_FR': 'Le commit {commit} n\'a pas de correspondance {match}',
@ -281,7 +292,7 @@ exports.strings = {
'__desc__': 'One of the warning messages for git', '__desc__': 'One of the warning messages for git',
'en_US': 'Warning!! Detached HEAD state', 'en_US': 'Warning!! Detached HEAD state',
'de_DE': 'Achtung! Detached HEAD Zustand', 'de_DE': 'Achtung! Detached HEAD Zustand',
'zh_CN': '警告!脑袋搬家Detached HEAD状态', 'zh_CN': '警告!现在是脑袋搬家Detached HEAD状态',
'zh_TW': '注意喔!現在的狀態是分離 Head', 'zh_TW': '注意喔!現在的狀態是分離 Head',
'es_AR': '¡Cuidado! Modo de detached HEAD', 'es_AR': '¡Cuidado! Modo de detached HEAD',
'fr_FR': 'Attention ! HEAD est détaché' 'fr_FR': 'Attention ! HEAD est détaché'
@ -311,7 +322,7 @@ exports.strings = {
'__desc__': 'One of the error messages for git', '__desc__': 'One of the error messages for git',
'en_US': 'The commit {commit} already exists in your changes set, aborting!', 'en_US': 'The commit {commit} already exists in your changes set, aborting!',
'de_DE': 'Der Commit {commit} existiert bereit, Abbruch!', 'de_DE': 'Der Commit {commit} existiert bereit, Abbruch!',
'zh_CN': '提交 {commit} 已经存在于你的改动集里,正在中止!', 'zh_CN': '{commit} 号提交已经存在于你的改动集里,正在中止!',
'zh_TW': 'commit {commit} 已經在你的修改的集合裡,正在停止!', 'zh_TW': 'commit {commit} 已經在你的修改的集合裡,正在停止!',
'es_AR': 'El commit {commit} ya existe en tus cambios, ¡abortando!', 'es_AR': 'El commit {commit} ya existe en tus cambios, ¡abortando!',
'fr_FR': 'Le commit {commit} existe déjà dans votre ensemble de modifications, opération avortée !' 'fr_FR': 'Le commit {commit} existe déjà dans votre ensemble de modifications, opération avortée !'
@ -443,6 +454,7 @@ exports.strings = {
'bad-tag-name': { 'bad-tag-name': {
'__desc__': 'When the user enters a tag name thats not ok', '__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!',
'zh_CN': '该标签名 “{tag}” 不被接受。233',
'es_AR': 'El nombre "{tag}" no está permitido para los tags', 'es_AR': 'El nombre "{tag}" no está permitido para los tags',
'de_DE': 'Der Tag-Name "{tag}" ist nicht erlaubt!', 'de_DE': 'Der Tag-Name "{tag}" ist nicht erlaubt!',
'fr_FR': 'Le nom de tag "{tag}" n\'est pas autorisé!' 'fr_FR': 'Le nom de tag "{tag}" n\'est pas autorisé!'
@ -501,6 +513,7 @@ exports.strings = {
'flip-tree-command': { 'flip-tree-command': {
'__desc__': 'when the tree is being flipped', '__desc__': 'when the tree is being flipped',
'en_US': 'Flipping tree...', 'en_US': 'Flipping tree...',
'zh_CN': '翻转树中...',
'es_AR': 'Invirtiendo el árbol...', 'es_AR': 'Invirtiendo el árbol...',
'fr_FR': 'Inversion de l\'arbre...' 'fr_FR': 'Inversion de l\'arbre...'
}, },
@ -539,6 +552,7 @@ exports.strings = {
'__desc__': 'command output title from "show"', '__desc__': 'command output title from "show"',
'en_US': 'Please use one of the following commands for more info:', 'en_US': 'Please use one of the following commands for more info:',
'zh_TW': '請使用下列其中一個指令取得更多資訊:', 'zh_TW': '請使用下列其中一個指令取得更多資訊:',
'zh_CN': '请使用以下命令以了解更多',
'de_DE': 'Bitte benutze einen der folgenden Befehle um mehr Informationen zu bekommen:', 'de_DE': 'Bitte benutze einen der folgenden Befehle um mehr Informationen zu bekommen:',
'es_AR': 'Usá alguno de estos comandos para tener más información:', 'es_AR': 'Usá alguno de estos comandos para tener más información:',
'fr_FR': 'Merci d\'utiliser une des commandes suivantes pour obtenir plus d\'info' 'fr_FR': 'Merci d\'utiliser une des commandes suivantes pour obtenir plus d\'info'
@ -548,6 +562,7 @@ exports.strings = {
'__desc__': 'command output title from "show commands"', '__desc__': 'command output title from "show commands"',
'en_US': 'Here is a list of all the commmands available:', 'en_US': 'Here is a list of all the commmands available:',
'zh_TW': '這份清單列出所有可用指令:', 'zh_TW': '這份清單列出所有可用指令:',
'zh_CN': '该列表列出了所有可用的指令:',
'de_DE': 'Hier ist eine Liste aller verfügbarer Befehle:', 'de_DE': 'Hier ist eine Liste aller verfügbarer Befehle:',
'es_AR': 'Esta es una lista de los comandos disponibles:', 'es_AR': 'Esta es una lista de los comandos disponibles:',
'fr_FR': 'Ci-dessous est la liste de toutes les commandes disponibles :' 'fr_FR': 'Ci-dessous est la liste de toutes les commandes disponibles :'
@ -756,6 +771,7 @@ 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': '顯示目標',
'zh_CN': '显示目标',
'fr_FR': 'Afficher les cibles', 'fr_FR': 'Afficher les cibles',
'es_AR': 'Mostrar objetivo' 'es_AR': 'Mostrar objetivo'
}, },
@ -765,6 +781,7 @@ exports.strings = {
'en_US': 'Hide Goal', 'en_US': 'Hide Goal',
'fr_FR': 'Cacher les cibles', 'fr_FR': 'Cacher les cibles',
'zh_TW': '隱藏目標', 'zh_TW': '隱藏目標',
'zh_CN': '隐藏目标',
'es_AR': 'Ocultar obetivo' 'es_AR': 'Ocultar obetivo'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
@ -784,6 +801,7 @@ exports.strings = {
'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"', '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_CN': '<span class="fwber">注意:</span>本关卡中,只检查 master 分支,其他分支只是用作 reference 存在(以虚线标签表示)照常,你可以用 “hide goal” 来隐藏此窗口。',
'zh_TW': '在這個關卡中,只有 master branch 會被檢查,別的 branch 只是用來做為 reference (下面用虛線符號表示)。一如往常,你可以利用 "hide goal" 來隱藏這個對話視窗' 'zh_TW': '在這個關卡中,只有 master branch 會被檢查,別的 branch 只是用來做為 reference (下面用虛線符號表示)。一如往常,你可以利用 "hide goal" 來隱藏這個對話視窗'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////