This commit is contained in:
Peter Cottle 2015-05-27 21:38:12 -07:00
parent 1ef2569394
commit 1502b50bcb

View file

@ -378,7 +378,9 @@ exports.strings = {
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
'git-warning-hard': { 'git-warning-hard': {
'__desc__': 'One of the warning messages for git', '__desc__': 'One of the warning messages for git',
'en_US': 'The default behavior is a --hard reset, feel free to omit that option!', 'en_US': 'The default behavior for resets on LearnGitBranching is a --hard, so feel free to omit ' +
'that option if you get tired of typing it out in our lessons. Just remember that the default ' +
'behavior on actual Git is --mixed.',
'de_DE': 'Das Standardverhalten in dieser Demo ist --hard, du kannst die Option auch weglassen!', 'de_DE': 'Das Standardverhalten in dieser Demo ist --hard, du kannst die Option auch weglassen!',
'zh_CN': '默认的行为是 --hard 硬重置,尽管省略掉那个选项吧!', 'zh_CN': '默认的行为是 --hard 硬重置,尽管省略掉那个选项吧!',
'zh_TW': '預設的行為是 --hard reset儘量省略掉那個選項吧', 'zh_TW': '預設的行為是 --hard reset儘量省略掉那個選項吧',