mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
i18n: add polish translation #237
This commit is contained in:
parent
7da9dfa4e9
commit
e8ef4a5157
4 changed files with 71 additions and 3 deletions
|
@ -13,7 +13,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
|
|||
- Usable offline, no external dependencies
|
||||
- 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, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
- Unlimited menu levels
|
||||
- Automatic next/prev buttons to navigate through menu entries
|
||||
- Image resizing, shadow…
|
||||
|
|
|
@ -19,7 +19,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
|
|||
* Usable offline, no external dependencies
|
||||
* [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, Portuguese, Russian, Spanish, Turkish, Vietnamese
|
||||
* [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
|
||||
* Unlimited menu levels
|
||||
* Automatic next/prev buttons to navigate through menu entries
|
||||
* [Image resizing, shadow...]({{%relref "cont/markdown#images" %}})
|
||||
|
|
|
@ -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, 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, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free to contribute!
|
||||
- Automatic menu generation from multilingual content
|
||||
- In-browser language switching
|
||||
|
||||
|
|
68
i18n/pl.toml
Normal file
68
i18n/pl.toml
Normal file
|
@ -0,0 +1,68 @@
|
|||
[Search-placeholder]
|
||||
other = "Szukaj..."
|
||||
|
||||
[Clear-History]
|
||||
other = "Wyczyść historię"
|
||||
|
||||
[Attachments-label]
|
||||
other = "Załączniki"
|
||||
|
||||
[title-404]
|
||||
other = "Błąd"
|
||||
|
||||
[message-404]
|
||||
other = "Ups. Wygląda na to, że strona nie istnieje ¯\\_(ツ)_/¯."
|
||||
|
||||
[Go-to-homepage]
|
||||
other = "Idź do strony paczątkowej"
|
||||
|
||||
[Edit-this-page]
|
||||
other = "Edycja"
|
||||
|
||||
[Print-this-chapter]
|
||||
other = "Drukowanie całego rozdziału"
|
||||
|
||||
[Shortcuts-Title]
|
||||
other = "Więcej"
|
||||
|
||||
[Expand-title]
|
||||
other = "Rozwiń mnie..."
|
||||
|
||||
[Navigation-toggle]
|
||||
other = "Menu"
|
||||
|
||||
[Toc-toggle]
|
||||
other = "Spis terści"
|
||||
|
||||
[Byte-symbol]
|
||||
other = "B"
|
||||
|
||||
[Kilobyte-symbol]
|
||||
other = "KB"
|
||||
|
||||
[Megabyte-symbol]
|
||||
other = "MB"
|
||||
|
||||
[note]
|
||||
other = "Uwaga"
|
||||
|
||||
[info]
|
||||
other = "Info"
|
||||
|
||||
[tip]
|
||||
other = "Porada"
|
||||
|
||||
[warning]
|
||||
other = "Ostrzeżenie"
|
||||
|
||||
[Copy-to-clipboard]
|
||||
other = "Kopiuj do schowaka"
|
||||
|
||||
[Copied-to-clipboard]
|
||||
other = "Skopiowano do schowka!"
|
||||
|
||||
[Copy-link-to-clipboard]
|
||||
other = "Kopiuj link do schowka"
|
||||
|
||||
[Link-copied-to-clipboard]
|
||||
other = "Skopiowano link do schowka!"
|
Loading…
Reference in a new issue