updated language translations

This commit is contained in:
Čarodej
2022-04-07 14:17:46 +02:00
parent 18ffb24941
commit 8d1ee24c7a
5 changed files with 20 additions and 9 deletions

View File

@@ -99,7 +99,12 @@
</FileActionsMobile>
<EmptyFilePage>
<h1 class="title">{{ $t('shared.empty_shared') }}</h1>
<h1 class="title">
{{ $t('shared.empty_shared') }}
</h1>
<p class="description">
{{ $t('shared.empty_shared_desc') }}
</p>
</EmptyFilePage>
<FileBrowser />

View File

@@ -86,6 +86,9 @@
<EmptyFilePage>
<h1 class="title">{{ $t('your_trash_is_empty') }}</h1>
<p class="description">
{{ $t('your_trash_is_empty_desc') }}
</p>
</EmptyFilePage>
<FileBrowser />