mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Polish i18n (#275)
* Add Polish translation * Add Piotr Orzechowski to contributor list * Add unit to reading time in Polish translation
This commit is contained in:
committed by
GitHub
parent
e613e3ba00
commit
c40cd0d302
@@ -59,3 +59,4 @@
|
||||
- [Yash Mehrotra](https://yashmehrotra.com)
|
||||
- [Paolo Mainardi](https://paolomainardi.com)
|
||||
- [Ka-Wai Lin](https://github.com/kwlin)
|
||||
- [Piotr Orzechowski](https://orzechowski.tech)
|
||||
|
||||
23
i18n/pl.toml
Normal file
23
i18n/pl.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[category]
|
||||
other = "kategoria"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[series]
|
||||
other = "seria"
|
||||
|
||||
[reading_time]
|
||||
other = "czas czytania: {{ .Count }} min"
|
||||
|
||||
[page_not_found]
|
||||
other = "Nie znaleziono strony"
|
||||
|
||||
[page_does_not_exist]
|
||||
other = "Wybacz, ta strona nie istnieje."
|
||||
|
||||
[head_back]
|
||||
other = "Możesz wrócić na <a href=\"{{ . }}\">stronę domową</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Napędzane przez"
|
||||
Reference in New Issue
Block a user