ro.yml 810 B

123456789101112131415161718192021
  1. ro:
  2. welcome_msg: "Bine ai venit la Discite, situl interactiv de predare de la egal la egal"
  3. date:
  4. day_names: [Duminică, Luni, Marți, Miercuri, Joi, Vineri, Sâmbătă]
  5. abbr_day_names: [Dum., Lu., M., Mier., J., Vi., Sâm.]
  6. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  7. month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie]
  8. abbr_month_names: [~, Ian., Feb., Mar., Apr., Mai, Iunie, Iulie, Aug., Sept., Oct., Noem., Dec.]
  9. order:
  10. - :day
  11. - :month
  12. - :year
  13. datetime:
  14. prompts:
  15. day: "Selectează ziua"
  16. month: "Selecteză luna"
  17. year: "Selectează anul"
  18. hour: "Selectează ora"
  19. minute: "Selectează minutul"