Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.toml « i18n - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6249a10a4a41b4ec51a60df650932b45d0d0156f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[404_title]
    other = "404"
[404_description]
    other = "Oops! Ta strona nie istnieje! Albo trafiłeś na błąd {{ with .Site.Params.email }} (w takim wypadku, [powiadom mnie](mailto:{{ . }}) ) {{ end }} albo próbujesz wejść na stronę, której nie ma."
[index_projects_allProjects]
    other = "Wszystkie projekty"
[index_blog_latestPosts]
    other = "Ostatnie posty"
[index_blog_allPosts]
    other = "Wszystkie posty"
[index_blog_readMore]
    other = "Więcej"
[index_currentTime]
    other = "Mój lokalny czas to"
[nav_backToSection]
    other = "Wróć do {{ .Title }}"
[nav_main]
    other = "główna"
[blog_readingTime]
    one = "{{ .Count }} minuta"
    few = "{{ .Count }} minuty"
    many = "{{ .Count }} minuty"
    other = "{{ .Count }} minuty"
[blog_shareThis]
    other = "Podziel się"
[footer_text]
    other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) szablon dla [Hugo](http://gohugo.io/). Stworzony z [<i class=\"fa fa-heart\"></i> i <i class=\"fa fa-coffee\"></i>](https://victoria.dev) przez społeczność open source."