removed unused language strings

This commit is contained in:
Čarodej
2022-03-19 09:26:43 +01:00
parent 1ad8fbdd57
commit 7564c01fa3
29 changed files with 178 additions and 382 deletions
@@ -114,7 +114,7 @@ export default {
sortable: true,
},
{
label: this.$t('admin_page_invoices.table.total'),
label: this.$t('total'),
field: 'amount',
sortable: true,
},
@@ -82,7 +82,7 @@
v-if="!$isThisRoute($route, ['RequestUpload'])"
@click.native="downloadItem"
source="download"
:action="$t('actions.download')"
:action="$t('download_item')"
/>
<ToolbarButton
v-if="canShareItem"
@@ -140,7 +140,7 @@
/>
<Option
@click.native="goToRoute('Plans')"
:title="$t('admin_menu.plans')"
:title="$t('plans')"
icon="database"
:is-hover-disabled="true"
/>
@@ -71,7 +71,7 @@ export default {
events.$emit('confirm:open', {
title: this.$t('Are you sure you want to cancel subscription?'),
message: this.$t(
"You'll continue to have access to the features you've paid for until the end of your billing cycle."
"popup_subscription_cancel.message"
),
action: {
operation: 'cancel-subscription',