mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Add a string for bad-tag-name
Signed-off-by: Max Sikström <msikstrom@op5.com>
This commit is contained in:
parent
971c9b5f6f
commit
14298d5acf
1 changed files with 5 additions and 0 deletions
|
@ -288,6 +288,11 @@ exports.strings = {
|
||||||
'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé'
|
'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': {
|
'option-not-supported': {
|
||||||
'__desc__': 'When the user specifies an option that is not supported by our demo',
|
'__desc__': 'When the user specifies an option that is not supported by our demo',
|
||||||
'en_US': 'The option "{option}" is not supported!',
|
'en_US': 'The option "{option}" is not supported!',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue