mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Translate command-not-supported to es_AR, es_MX and es_ES
There is no error message for git-error-command-not-supported, a common error that occurs when typing any command incorrectly.
This commit is contained in:
parent
e2ed36b179
commit
1c18197ac2
1 changed files with 3 additions and 0 deletions
|
@ -883,6 +883,9 @@ exports.strings = {
|
|||
'it_IT': 'Mi spiace, il comando "{command}" non è supportato.',
|
||||
'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.',
|
||||
'pt_BR': 'O comando "{command}" não é suportado!',
|
||||
'es_AR': 'El comando "{command}" no es compatible, ¡disculpa!',
|
||||
'es_MX': 'La orden "{command}" no es compatible, ¡disculpa!',
|
||||
'es_ES': 'El comando "{command}" no está soportado, ¡disculpa!',
|
||||
'vi': 'Xin lỗi, lệnh "{command}" không được hỗ trợ!'
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue