Commit 7b081678 authored by Mariusz Fik's avatar Mariusz Fik

Update polish translation for Pages module.

Signed-off-by: 's avatarMariusz Fik <mariusz@fidano.pl>
parent a1822ef0
<?php
return [
'page created' => 'Strona poprawnie created.',
'page not found' => 'Strona nie znaleziona.',
'page updated' => 'Strona poprawnie zaktualizowana.',
'page deleted' => 'Strona poprawnie usunięta.',
'page created' => 'Pomyślnie utworzono stronę.',
'page not found' => 'Nie znaleziono strony.',
'page updated' => 'Pomyślnie zaktualizowano stronę.',
'page deleted' => 'Pomyślnie usunięto stronę.',
'template is required' => 'Nazwa szablonu jest wymagana.',
'title is required' => 'Tytuł jest wymagany.',
......
......@@ -2,23 +2,37 @@
return [
'pages' => 'Strony',
'create page' => 'Utwórz stronę',
'edit page' => 'Edytuj stronę',
'name' => 'Nazwa',
'create page' => 'Tworzenie strony',
'edit page' => 'Edycja strony',
'slug' => 'Slug',
'title' => 'Tytuł',
'meta_title' => 'Meta tytuł',
'meta_description' => 'Meta opis',
'og_title' => 'Facebook tytuł',
'og_description' => 'Facebook opis',
'og_type' => 'Facebook typ',
'template' => 'Szablon strony',
'is homepage' => 'Strona domowa ?',
'meta_data' => 'Metadane',
'meta_title' => 'Tytuł metadanych',
'meta_description' => 'Opis metadanych',
'facebook_data' => 'Facebook',
'og_title' => 'Tytuł OpenGraph',
'og_description' => 'Opis OpenGraph',
'og_type' => 'Rodzaj OpenGraph',
'template' => 'Szablon',
'is homepage' => 'Strona główna?',
'body' => 'Treść',
'status' => 'Status',
'pages were updated' => 'Zaktualizowano stronę',
'back to index' => 'Powrót do zarządzania stronami',
'list resource' => 'Wyświetlanie',
'create resource' => 'Tworzenie',
'edit resource' => 'Edycja',
'destroy resource' => 'Usuwanie',
'view-page' => 'Podgląd strony',
'edit-page' => 'Edytuj stronę',
'validation' => [
'attributes' => [
'title' => 'title',
'body' => 'body',
'title' => 'tytuł',
'body' => 'treść',
],
],
'facebook-types' => [
......@@ -26,5 +40,4 @@ return [
'product' => 'Produkt',
'article' => 'Artykuł',
],
'back to index' => 'Wróć do indeksu stron',
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment