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

@@ -63,7 +63,7 @@
<FileActionsMobile>
<MobileActionButton @click.native="$openSpotlight()" icon="search">
{{ $t('Spotlight') }}
{{ $t('spotlight') }}
</MobileActionButton>
<MobileActionButton @click.native="$showMobileMenu('file-filter')" icon="filter">
{{ $getCurrentSectionName() }}
@@ -99,7 +99,7 @@
class="mr-4"
source="trash"
:class="{ 'is-inactive': clipboard.length < 1 }"
:action="$t('actions.delete')"
:action="$t('delete')"
/>
<ToolbarButton
@click.native="$downloadSelection(item)"