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
Hide 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
return
[
'title'
=>
[
'pages'
=>
'Seiten'
,
'create page'
=>
'Seite erstellen'
,
'edit page'
=>
'Bearbeiten einer Seite'
,
],
'button'
=>
[
'create page'
=>
'Seite erstellen'
,
],
'table'
=>
[
'name'
=>
'Name'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Titel'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta-Titel'
,
'meta_description'
=>
'Meta Beschreibung'
,
'og_title'
=>
'Facebook Titel'
,
'og_description'
=>
'Facebook Beschreibung'
,
'og_type'
=>
'Facebook typ'
,
'template'
=>
'Seitenvorlage'
,
'is homepage'
=>
'Startseite?'
,
'body'
=>
'Inhalt'
,
],
'pages'
=>
'Seiten'
,
'create page'
=>
'Seite erstellen'
,
'edit page'
=>
'Bearbeiten einer Seite'
,
'name'
=>
'Name'
,
'slug'
=>
'Slug'
,
'title'
=>
'Titel'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta-Titel'
,
'meta_description'
=>
'Meta Beschreibung'
,
'og_title'
=>
'Facebook Titel'
,
'og_description'
=>
'Facebook Beschreibung'
,
'og_type'
=>
'Facebook typ'
,
'template'
=>
'Seitenvorlage'
,
'is homepage'
=>
'Startseite?'
,
'body'
=>
'Inhalt'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'titel'
,
...
...
@@ -36,7 +27,5 @@ return [
'product'
=>
'Produkt'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Pages'
,
'create page'
=>
'Create a page'
,
'edit page'
=>
'Edit a page'
,
],
'button'
=>
[
'create page'
=>
'Create a page'
,
],
'table'
=>
[
'name'
=>
'Name'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Title'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta title'
,
'meta_description'
=>
'Meta description'
,
'facebook_data'
=>
'Facebook data'
,
'og_title'
=>
'Facebook title'
,
'og_description'
=>
'Facebook description'
,
'og_type'
=>
'Facebook type'
,
'template'
=>
'Page template name'
,
'is homepage'
=>
'Homepage ?'
,
'body'
=>
'Body'
,
],
'pages'
=>
'Pages'
,
'create page'
=>
'Create a page'
,
'edit page'
=>
'Edit a page'
,
'slug'
=>
'Slug'
,
'title'
=>
'Title'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta title'
,
'meta_description'
=>
'Meta description'
,
'facebook_data'
=>
'Facebook data'
,
'og_title'
=>
'Facebook title'
,
'og_description'
=>
'Facebook description'
,
'og_type'
=>
'Facebook type'
,
'template'
=>
'Page template name'
,
'is homepage'
=>
'Homepage ?'
,
'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'
=>
[
'attributes'
=>
[
'title'
=>
'title'
,
...
...
@@ -38,11 +36,4 @@ return [
'product'
=>
'Product'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Páginas'
,
'create page'
=>
'Crear una página'
,
'edit page'
=>
'Editar una página'
,
],
'button'
=>
[
'create page'
=>
'Crear una página'
,
],
'table'
=>
[
'name'
=>
'Nombre'
,
'slug'
=>
'URL amigable'
,
],
'form'
=>
[
'title'
=>
'Título'
,
'slug'
=>
'URL amigable'
,
'meta_data'
=>
'Datos de Meta'
,
'meta_title'
=>
'Título para el Meta'
,
'meta_description'
=>
'Descripción para el Meta'
,
'facebook_data'
=>
'Datos de Facebook'
,
'og_title'
=>
'Título para Facebook'
,
'og_description'
=>
'Descripción para Facebook'
,
'og_type'
=>
'Tipo Facebook'
,
'template'
=>
'Nombre de la plantilla de la página'
,
'is homepage'
=>
'¿Es la Página principal?'
,
'body'
=>
'Cuerpo'
,
],
'pages'
=>
'Páginas'
,
'create page'
=>
'Crear una página'
,
'edit page'
=>
'Editar una página'
,
'name'
=>
'Nombre'
,
'slug'
=>
'URL amigable'
,
'title'
=>
'Título'
,
'meta_data'
=>
'Datos de Meta'
,
'meta_title'
=>
'Título para el Meta'
,
'meta_description'
=>
'Descripción para el Meta'
,
'facebook_data'
=>
'Datos de Facebook'
,
'og_title'
=>
'Título para Facebook'
,
'og_description'
=>
'Descripción para Facebook'
,
'og_type'
=>
'Tipo Facebook'
,
'template'
=>
'Nombre de la plantilla de la página'
,
'is homepage'
=>
'¿Es la Página principal?'
,
'body'
=>
'Cuerpo'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'Título'
,
...
...
@@ -38,7 +28,5 @@ return [
'product'
=>
'Producto'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Pages'
,
'create page'
=>
'Créer une page'
,
'edit page'
=>
'Éditer une page'
,
],
'button'
=>
[
'create page'
=>
'Créer une page'
,
],
'table'
=>
[
'name'
=>
'Nom'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Titre'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Données de balises Meta'
,
'meta_title'
=>
'Meta titre'
,
'meta_description'
=>
'Meta description'
,
'facebook_data'
=>
'Données Facebook'
,
'og_title'
=>
'Titre Facebook'
,
'og_description'
=>
'Description Facebook'
,
'og_type'
=>
'Type de page'
,
'template'
=>
'Modèle de page'
,
'is homepage'
=>
'Page d\'accueil ?'
,
'body'
=>
'Contenu'
,
],
'pages'
=>
'Pages'
,
'create page'
=>
'Créer une page'
,
'edit page'
=>
'Éditer une page'
,
'name'
=>
'Nom'
,
'slug'
=>
'Slug'
,
'title'
=>
'Titre'
,
'meta_data'
=>
'Données de balises Meta'
,
'meta_title'
=>
'Meta titre'
,
'meta_description'
=>
'Meta description'
,
'facebook_data'
=>
'Données Facebook'
,
'og_title'
=>
'Titre Facebook'
,
'og_description'
=>
'Description Facebook'
,
'og_type'
=>
'Type de page'
,
'template'
=>
'Modèle de page'
,
'is homepage'
=>
'Page d\'accueil ?'
,
'body'
=>
'Contenu'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'titre'
,
...
...
@@ -38,7 +30,5 @@ return [
'product'
=>
'Produit'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Pagina\'s'
,
'create page'
=>
'Creëer een pagina'
,
'edit page'
=>
'Wijzig een pagina'
,
],
'button'
=>
[
'create page'
=>
'Creëer een pagina'
,
],
'table'
=>
[
'name'
=>
'Naam'
,
'slug'
=>
'Pad'
,
],
'form'
=>
[
'title'
=>
'Titel'
,
'slug'
=>
'Pad'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta titel'
,
'meta_description'
=>
'Meta beschrijving'
,
'facebook_data'
=>
'Facebook data'
,
'og_title'
=>
'Facebook titel'
,
'og_description'
=>
'Facebook beschrijving'
,
'og_type'
=>
'Facebook type'
,
'template'
=>
'Pagina template naam'
,
'is homepage'
=>
'Startpagina?'
,
'body'
=>
'Inhoud'
,
],
'pages'
=>
'Pagina\'s'
,
'create page'
=>
'Creëer een pagina'
,
'edit page'
=>
'Wijzig een pagina'
,
'name'
=>
'Naam'
,
'slug'
=>
'Pad'
,
'title'
=>
'Titel'
,
'meta_data'
=>
'Meta data'
,
'meta_title'
=>
'Meta titel'
,
'meta_description'
=>
'Meta beschrijving'
,
'facebook_data'
=>
'Facebook data'
,
'og_title'
=>
'Facebook titel'
,
'og_description'
=>
'Facebook beschrijving'
,
'og_type'
=>
'Facebook type'
,
'template'
=>
'Pagina template naam'
,
'is homepage'
=>
'Startpagina?'
,
'body'
=>
'Inhoud'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'titel'
,
...
...
@@ -38,7 +29,5 @@ return [
'product'
=>
'Product'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Strony'
,
'create page'
=>
'Utwórz stronę'
,
'edit page'
=>
'Edytuj stronę'
,
],
'button'
=>
[
'create page'
=>
'Utwórz stronę'
,
],
'table'
=>
[
'name'
=>
'Nazwa'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Tytuł'
,
'slug'
=>
'Slug'
,
'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 ?'
,
'body'
=>
'Treść'
,
],
'pages'
=>
'Strony'
,
'create page'
=>
'Utwórz stronę'
,
'edit page'
=>
'Edytuj stronę'
,
'name'
=>
'Nazwa'
,
'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 ?'
,
'body'
=>
'Treść'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'title'
,
...
...
@@ -36,7 +26,5 @@ return [
'product'
=>
'Produkt'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Páginas'
,
'create page'
=>
'Nova página'
,
'edit page'
=>
'Editar página'
,
],
'button'
=>
[
'create page'
=>
'Nova página'
,
],
'table'
=>
[
'name'
=>
'Nome'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Título'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Título SEO'
,
'meta_description'
=>
'Descrição SEO'
,
'og_title'
=>
'Título Facebook'
,
'og_description'
=>
'Descrição Facebook'
,
'og_type'
=>
'Tipo Facebook'
,
'template'
=>
'Layout da página'
,
'is homepage'
=>
'Página inicial ?'
,
'body'
=>
'Conteúdo'
,
],
'pages'
=>
'Páginas'
,
'create page'
=>
'Nova página'
,
'edit page'
=>
'Editar página'
,
'name'
=>
'Nome'
,
'slug'
=>
'Slug'
,
'title'
=>
'Título'
,
'meta_title'
=>
'Título SEO'
,
'meta_description'
=>
'Descrição SEO'
,
'og_title'
=>
'Título Facebook'
,
'og_description'
=>
'Descrição Facebook'
,
'og_type'
=>
'Tipo Facebook'
,
'template'
=>
'Layout da página'
,
'is homepage'
=>
'Página inicial ?'
,
'body'
=>
'Conteúdo'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'título'
,
...
...
@@ -36,7 +26,5 @@ return [
'product'
=>
'Produto'
,
'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
return
[
'title'
=>
[
'pages'
=>
'Страницы'
,
'create page'
=>
'Создать страницу'
,
'edit page'
=>
'Редактировать страницу'
,
],
'button'
=>
[
'create page'
=>
'Создать страницу'
,
],
'table'
=>
[
'name'
=>
'Создать страницу'
,
'slug'
=>
'Ярлык'
,
],
'form'
=>
[
'title'
=>
'Название'
,
'slug'
=>
'Ярлык'
,
'meta_data'
=>
'Мета данные'
,
'meta_title'
=>
'Мета заголовок'
,
'meta_description'
=>
'Мета описание'
,
'facebook_data'
=>
'Facebook данные'
,
'og_title'
=>
'Facebook название'
,
'og_description'
=>
'Facebook описание'
,
'og_type'
=>
'Facebook тип'
,
'template'
=>
'Название шаблона страницы'
,
'is homepage'
=>
'Домашняя страница ?'
,
'body'
=>
'Содержание'
,
],
'pages'
=>
'Страницы'
,
'create page'
=>
'Создать страницу'
,
'edit page'
=>
'Редактировать страницу'
,
'name'
=>
'Создать страницу'
,
'slug'
=>
'Ярлык'
,
'title'
=>
'Название'
,
'meta_data'
=>
'Мета данные'
,
'meta_title'
=>
'Мета заголовок'
,
'meta_description'
=>
'Мета описание'
,
'facebook_data'
=>
'Facebook данные'
,
'og_title'
=>
'Facebook название'
,
'og_description'
=>
'Facebook описание'
,
'og_type'
=>
'Facebook тип'
,
'template'
=>
'Название шаблона страницы'
,
'is homepage'
=>
'Домашняя страница ?'
,
'body'
=>
'Содержание'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'название'
,
...
...
@@ -38,7 +28,5 @@ return [
'product'
=>
'Продукт'
,
'article'
=>
'Статья'
,
],
'navigation'
=>
[
'back to index'
=>
'Вернуться к списку страниц'
,
],
'back to index'
=>
'Вернуться к списку страниц'
,
];
Modules/Translation/Resources/lang/page/tr/pages.php
View file @
437e2eb6
<?php
return
[
'title'
=>
[
'pages'
=>
'Sayfalar'
,
'create page'
=>
'Sayfa oluştur'
,
'edit page'
=>
'Sayfayı düzenle'
,
],
'button'
=>
[
'create page'
=>
'Sayfa oluştur'
,
],
'table'
=>
[
'name'
=>
'Ad'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'Başlık'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Meta Verileri'
,
'meta_title'
=>
'Meta başlık'
,
'meta_description'
=>
'Meta açıklaması'
,
'facebook_data'
=>
'Facebook Verileri'
,
'og_title'
=>
'Facebook başlık'
,
'og_description'
=>
'Facebook açıklaması'
,
'og_type'
=>
'Facebook tip'
,
'template'
=>
'Sayfa Template Adı'
,
'is homepage'
=>
'Anasayfa mı ?'
,
'body'
=>
'İçerik'
,
],
'pages'
=>
'Sayfalar'
,
'create page'
=>
'Sayfa oluştur'
,
'edit page'
=>
'Sayfayı düzenle'
,
'create page'
=>
'Sayfa oluştur'
,
'name'
=>
'Ad'
,
'slug'
=>
'Slug'
,
'title'
=>
'Başlık'
,
'slug'
=>
'Slug'
,
'meta_data'
=>
'Meta Verileri'
,
'meta_title'
=>
'Meta başlık'
,
'meta_description'
=>
'Meta açıklaması'
,
'facebook_data'
=>
'Facebook Verileri'
,
'og_title'
=>
'Facebook başlık'
,
'og_description'
=>
'Facebook açıklaması'
,
'og_type'
=>
'Facebook tip'
,
'template'
=>
'Sayfa Template Adı'
,
'is homepage'
=>
'Anasayfa mı ?'
,
'body'
=>
'İçerik'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'başlık'
,
...
...
@@ -38,7 +30,5 @@ return [
'product'
=>
'Ürün'
,
'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
return
[
'title'
=>
[
'pages'
=>
'页面'
,
'create page'
=>
'创建页面'
,
'edit page'
=>
'编辑页面'
,
],
'button'
=>
[
'create page'
=>
'创建页面'
,
],
'table'
=>
[
'name'
=>
'名称'
,
'slug'
=>
'Slug'
,
],
'form'
=>
[
'title'
=>
'标题'
,
'slug'
=>
'Slug'
,
'meta_title'
=>
'Meta标题'
,
'meta_description'
=>
'Meta描述'
,
'og_title'
=>
'Facebook标题'
,
'og_description'
=>
'Facebook描述'
,
'og_type'
=>
'Facebook类型'
,
'template'
=>
'页面模板名称'
,
'is homepage'
=>
'主页 ?'
,
'body'
=>
'内容'
,
],
'pages'
=>
'页面'
,
'create page'
=>
'创建页面'
,
'edit page'
=>
'编辑页面'
,
'name'
=>
'名称'
,
'slug'
=>
'Slug'
,
'title'
=>
'标题'
,
'meta_title'
=>
'Meta标题'
,
'meta_description'
=>
'Meta描述'
,
'og_title'
=>
'Facebook标题'
,
'og_description'
=>
'Facebook描述'
,
'og_type'
=>
'Facebook类型'
,
'template'
=>
'页面模板名称'
,
'is homepage'
=>
'主页 ?'
,
'body'
=>
'内容'
,
'validation'
=>
[
'attributes'
=>
[
'title'
=>
'标题'
,
...
...
@@ -36,9 +26,7 @@ return [
'product'
=>
'产品'
,
'article'
=>
'文章'
,
],
'navigation'
=>
[
'back to index'
=>
'返回到页面列表'
,
],
'back to index'
=>
'返回到页面列表'
,
'list resource'
=>
'页面列表'
,
'create 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