Text.js 399 B

123456789101112
  1. /**
  2. * Portuguese/Brazil Translation by Wemerson Januario <wemerson.januario@gmail.com>
  3. * 10 October 2017
  4. */
  5. Ext.define('Ext.locale.pt_BR.field.Text', {
  6. override: 'Ext.field.Text',
  7. badFormatMessage: 'O valor não corresponde ao formato exigido',
  8. config: {
  9. requiredMessage: 'Este campo é obrigatório',
  10. validationMessage: 'Está no formato incorreto'
  11. }
  12. });