mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-12-21 17:22:32 +01:00
33 lines
526 B
YAML
33 lines
526 B
YAML
- id: prev_page
|
|
translation: "Pàgina anterior"
|
|
|
|
- id: next_page
|
|
translation: "Pàgina següent"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "1 minut"
|
|
other: "{{ .Count }} minuts"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "paraula"
|
|
other: "{{ .Count }} paraules"
|
|
|
|
- id: toc
|
|
translation: "Taula de Continguts"
|
|
|
|
- id: translations
|
|
translation: "Traduccions"
|
|
|
|
- id: home
|
|
translation: "Inici"
|
|
|
|
- id: edit_post
|
|
translation: "Editar"
|
|
|
|
- id: code_copy
|
|
translation: "copiar"
|
|
|
|
- id: code_copied
|
|
translation: "copiat!" |