25 lines
613 B
YAML
25 lines
613 B
YAML
# Sample localization file for English. Add more files in this directory for other locales.
|
|
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
|
|
pl:
|
|
breadcrumbs:
|
|
application:
|
|
root: "Index"
|
|
pages:
|
|
pages: "Strony"
|
|
helpers:
|
|
actions: "Akcje"
|
|
links:
|
|
back: "Wstecz"
|
|
cancel: "Anuluj"
|
|
confirm: "Czy jesteś pewny?"
|
|
destroy: "Usuń"
|
|
new: "Nowy"
|
|
edit: "Edycja"
|
|
more: "Więcej"
|
|
titles:
|
|
edit: "Edycja %{model}"
|
|
save: "Zapisz %{model}"
|
|
new: "Nowy %{model}"
|
|
delete: "Usuń %{model}"
|