en.yml 1.0 KB

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