oc.toml 850 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "categoria"
  3. other = "categorias"
  4. [tags]
  5. one = "etiqueta"
  6. other = "etiquetas"
  7. [series]
  8. one = "serias"
  9. other = "serias"
  10. [authors]
  11. one = "autor"
  12. other = "autors"
  13. [posts]
  14. other = "publicacions"
  15. [reading_time]
  16. one = "Una minuta de lector"
  17. other = "{{ .Count }} minutas de lectura"
  18. [page_not_found]
  19. other = "Pagina pas trobada"
  20. [page_does_not_exist]
  21. other = "O planhèm, aquesta pagina existís pas."
  22. [head_back]
  23. other = "Podètz tornar a <a href=\"{{ . }}\">l'acuèlh</a>."
  24. [licensed_under]
  25. other = "Licéncia jos"
  26. [powered_by]
  27. other = "Propulsat per"
  28. [see_also]
  29. other = "Vejatz tanben"
  30. [note]
  31. other = "nòta"
  32. [tip]
  33. other = "astúcia"
  34. [example]
  35. other = "exemple"
  36. [question]
  37. other = "question"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "avertiment"
  42. [error]
  43. other = "error"
  44. [link_to_heading]
  45. other = "Ligam a l'entèsta"