ro.toml 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [category]
  2. other = "categorie"
  3. [categories]
  4. other = "categorii"
  5. [tag]
  6. other = "etichetă"
  7. [tags]
  8. other = "etichete"
  9. [series]
  10. other = "serie"
  11. [author]
  12. other = "autor"
  13. [authors]
  14. other = "autori"
  15. [posts]
  16. other = "articole"
  17. [reading_time]
  18. one = "Un minut de lectură"
  19. other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"
  20. [page_not_found]
  21. other = "Pagină Pierdută"
  22. [page_does_not_exist]
  23. other = "Ne pare rău, această pagină nu există."
  24. [head_back]
  25. other = "Poți să te întorci la <a href=\"{{ . }}\">pagina principală</a>."
  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"