mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 18:30:38 +00:00
removed unused language strings
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user