validation-nova.php 547 B

1234567891011121314151617
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Nova Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines contain the default error messages used by
  8. | the validator class. Some of these rules have multiple versions such
  9. | as the size rules. Feel free to tweak each of these messages here.
  10. |
  11. */
  12. return [
  13. 'attached' => 'Este :attribute ya se adjuntó.',
  14. 'relatable' => 'Este :attribute no se puede asociar con este recurso',
  15. ];