Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
437e2eb6
Unverified
Commit
437e2eb6
authored
Sep 12, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put the page translations on 1 level only
parent
8b7130e4
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
175 additions
and
286 deletions
+175
-286
pages.php
Modules/Translation/Resources/lang/page/de/pages.php
+16
-27
pages.php
Modules/Translation/Resources/lang/page/en/pages.php
+24
-33
pages.php
Modules/Translation/Resources/lang/page/es/pages.php
+17
-29
pages.php
Modules/Translation/Resources/lang/page/fr/pages.php
+19
-29
pages.php
Modules/Translation/Resources/lang/page/nl/pages.php
+18
-29
pages.php
Modules/Translation/Resources/lang/page/pl/pages.php
+15
-27
pages.php
Modules/Translation/Resources/lang/page/pt/pages.php
+15
-27
pages.php
Modules/Translation/Resources/lang/page/ru/pages.php
+17
-29
pages.php
Modules/Translation/Resources/lang/page/tr/pages.php
+19
-29
pages.php
Modules/Translation/Resources/lang/page/zh/pages.php
+15
-27
No files found.
Modules/Translation/Resources/lang/page/de/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Seiten'
,
'pages'
=>
'Seiten'
,
'create page'
=>
'Seite erstellen'
,
'create page'
=>
'Seite erstellen'
,
'edit page'
=>
'Bearbeiten einer Seite'
,
'edit page'
=>
'Bearbeiten einer Seite'
,
],
'button'
=>
[
'create page'
=>
'Seite erstellen'
,
],
'table'
=>
[
'name'
=>
'Name'
,
'name'
=>
'Name'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Titel'
,
'title'
=>
'Titel'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta-Titel'
,
'meta_title'
=>
'Meta-Titel'
,
...
@@ -24,7 +16,6 @@ return [
...
@@ -24,7 +16,6 @@ return [
'template'
=>
'Seitenvorlage'
,
'template'
=>
'Seitenvorlage'
,
'is homepage'
=>
'Startseite?'
,
'is homepage'
=>
'Startseite?'
,
'body'
=>
'Inhalt'
,
'body'
=>
'Inhalt'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'titel'
,
'title'
=>
'titel'
,
...
@@ -36,7 +27,5 @@ return [
...
@@ -36,7 +27,5 @@ return [
'product'
=>
'Produkt'
,
'product'
=>
'Produkt'
,
'article'
=>
'Artikel'
,
'article'
=>
'Artikel'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Zurück zur Übersicht'
,
'back to index'
=>
'Zurück zur Übersicht'
,
],
];
];
Modules/Translation/Resources/lang/page/en/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Pages'
,
'pages'
=>
'Pages'
,
'create page'
=>
'Create a page'
,
'create page'
=>
'Create a page'
,
'edit page'
=>
'Edit a page'
,
'edit page'
=>
'Edit a page'
,
],
'button'
=>
[
'create page'
=>
'Create a page'
,
],
'table'
=>
[
'name'
=>
'Name'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Title'
,
'title'
=>
'Title'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Meta data'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta title'
,
'meta_title'
=>
'Meta title'
,
'meta_description'
=>
'Meta description'
,
'meta_description'
=>
'Meta description'
,
...
@@ -26,7 +18,13 @@ return [
...
@@ -26,7 +18,13 @@ return [
'template'
=>
'Page template name'
,
'template'
=>
'Page template name'
,
'is homepage'
=>
'Homepage ?'
,
'is homepage'
=>
'Homepage ?'
,
'body'
=>
'Body'
,
'body'
=>
'Body'
,
],
'back to index'
=>
'Go back to the pages index'
,
'list resource'
=>
'List pages'
,
'create resource'
=>
'Create pages'
,
'edit resource'
=>
'Edit pages'
,
'destroy resource'
=>
'Delete pages'
,
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'title'
,
'title'
=>
'title'
,
...
@@ -38,11 +36,4 @@ return [
...
@@ -38,11 +36,4 @@ return [
'product'
=>
'Product'
,
'product'
=>
'Product'
,
'article'
=>
'Article'
,
'article'
=>
'Article'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Go back to the pages index'
,
],
'list resource'
=>
'List pages'
,
'create resource'
=>
'Create pages'
,
'edit resource'
=>
'Edit pages'
,
'destroy resource'
=>
'Delete pages'
,
];
];
Modules/Translation/Resources/lang/page/es/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Páginas'
,
'pages'
=>
'Páginas'
,
'create page'
=>
'Crear una página'
,
'create page'
=>
'Crear una página'
,
'edit page'
=>
'Editar una página'
,
'edit page'
=>
'Editar una página'
,
],
'button'
=>
[
'create page'
=>
'Crear una página'
,
],
'table'
=>
[
'name'
=>
'Nombre'
,
'name'
=>
'Nombre'
,
'slug'
=>
'URL amigable'
,
'slug'
=>
'URL amigable'
,
],
'form'
=>
[
'title'
=>
'Título'
,
'title'
=>
'Título'
,
'slug'
=>
'URL amigable'
,
'meta_data'
=>
'Datos de Meta'
,
'meta_data'
=>
'Datos de Meta'
,
'meta_title'
=>
'Título para el Meta'
,
'meta_title'
=>
'Título para el Meta'
,
'meta_description'
=>
'Descripción para el Meta'
,
'meta_description'
=>
'Descripción para el Meta'
,
...
@@ -26,7 +17,6 @@ return [
...
@@ -26,7 +17,6 @@ return [
'template'
=>
'Nombre de la plantilla de la página'
,
'template'
=>
'Nombre de la plantilla de la página'
,
'is homepage'
=>
'¿Es la Página principal?'
,
'is homepage'
=>
'¿Es la Página principal?'
,
'body'
=>
'Cuerpo'
,
'body'
=>
'Cuerpo'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'Título'
,
'title'
=>
'Título'
,
...
@@ -38,7 +28,5 @@ return [
...
@@ -38,7 +28,5 @@ return [
'product'
=>
'Producto'
,
'product'
=>
'Producto'
,
'article'
=>
'Artículo'
,
'article'
=>
'Artículo'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Volver a la lista de páginas'
,
'back to index'
=>
'Volver a la lista de páginas'
,
],
];
];
Modules/Translation/Resources/lang/page/fr/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Pages'
,
'pages'
=>
'Pages'
,
'create page'
=>
'Créer une page'
,
'create page'
=>
'Créer une page'
,
'edit page'
=>
'Éditer une page'
,
'edit page'
=>
'Éditer une page'
,
],
'button'
=>
[
'create page'
=>
'Créer une page'
,
],
'table'
=>
[
'name'
=>
'Nom'
,
'name'
=>
'Nom'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Titre'
,
'title'
=>
'Titre'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Données de balises Meta'
,
'meta_data'
=>
'Données de balises Meta'
,
'meta_title'
=>
'Meta titre'
,
'meta_title'
=>
'Meta titre'
,
'meta_description'
=>
'Meta description'
,
'meta_description'
=>
'Meta description'
,
...
@@ -26,7 +18,7 @@ return [
...
@@ -26,7 +18,7 @@ return [
'template'
=>
'Modèle de page'
,
'template'
=>
'Modèle de page'
,
'is homepage'
=>
'Page d\'accueil ?'
,
'is homepage'
=>
'Page d\'accueil ?'
,
'body'
=>
'Contenu'
,
'body'
=>
'Contenu'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'titre'
,
'title'
=>
'titre'
,
...
@@ -38,7 +30,5 @@ return [
...
@@ -38,7 +30,5 @@ return [
'product'
=>
'Produit'
,
'product'
=>
'Produit'
,
'article'
=>
'Article'
,
'article'
=>
'Article'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Retour vers l\'index des pages'
,
'back to index'
=>
'Retour vers l\'index des pages'
,
],
];
];
Modules/Translation/Resources/lang/page/nl/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Pagina\'s'
,
'pages'
=>
'Pagina\'s'
,
'create page'
=>
'Creëer een pagina'
,
'create page'
=>
'Creëer een pagina'
,
'edit page'
=>
'Wijzig een pagina'
,
'edit page'
=>
'Wijzig een pagina'
,
],
'button'
=>
[
'create page'
=>
'Creëer een pagina'
,
],
'table'
=>
[
'name'
=>
'Naam'
,
'name'
=>
'Naam'
,
'slug'
=>
'Pad'
,
'slug'
=>
'Pad'
,
],
'form'
=>
[
'title'
=>
'Titel'
,
'title'
=>
'Titel'
,
'slug'
=>
'Pad'
,
'meta_data'
=>
'Meta data'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta titel'
,
'meta_title'
=>
'Meta titel'
,
'meta_description'
=>
'Meta beschrijving'
,
'meta_description'
=>
'Meta beschrijving'
,
...
@@ -26,7 +17,7 @@ return [
...
@@ -26,7 +17,7 @@ return [
'template'
=>
'Pagina template naam'
,
'template'
=>
'Pagina template naam'
,
'is homepage'
=>
'Startpagina?'
,
'is homepage'
=>
'Startpagina?'
,
'body'
=>
'Inhoud'
,
'body'
=>
'Inhoud'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'titel'
,
'title'
=>
'titel'
,
...
@@ -38,7 +29,5 @@ return [
...
@@ -38,7 +29,5 @@ return [
'product'
=>
'Product'
,
'product'
=>
'Product'
,
'article'
=>
'Artikel'
,
'article'
=>
'Artikel'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Ga terug naar het pagina overzicht'
,
'back to index'
=>
'Ga terug naar het pagina overzicht'
,
],
];
];
Modules/Translation/Resources/lang/page/pl/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Strony'
,
'pages'
=>
'Strony'
,
'create page'
=>
'Utwórz stronę'
,
'create page'
=>
'Utwórz stronę'
,
'edit page'
=>
'Edytuj stronę'
,
'edit page'
=>
'Edytuj stronę'
,
],
'button'
=>
[
'create page'
=>
'Utwórz stronę'
,
],
'table'
=>
[
'name'
=>
'Nazwa'
,
'name'
=>
'Nazwa'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Tytuł'
,
'title'
=>
'Tytuł'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta tytuł'
,
'meta_title'
=>
'Meta tytuł'
,
'meta_description'
=>
'Meta opis'
,
'meta_description'
=>
'Meta opis'
,
'og_title'
=>
'Facebook tytuł'
,
'og_title'
=>
'Facebook tytuł'
,
...
@@ -24,7 +15,6 @@ return [
...
@@ -24,7 +15,6 @@ return [
'template'
=>
'Szablon strony'
,
'template'
=>
'Szablon strony'
,
'is homepage'
=>
'Strona domowa ?'
,
'is homepage'
=>
'Strona domowa ?'
,
'body'
=>
'Treść'
,
'body'
=>
'Treść'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'title'
,
'title'
=>
'title'
,
...
@@ -36,7 +26,5 @@ return [
...
@@ -36,7 +26,5 @@ return [
'product'
=>
'Produkt'
,
'product'
=>
'Produkt'
,
'article'
=>
'Artykuł'
,
'article'
=>
'Artykuł'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Wróć do indeksu stron'
,
'back to index'
=>
'Wróć do indeksu stron'
,
],
];
];
Modules/Translation/Resources/lang/page/pt/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Páginas'
,
'pages'
=>
'Páginas'
,
'create page'
=>
'Nova página'
,
'create page'
=>
'Nova página'
,
'edit page'
=>
'Editar página'
,
'edit page'
=>
'Editar página'
,
],
'button'
=>
[
'create page'
=>
'Nova página'
,
],
'table'
=>
[
'name'
=>
'Nome'
,
'name'
=>
'Nome'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Título'
,
'title'
=>
'Título'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Título SEO'
,
'meta_title'
=>
'Título SEO'
,
'meta_description'
=>
'Descrição SEO'
,
'meta_description'
=>
'Descrição SEO'
,
'og_title'
=>
'Título Facebook'
,
'og_title'
=>
'Título Facebook'
,
...
@@ -24,7 +15,6 @@ return [
...
@@ -24,7 +15,6 @@ return [
'template'
=>
'Layout da página'
,
'template'
=>
'Layout da página'
,
'is homepage'
=>
'Página inicial ?'
,
'is homepage'
=>
'Página inicial ?'
,
'body'
=>
'Conteúdo'
,
'body'
=>
'Conteúdo'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'título'
,
'title'
=>
'título'
,
...
@@ -36,7 +26,5 @@ return [
...
@@ -36,7 +26,5 @@ return [
'product'
=>
'Produto'
,
'product'
=>
'Produto'
,
'article'
=>
'Artigo'
,
'article'
=>
'Artigo'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Voltar para listagem'
,
'back to index'
=>
'Voltar para listagem'
,
],
];
];
Modules/Translation/Resources/lang/page/ru/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Страницы'
,
'pages'
=>
'Страницы'
,
'create page'
=>
'Создать страницу'
,
'create page'
=>
'Создать страницу'
,
'edit page'
=>
'Редактировать страницу'
,
'edit page'
=>
'Редактировать страницу'
,
],
'button'
=>
[
'create page'
=>
'Создать страницу'
,
],
'table'
=>
[
'name'
=>
'Создать страницу'
,
'name'
=>
'Создать страницу'
,
'slug'
=>
'Ярлык'
,
'slug'
=>
'Ярлык'
,
],
'form'
=>
[
'title'
=>
'Название'
,
'title'
=>
'Название'
,
'slug'
=>
'Ярлык'
,
'meta_data'
=>
'Мета данные'
,
'meta_data'
=>
'Мета данные'
,
'meta_title'
=>
'Мета заголовок'
,
'meta_title'
=>
'Мета заголовок'
,
'meta_description'
=>
'Мета описание'
,
'meta_description'
=>
'Мета описание'
,
...
@@ -26,7 +17,6 @@ return [
...
@@ -26,7 +17,6 @@ return [
'template'
=>
'Название шаблона страницы'
,
'template'
=>
'Название шаблона страницы'
,
'is homepage'
=>
'Домашняя страница ?'
,
'is homepage'
=>
'Домашняя страница ?'
,
'body'
=>
'Содержание'
,
'body'
=>
'Содержание'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'название'
,
'title'
=>
'название'
,
...
@@ -38,7 +28,5 @@ return [
...
@@ -38,7 +28,5 @@ return [
'product'
=>
'Продукт'
,
'product'
=>
'Продукт'
,
'article'
=>
'Статья'
,
'article'
=>
'Статья'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Вернуться к списку страниц'
,
'back to index'
=>
'Вернуться к списку страниц'
,
],
];
];
Modules/Translation/Resources/lang/page/tr/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'Sayfalar'
,
'pages'
=>
'Sayfalar'
,
'create page'
=>
'Sayfa oluştur'
,
'create page'
=>
'Sayfa oluştur'
,
'edit page'
=>
'Sayfayı düzenle'
,
'edit page'
=>
'Sayfayı düzenle'
,
],
'button'
=>
[
'create page'
=>
'Sayfa oluştur'
,
'create page'
=>
'Sayfa oluştur'
,
],
'table'
=>
[
'name'
=>
'Ad'
,
'name'
=>
'Ad'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Başlık'
,
'title'
=>
'Başlık'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Meta Verileri'
,
'meta_data'
=>
'Meta Verileri'
,
...
@@ -26,7 +19,6 @@ return [
...
@@ -26,7 +19,6 @@ return [
'template'
=>
'Sayfa Template Adı'
,
'template'
=>
'Sayfa Template Adı'
,
'is homepage'
=>
'Anasayfa mı ?'
,
'is homepage'
=>
'Anasayfa mı ?'
,
'body'
=>
'İçerik'
,
'body'
=>
'İçerik'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'başlık'
,
'title'
=>
'başlık'
,
...
@@ -38,7 +30,5 @@ return [
...
@@ -38,7 +30,5 @@ return [
'product'
=>
'Ürün'
,
'product'
=>
'Ürün'
,
'article'
=>
'Makale'
,
'article'
=>
'Makale'
,
],
],
'navigation'
=>
[
'back to index'
=>
'Sayfalara geri dön'
,
'back to index'
=>
'Sayfalara geri dön'
,
],
];
];
Modules/Translation/Resources/lang/page/zh/pages.php
View file @
437e2eb6
<?php
<?php
return
[
return
[
'title'
=>
[
'pages'
=>
'页面'
,
'pages'
=>
'页面'
,
'create page'
=>
'创建页面'
,
'create page'
=>
'创建页面'
,
'edit page'
=>
'编辑页面'
,
'edit page'
=>
'编辑页面'
,
],
'button'
=>
[
'create page'
=>
'创建页面'
,
],
'table'
=>
[
'name'
=>
'名称'
,
'name'
=>
'名称'
,
'slug'
=>
'Slug'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'标题'
,
'title'
=>
'标题'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta标题'
,
'meta_title'
=>
'Meta标题'
,
'meta_description'
=>
'Meta描述'
,
'meta_description'
=>
'Meta描述'
,
'og_title'
=>
'Facebook标题'
,
'og_title'
=>
'Facebook标题'
,
...
@@ -24,7 +15,6 @@ return [
...
@@ -24,7 +15,6 @@ return [
'template'
=>
'页面模板名称'
,
'template'
=>
'页面模板名称'
,
'is homepage'
=>
'主页 ?'
,
'is homepage'
=>
'主页 ?'
,
'body'
=>
'内容'
,
'body'
=>
'内容'
,
],
'validation'
=>
[
'validation'
=>
[
'attributes'
=>
[
'attributes'
=>
[
'title'
=>
'标题'
,
'title'
=>
'标题'
,
...
@@ -36,9 +26,7 @@ return [
...
@@ -36,9 +26,7 @@ return [
'product'
=>
'产品'
,
'product'
=>
'产品'
,
'article'
=>
'文章'
,
'article'
=>
'文章'
,
],
],
'navigation'
=>
[
'back to index'
=>
'返回到页面列表'
,
'back to index'
=>
'返回到页面列表'
,
],
'list resource'
=>
'页面列表'
,
'list resource'
=>
'页面列表'
,
'create resource'
=>
'创建页面'
,
'create resource'
=>
'创建页面'
,
'edit resource'
=>
'编辑页面'
,
'edit resource'
=>
'编辑页面'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment