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 <?php
return [ return [
'page created' => 'Strona poprawnie created.', 'page created' => 'Pomyślnie utworzono stronę.',
'page not found' => 'Strona nie znaleziona.', 'page not found' => 'Nie znaleziono strony.',
'page updated' => 'Strona poprawnie zaktualizowana.', 'page updated' => 'Pomyślnie zaktualizowano stronę.',
'page deleted' => 'Strona poprawnie usunięta.', 'page deleted' => 'Pomyślnie usunięto stronę.',
'template is required' => 'Nazwa szablonu jest wymagana.', 'template is required' => 'Nazwa szablonu jest wymagana.',
'title is required' => 'Tytuł jest wymagany.', 'title is required' => 'Tytuł jest wymagany.',
......
...@@ -2,23 +2,37 @@ ...@@ -2,23 +2,37 @@
return [ return [
'pages' => 'Strony', 'pages' => 'Strony',
'create page' => 'Utwórz stronę', 'create page' => 'Tworzenie strony',
'edit page' => 'Edytuj stronę', 'edit page' => 'Edycja strony',
'name' => 'Nazwa',
'slug' => 'Slug', 'slug' => 'Slug',
'title' => 'Tytuł', 'title' => 'Tytuł',
'meta_title' => 'Meta tytuł',
'meta_description' => 'Meta opis', 'meta_data' => 'Metadane',
'og_title' => 'Facebook tytuł', 'meta_title' => 'Tytuł metadanych',
'og_description' => 'Facebook opis', 'meta_description' => 'Opis metadanych',
'og_type' => 'Facebook typ', 'facebook_data' => 'Facebook',
'template' => 'Szablon strony', 'og_title' => 'Tytuł OpenGraph',
'is homepage' => 'Strona domowa ?', 'og_description' => 'Opis OpenGraph',
'og_type' => 'Rodzaj OpenGraph',
'template' => 'Szablon',
'is homepage' => 'Strona główna?',
'body' => 'Treść', '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' => [ 'validation' => [
'attributes' => [ 'attributes' => [
'title' => 'title', 'title' => 'tytuł',
'body' => 'body', 'body' => 'treść',
], ],
], ],
'facebook-types' => [ 'facebook-types' => [
...@@ -26,5 +40,4 @@ return [ ...@@ -26,5 +40,4 @@ return [
'product' => 'Produkt', 'product' => 'Produkt',
'article' => 'Artykuł', '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