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:
Cristóbal 2024-01-11 18:50:53 -03:00 committed by GitHub
parent e2ed36b179
commit 1c18197ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -883,6 +883,9 @@ exports.strings = {
'it_IT': 'Mi spiace, il comando "{command}" non è supportato.', 'it_IT': 'Mi spiace, il comando "{command}" non è supportato.',
'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.', 'pl' : 'Polecenie "{command}" niestety nie jest obsługiwane.',
'pt_BR': 'O comando "{command}" não é suportado!', '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ợ!' 'vi': 'Xin lỗi, lệnh "{command}" không được hỗ trợ!'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////