1
0

ro.toml 917 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "categorie"
  3. other = "categorii"
  4. [tags]
  5. one = "etichetă"
  6. other = "etichete"
  7. [series]
  8. one = "serie"
  9. other = "serie"
  10. [authors]
  11. one = "autor"
  12. other = "autori"
  13. [posts]
  14. other = "articole"
  15. [reading_time]
  16. one = "Un minut de lectură"
  17. other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"
  18. [page_not_found]
  19. other = "Pagină Pierdută"
  20. [page_does_not_exist]
  21. other = "Ne pare rău, această pagină nu există."
  22. [head_back]
  23. other = "Poți să te întorci la <a href=\"{{ . }}\">pagina principală</a>."
  24. [licensed_under]
  25. other = "Licensed under"
  26. [powered_by]
  27. other = "Susținut de"
  28. [see_also]
  29. other = "Altele din seria"
  30. [note]
  31. other = "notă"
  32. [tip]
  33. other = "sfat"
  34. [example]
  35. other = "exemplu"
  36. [question]
  37. other = "întrebare"
  38. [info]
  39. other = "informație"
  40. [warning]
  41. other = "avertisment"
  42. [error]
  43. other = "eroare"
  44. [link_to_heading]
  45. other = "Link to heading"