Skip to content

Commit

Permalink
Add polish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
pawo1 committed Mar 6, 2024
1 parent 20eb234 commit d882927
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions i18n/pl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
table_of_contents = "Spis treści"
open_main_menu = "Otwórz menu główne"
open_lang_switcher = "Zmień język"
[reading_time]
one = "Jedna minuta czytania"
other = "{{ .Count }} minut(y) czytania"

[search]
title = "Szukaj"
empty_result = "Nie znaleziono wyników."
placeholder = "Szukaj..."

[header]
darkmode_toggle = "Przełącz ciemny motyw"

[404]
go_back_home = "Powrót do strony głównej"
sorry = "Przepraszamy, nie znaleźliśmy strony, której szukasz."
page_not_found = "Strona nie odnaleziona"

[footer]
powered_by = "Powered by {{ .Generator }} {{ .Heart }} {{ .Theme }}"
copyright_with_since ="{{ .CopyrightSign }} {{ .SinceYear }} - {{ .CurrentYear}} {{ .Copyright }}"
copyright_wo_since ="{{ .CopyrightSign }} {{ .CurrentYear}} {{ .Copyright }}"

[paginator]
newer_posts = "Nowsze posty"
older_posts = "Starsze posty"

[taxonomies]
categories = "Kategorie"
tags = "Tagi"
series = "Serie"

0 comments on commit d882927

Please sign in to comment.