ro.toml 831 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. [powered_by]
  25. other = "Susținut de"
  26. [see_also]
  27. other = "Altele din seria"
  28. [note]
  29. other = "notă"
  30. [tip]
  31. other = "sfat"
  32. [example]
  33. other = "exemplu"
  34. [question]
  35. other = "întrebare"
  36. [info]
  37. other = "informație"
  38. [warning]
  39. other = "avertisment"
  40. [error]
  41. other = "eroare"