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
b4cdd0df
Unverified
Commit
b4cdd0df
authored
Sep 18, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding translations
parent
02e81260
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
4 deletions
+19
-4
PageTableServerSide.vue
Modules/Page/Assets/js/components/PageTableServerSide.vue
+2
-2
core.php
Modules/Translation/Resources/lang/core/en/core.php
+3
-0
core.php
Modules/Translation/Resources/lang/core/fr/core.php
+3
-0
core.php
Modules/Translation/Resources/lang/core/nl/core.php
+3
-0
pages.php
Modules/Translation/Resources/lang/page/en/pages.php
+2
-0
pages.php
Modules/Translation/Resources/lang/page/fr/pages.php
+2
-0
pages.php
Modules/Translation/Resources/lang/page/nl/pages.php
+2
-0
app.js
public/js/app.js
+2
-2
No files found.
Modules/Page/Assets/js/components/PageTableServerSide.vue
View file @
b4cdd0df
...
...
@@ -24,8 +24,8 @@
{{
trans
(
'
core.table.actions
'
)
}}
<i
class=
"el-icon-caret-bottom el-icon--right"
></i>
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"mark-online"
>
Mark as online
</el-dropdown-item>
<el-dropdown-item
command=
"mark-offline"
>
Mark as offline
</el-dropdown-item>
<el-dropdown-item
command=
"mark-online"
>
{{
trans
(
'
core.mark as online
'
)
}}
</el-dropdown-item>
<el-dropdown-item
command=
"mark-offline"
>
{{
trans
(
'
core.mark as offline
'
)
}}
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<router-link
:to=
"
{name: 'admin.page.page.create'}">
...
...
Modules/Translation/Resources/lang/core/en/core.php
View file @
b4cdd0df
...
...
@@ -75,4 +75,7 @@ return [
'unauthorized-access'
=>
'You do not have the appropriate permissions to access that page.'
,
'unauthenticated'
=>
'Niet ingelogd'
,
'unauthenticated-access'
=>
'U moet inloggen om toegang te krijgen tot deze pagina'
,
'something went wrong'
=>
'Whoops! Something went wrong.'
,
'mark as online'
=>
'Mark as online'
,
'mark as offline'
=>
'Mark as offline'
,
];
Modules/Translation/Resources/lang/core/fr/core.php
View file @
b4cdd0df
...
...
@@ -62,4 +62,7 @@ return [
'unauthorized-access'
=>
'Vous n\'avez pas les permissions nécessaires pour accéder à cette page'
,
'unauthenticated'
=>
'Non authentifié'
,
'unauthenticated-access'
=>
'Vous devez vous connecter pour accéder à cette page'
,
'something went wrong'
=>
'Whoops! Il y a eu une erreur.'
,
'mark as online'
=>
'Marquer comme étant en-ligne'
,
'mark as offline'
=>
'Marquer comme étant hors-ligne'
,
];
Modules/Translation/Resources/lang/core/nl/core.php
View file @
b4cdd0df
...
...
@@ -61,4 +61,7 @@ return [
'unauthorized-access'
=>
'U heefd de vereiste permissies niet om deze pagina te bekijken'
,
'unauthenticated'
=>
''
,
'unauthenticated-access'
=>
'Vous devez vous connecter pour accéder à cette page'
,
'something went wrong'
=>
'Whoops! Er iets misgegaan.'
,
'mark as online'
=>
'Markeer als online'
,
'mark as offline'
=>
'Markeer als offline'
,
];
Modules/Translation/Resources/lang/page/en/pages.php
View file @
b4cdd0df
...
...
@@ -18,6 +18,8 @@ return [
'template'
=>
'Page template name'
,
'is homepage'
=>
'Homepage ?'
,
'body'
=>
'Body'
,
'status'
=>
'Status'
,
'pages were updated'
=>
'Pages were updated'
,
'back to index'
=>
'Go back to the pages index'
,
'list resource'
=>
'List pages'
,
...
...
Modules/Translation/Resources/lang/page/fr/pages.php
View file @
b4cdd0df
...
...
@@ -18,6 +18,8 @@ return [
'template'
=>
'Modèle de page'
,
'is homepage'
=>
'Page d\'accueil ?'
,
'body'
=>
'Contenu'
,
'status'
=>
'Status'
,
'pages were updated'
=>
'Les pages ont été modifiées'
,
'validation'
=>
[
'attributes'
=>
[
...
...
Modules/Translation/Resources/lang/page/nl/pages.php
View file @
b4cdd0df
...
...
@@ -17,6 +17,8 @@ return [
'template'
=>
'Pagina template naam'
,
'is homepage'
=>
'Startpagina?'
,
'body'
=>
'Inhoud'
,
'status'
=>
'Status'
,
'pages were updated'
=>
'De paginas werden gewijzigd'
,
'validation'
=>
[
'attributes'
=>
[
...
...
public/js/app.js
View file @
b4cdd0df
...
...
@@ -72991,11 +72991,11 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
attrs: {
"command": "mark-online"
}
}, [_vm._v(
"Mark as online"
)]), _vm._v(" "), _c('el-dropdown-item', {
}, [_vm._v(
_vm._s(_vm.trans('core.mark as online'))
)]), _vm._v(" "), _c('el-dropdown-item', {
attrs: {
"command": "mark-offline"
}
}, [_vm._v(
"Mark as offline"
)])], 1)], 1) : _vm._e(), _vm._v(" "), _c('router-link', {
}, [_vm._v(
_vm._s(_vm.trans('core.mark as offline'))
)])], 1)], 1) : _vm._e(), _vm._v(" "), _c('router-link', {
attrs: {
"to": {
name: 'admin.page.page.create'
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