A simple twilio app in rails and angular

en.bootstrap.yml 579B

123456789101112131415161718192021222324
  1. # Sample localization file for English. Add more files in this directory for other locales.
  2. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
  3. en:
  4. breadcrumbs:
  5. application:
  6. root: "Index"
  7. pages:
  8. pages: "Pages"
  9. helpers:
  10. actions: "Actions"
  11. links:
  12. back: "Back"
  13. cancel: "Cancel"
  14. confirm: "Are you sure?"
  15. destroy: "Delete"
  16. new: "New"
  17. edit: "Edit"
  18. titles:
  19. edit: "Edit %{model}"
  20. save: "Save %{model}"
  21. new: "New %{model}"
  22. delete: "Delete %{model}"