Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
94
themes/mainroad/i18n/it.yaml
Normal file
94
themes/mainroad/i18n/it.yaml
Normal file
|
@ -0,0 +1,94 @@
|
|||
# General
|
||||
- id: read_more
|
||||
translation: "Continua a leggere…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Ultima modifica"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traduzioni"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Indice"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Precedente"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Prossimo"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Riguardo {{ .Name }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ATTENZIONE"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Si prega di attivare almeno un widget della barra laterale."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "CERCA…"
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Lingue"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorie"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Post recenti"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tag"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Generato con <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> e il tema \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Pagina non trovata"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"La pagina che stai cercando sembra essere stata spostata, rimossa o non esiste. Si prega di usare la ricerca o \
|
||||
andare alla"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "pagina principale"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Non hai ancora nessun post!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Una volta pubblicato qualcosa in una qualsiasi cartella (sezione) dentro la directory <b>content</b>, apparirà \
|
||||
qui. Solo una sezione (quella con più post) verrà mostrata in modo predefinito nella pagina principale."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Suggerimento:</b> Puoi mostrare quante sezioni vuoi con il parametro \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
Loading…
Add table
Add a link
Reference in a new issue