en.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. devise:
  5. failure:
  6. deactivated_account: "Your account has been deactivated by an administrator."
  7. datetime:
  8. distance_in_words:
  9. half_a_minute: "half a minute"
  10. less_than_x_seconds:
  11. one: "<1s"
  12. other: "<%{count}s"
  13. x_seconds:
  14. one: "1s"
  15. other: "%{count}s"
  16. less_than_x_minutes:
  17. one: "<1m"
  18. other: "<%{count}m"
  19. x_minutes:
  20. one: "1m"
  21. other: "%{count}m"
  22. about_x_hours:
  23. one: "~1h"
  24. other: "~%{count}h"
  25. x_days:
  26. one: "1d"
  27. other: "%{count}d"
  28. about_x_months:
  29. one: "~1mo"
  30. other: "~%{count}mo"
  31. x_months:
  32. one: "1mo"
  33. other: "%{count}mo"
  34. about_x_years:
  35. one: "~1yr"
  36. other: "~%{count}yr"
  37. over_x_years:
  38. one: ">1yr"
  39. other: ">%{count}yr"
  40. almost_x_years:
  41. one: "~1yr"
  42. other: "~%{count}yr"