Skip to content

Commit 4efbc0b

Browse files
authored
Merge pull request #153 from edisile/main
Added Italian i18n
2 parents a75e841 + 8318860 commit 4efbc0b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

i18n/it.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
- id: last_mod_on
2+
translation: Ultima modifica {{ .Format "02/01/2006" }}
3+
- id: format_date
4+
translation: '{{ .Format "02/01/2006" }}'
5+
- id: format_date_tosec
6+
translation: '{{ .Format "02/01/2006 15h04" }}'
7+
- id: next_link
8+
translation: Prossimo
9+
- id: prev_link
10+
translation: Precedente
11+
- id: no_newer_posts
12+
translation: Non ci sono post più recenti.
13+
- id: no_older_posts
14+
translation: Non ci sono post più vecchi.
15+
- id: comments_disabled
16+
translation: Commenti disabilitati.
17+
- id: comments_activate_js
18+
translation: Per favore abilita JavaScript per vedere i commenti.
19+
- id: hugo_theme
20+
translation: Tema Hugo
21+
- id: ported_from
22+
translation: Basato su
23+
- id: by
24+
translation: realizzato da
25+
- id: draft
26+
translation: BOZZA
27+
- id: toc_title
28+
translation: CONTENUTO

0 commit comments

Comments
 (0)