Commit e3eeeee4 authored by Mariusz Fik's avatar Mariusz Fik

Fix 'back to index' path to strin.

Signed-off-by: 's avatarMariusz Fik <mariusz@fidano.pl>
parent 7b081678
......@@ -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',
],
];
......@@ -21,7 +21,6 @@ return [
'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',
......@@ -40,4 +39,7 @@ return [
'product' => 'Produkt',
'article' => 'Artykuł',
],
'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