Skip to content

Commit

Permalink
Merge pull request #1123 from chistrobal93/main
Browse files Browse the repository at this point in the history
Translate command-not-supported to es_AR, es_MX and es_ES
  • Loading branch information
pcottle authored Jan 12, 2024
2 parents e2ed36b + 1c18197 commit 40ddfca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/intl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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ợ!'
},
///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 40ddfca

Please sign in to comment.