translations update

This commit is contained in:
carodej
2020-07-10 17:05:30 +02:00
parent 5bd6455f7f
commit 3c3a18cf6b
29 changed files with 503 additions and 267 deletions
+3 -3
View File
@@ -78,17 +78,17 @@
pages: undefined,
columns: [
{
label: 'Page',
label: this.$t('admin_pages.table.page'),
field: 'data.attributes.title',
sortable: true
},
{
label: 'Slug',
label: this.$t('admin_pages.table.slug'),
field: 'data.attributes.slug',
sortable: true
},
{
label: 'Status',
label: this.$t('admin_pages.table.status'),
field: 'data.attributes.visibility',
sortable: true
},