Unverified Commit 6ea1aace authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #507 from Fisiu/pl-trans-page

 Update polish translation for Pages module.
parents 745c2128 e3eeeee4
......@@ -27,5 +27,7 @@ return [
'product' => 'Produkt',
'article' => 'Artikel',
],
'navigation' => [
'back to index' => 'Zurück zur Übersicht',
],
];
......@@ -21,7 +21,6 @@ return [
'status' => 'Status',
'pages were updated' => 'Pages were updated',
'back to index' => 'Go back to the pages index',
'list resource' => 'List pages',
'create resource' => 'Create pages',
'edit resource' => 'Edit pages',
......@@ -40,4 +39,7 @@ return [
'product' => 'Product',
'article' => 'Article',
],
'navigation' => [
'back to index' => 'Go back to the pages index',
],
];
......@@ -28,5 +28,7 @@ return [
'product' => 'Producto',
'article' => 'Artículo',
],
'navigation' => [
'back to index' => 'Volver a la lista de páginas',
],
];
......@@ -34,5 +34,7 @@ return [
'product' => 'Produit',
'article' => 'Article',
],
'navigation' => [
'back to index' => 'Retour vers l\'index des pages',
],
];
......@@ -21,7 +21,6 @@ return [
'status' => '상태',
'pages were updated' => '페이지들이 수정되었습니다',
'back to index' => '페이지 목록으로 돌아가기',
'list resource' => '페이지 목록',
'create resource' => '페이지 생성',
'edit resource' => '페이지 수정',
......@@ -40,4 +39,7 @@ return [
'product' => '상품',
'article' => '기사',
],
'navigation' => [
'back to index' => '페이지 목록으로 돌아가기',
],
];
......@@ -20,7 +20,6 @@ return [
'status' => 'Status',
'pages were updated' => 'De paginas werden gewijzigd',
'back to index' => 'Ga terug naar het pagina overzicht',
'list resource' => 'Pagina overzicht',
'create resource' => 'Pagina\'s aanmaken',
'edit resource' => 'Pagina\'s wijzigen',
......@@ -39,4 +38,7 @@ return [
'product' => 'Product',
'article' => 'Artikel',
],
'navigation' => [
'back to index' => 'Ga terug naar het pagina overzicht',
],
];
<?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,36 @@
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ę',
'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 +39,7 @@ return [
'product' => 'Produkt',
'article' => 'Artykuł',
],
'back to index' => 'Wróć do indeksu stron',
'navigation' => [
'back to index' => 'Powrót do zarządzania stronami',
],
];
......@@ -26,5 +26,7 @@ return [
'product' => 'Produto',
'article' => 'Artigo',
],
'navigation' => [
'back to index' => 'Voltar para listagem',
],
];
......@@ -28,5 +28,7 @@ return [
'product' => 'Продукт',
'article' => 'Статья',
],
'navigation' => [
'back to index' => 'Вернуться к списку страниц',
],
];
......@@ -30,5 +30,7 @@ return [
'product' => 'Ürün',
'article' => 'Makale',
],
'navigation' => [
'back to index' => 'Sayfalara geri dön',
],
];
......@@ -26,9 +26,11 @@ return [
'product' => '产品',
'article' => '文章',
],
'back to index' => '返回到页面列表',
'list resource' => '页面列表',
'create resource' => '创建页面',
'edit resource' => '编辑页面',
'destroy resource' => '删除页面',
'navigation' => [
'back to index' => '返回到页面列表',
],
];
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