Skip to content

Commit f6ae970

Browse files
committed
Merge pull request Apipie#375 from dbackowski/master
Added polish locale
2 parents 3798256 + 254050f commit f6ae970

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

config/locales/pl.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
pl:
2+
apipie:
3+
resources: Zasoby
4+
resource: Zasób
5+
description: Opis
6+
no_docs_found: Nie znalezionio dokumentacji
7+
no_docs_found_descr: Nie znaleziono dokumentacji dla twojego API.
8+
follow_instructions_html: Przejdź do %{href} aby opisać swoje kontrolery.
9+
follow_instructions_href: dalsze instrukcje
10+
oops: Ups!!
11+
resource_not_found_html: Zasób %{res} nie został znaleziony.
12+
method_not_found_html: Metoda %{method} dla zasobu %{resource} nie została znaleziona.
13+
goto_homepage_html: Spróbuj przejść do %{href}
14+
goto_homepage_href: "%{app_name} Strona główna dokumentacji API"
15+
required: wymagany
16+
optional: opcjonalny
17+
nil_allowed: nil dopuszczalny
18+
param_name: Nazwa parametru
19+
params: Parametry
20+
examples: Przykłady
21+
metadata: Metadane
22+
errors: Błędy
23+
supported_formats: Dostępne formaty
24+
enable_javascript_html: Proszę włączyć obsługę javascript w celu zobaczenia %{comments_href}.
25+
comments_powered_by_disqus: komentarze obsługiwane przez %{disqus}
26+
api_documentation: Dokumentacja API
27+
headers: Nagłówki
28+
header_name: Nazwa nagłówka
29+

0 commit comments

Comments
 (0)