mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Merge branch 'KaruroChori-main'
This commit is contained in:
commit
daa31343a3
4 changed files with 71 additions and 3 deletions
|
@ -17,7 +17,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
|
|||
- Automatic next/prev buttons to navigate through menu entries
|
||||
- Automatic Search
|
||||
- Print whole chapters or even the complete site
|
||||
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- Unrestricted menu configuration relating to amount of items and level of nesting
|
||||
- Font Awesome icons
|
||||
- Tagging support
|
||||
|
|
|
@ -23,7 +23,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
|
|||
- Automatic next/prev buttons to navigate through menu entries
|
||||
- [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
|
||||
- [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site
|
||||
- [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- [Unrestricted menu configuration]({{%relref "cont/menushortcuts" %}}) relating to amount of items and level of nesting
|
||||
- [Font Awesome icons]({{%relref "cont/icons" %}})
|
||||
- [Tagging support]({{%relref "cont/tags" %}})
|
||||
|
|
|
@ -7,7 +7,7 @@ The Relearn theme is fully compatible with Hugo multilingual mode.
|
|||
|
||||
It provides:
|
||||
|
||||
- Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free to contribute!
|
||||
- Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free to contribute!
|
||||
- Automatic menu generation from multilingual content
|
||||
- In-browser language switching
|
||||
|
||||
|
|
68
i18n/it.toml
Normal file
68
i18n/it.toml
Normal file
|
@ -0,0 +1,68 @@
|
|||
[Search-placeholder]
|
||||
other = "Cerca..."
|
||||
|
||||
[Clear-History]
|
||||
other = "Reimposta storico"
|
||||
|
||||
[Attachments-label]
|
||||
other = "Allegati"
|
||||
|
||||
[title-404]
|
||||
other = "Errore"
|
||||
|
||||
[message-404]
|
||||
other = "Oh no! Sembra che la pagina da te cercata non esista ¯\\_(ツ)_/¯."
|
||||
|
||||
[Go-to-homepage]
|
||||
other = "Ritorna alla pagina iniziale"
|
||||
|
||||
[Edit-this-page]
|
||||
other = "Modifica"
|
||||
|
||||
[Print-this-chapter]
|
||||
other = "Stampa l'intero capitolo"
|
||||
|
||||
[Shortcuts-Title]
|
||||
other = "Altro"
|
||||
|
||||
[Expand-title]
|
||||
other = "Espandi..."
|
||||
|
||||
[Navigation-toggle]
|
||||
other = "Menu"
|
||||
|
||||
[Toc-toggle]
|
||||
other = "Indice"
|
||||
|
||||
[Byte-symbol]
|
||||
other = "B"
|
||||
|
||||
[Kilobyte-symbol]
|
||||
other = "KB"
|
||||
|
||||
[Megabyte-symbol]
|
||||
other = "MB"
|
||||
|
||||
[note]
|
||||
other = "Nota"
|
||||
|
||||
[info]
|
||||
other = "Informazione"
|
||||
|
||||
[tip]
|
||||
other = "Suggerimento"
|
||||
|
||||
[warning]
|
||||
other = "Attenzione"
|
||||
|
||||
[Copy-to-clipboard]
|
||||
other = "Copia nella clipboard"
|
||||
|
||||
[Copied-to-clipboard]
|
||||
other = "Copia dalla clipboard!"
|
||||
|
||||
[Copy-link-to-clipboard]
|
||||
other = "Copia collegamento in clipboard"
|
||||
|
||||
[Link-copied-to-clipboard]
|
||||
other = "Collegamento copiato dalla clipboard!"
|
Loading…
Reference in a new issue