language strings updates

This commit is contained in:
Čarodej
2022-03-20 12:12:09 +01:00
parent 98d9f3ab0d
commit 881facc867
121 changed files with 1729 additions and 1400 deletions

View File

@@ -37,7 +37,7 @@
</td>
<td class="px-3 md:px-1">
<ColorLabel :color="$getUserRoleColor(row.data.attributes.role)">
{{ row.data.attributes.role }}
{{ $t(row.data.attributes.role) }}
</ColorLabel>
</td>
<td class="px-3 md:px-1">
@@ -111,7 +111,7 @@
</td>
<td class="px-3 md:px-1">
<ColorLabel :color="$getUserRoleColor(row.data.attributes.role)">
{{ row.data.attributes.role }}
{{ $t(row.data.attributes.role) }}
</ColorLabel>
</td>
<td class="px-3 md:px-1" v-if="config.isSaaS">
@@ -190,7 +190,7 @@
</td>
<td class="px-3 md:px-1">
<ColorLabel :color="$getUserRoleColor(row.data.attributes.role)">
{{ row.data.attributes.role }}
{{ $t(row.data.attributes.role) }}
</ColorLabel>
</td>
<td class="px-3 md:px-1">
@@ -274,11 +274,11 @@ export default {
sortable: false,
},
{
label: this.$t('Billing Est.'),
label: this.$t('billing_est.'),
sortable: false,
},
{
label: this.$t('admin_page_user.table.created_at'),
label: this.$t('created_at'),
field: 'created_at',
sortable: true,
},
@@ -303,12 +303,12 @@ export default {
sortable: false,
},
{
label: this.$t('Max Storage'),
label: this.$t('max_storage'),
sortable: false,
hidden: !this.config.storageLimit,
},
{
label: this.$t('admin_page_user.table.created_at'),
label: this.$t('created_at'),
field: 'created_at',
sortable: true,
},
@@ -333,12 +333,12 @@ export default {
sortable: false,
},
{
label: this.$t('Max Storage'),
label: this.$t('max_storage'),
sortable: false,
hidden: !this.config.storageLimit,
},
{
label: this.$t('admin_page_user.table.created_at'),
label: this.$t('created_at'),
field: 'created_at',
sortable: true,
},