crud.php 536 B

1234567
  1. <?php
  2. return [
  3. 'change-field-name fail not exist' => 'Field %s failed to be renamed because the field does not exist in the data table',
  4. 'del-field fail not exist' => 'Failed to delete field %s because the field does not exist in the data table',
  5. 'change-field-attr fail not exist' => 'Description Failed to modify the properties of field %s because the field does not exist in the data table',
  6. 'add-field fail exist' => 'Failed to add field %s because the field already exists in the data table',
  7. ];