en.yml 925 B

12345678910111213141516171819202122232425262728
  1. en:
  2. flash:
  3. actions:
  4. create:
  5. success: "Resource created with success"
  6. failure: "Resource could not be created"
  7. with_block:
  8. success: "Resource with block created with success"
  9. with_html:
  10. failure_html: "<strong>OH NOES!</strong> You did it wrong!"
  11. xss_html: "<strong>Yay!</strong> %{xss}"
  12. addresses:
  13. update:
  14. success: "Nice! %{resource_name} was updated with success!"
  15. failure: "Oh no! We could not update your address!"
  16. destroy:
  17. success: "Successfully deleted the address at %{reference}"
  18. notice: "Successfully deleted the chosen address at %{reference}"
  19. with_html:
  20. success_html: "<strong>Yay!</strong> You did it!"
  21. admin:
  22. actions:
  23. create:
  24. notice: "Admin created address with success"
  25. addresses:
  26. update:
  27. notice: "Admin updated address with success"