mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Conflicts: src/js/git/index.js
This commit is contained in:
commit
ebfd5e84d2
10 changed files with 647 additions and 6 deletions
|
@ -288,6 +288,11 @@ exports.strings = {
|
|||
'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'bad-tag-name': {
|
||||
'__desc__': 'When the user enters a tag name thats not ok',
|
||||
'en_US': 'That tag name "{tag}" is not allowed!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
'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!',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue