mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
updated language translations
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user