Adding translations

parent 02e81260
......@@ -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'}">
......
......@@ -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',
];
......@@ -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',
];
......@@ -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',
];
......@@ -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',
......
......@@ -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' => [
......
......@@ -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' => [
......
......@@ -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'
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