mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
updated language translations
This commit is contained in:
@@ -551,7 +551,8 @@ return [
|
||||
'routes_title.users_user' => 'User',
|
||||
'can_download_file' => 'Can download file',
|
||||
'shared.editor' => 'Can edit and upload files',
|
||||
'shared.empty_shared' => "You haven't shared anything yet.",
|
||||
'shared.empty_shared' => "Nothing Shared Yet",
|
||||
'shared.empty_shared_desc' => "All items you share will be visible here.",
|
||||
'shared.visitor' => 'Can only view and download',
|
||||
'awesome_iam_done' => 'Awesome, I’m done!',
|
||||
'generate_link' => 'Generate Link',
|
||||
@@ -742,6 +743,7 @@ return [
|
||||
'create_team_folder' => 'Create Team Folder',
|
||||
'spotlight' => 'Spotlight',
|
||||
'your_trash_is_empty' => 'Your Trash is Empty',
|
||||
'your_trash_is_empty_desc' => 'After you delete the files, you can restore them from trash.',
|
||||
'create' => 'Create',
|
||||
'upload_or_create' => 'Upload / Create',
|
||||
'base' => 'Base',
|
||||
@@ -937,8 +939,8 @@ return [
|
||||
'upload_settings' => 'Upload Settings',
|
||||
'set_up_2fa_app' => 'Set up Your Authenticator App',
|
||||
'confirm_your_code' => 'Confirm Your Code',
|
||||
'paste_code_from_2fa_app' => 'Paste the latest code from 2fa app...',
|
||||
'zero_for_unlimited_members' => 'Type -1 to set unlimited team members.',
|
||||
'max_team_members' => 'Max Team Members',
|
||||
'paste_code_from_2fa_app' => 'Paste the latest code from 2fa app...',
|
||||
'zero_for_unlimited_members' => 'Type -1 to set unlimited team members.',
|
||||
'max_team_members' => 'Max Team Members',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=adbd23bb1da95322",
|
||||
"/chunks/files.js": "/chunks/files.js?id=99230d6e76d78e5f",
|
||||
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=8ba6e0814135b24a",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=c0ff62b58694657e",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=d0db7e83583ff0df",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=fb44b76841c3eb0d",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=a67d469964ad8983",
|
||||
"/chunks/team-folders.js": "/chunks/team-folders.js?id=c52ff8e50d41546c",
|
||||
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=3d220840e64a50a0",
|
||||
"/chunks/invitation.js": "/chunks/invitation.js?id=9ed8456c9d6d5ce1",
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -121,8 +121,9 @@ class UpgradingVersionsController
|
||||
public function upgrade_to_2_0_16(): void
|
||||
{
|
||||
($this->updateLanguageStrings)([
|
||||
'write_feedback' => 'Help Us Improve',
|
||||
'change_password' => 'Security & API',
|
||||
'write_feedback' => 'Help Us Improve',
|
||||
'change_password' => 'Security & API',
|
||||
'shared.empty_shared' => "Nothing Shared Yet",
|
||||
]);
|
||||
|
||||
Artisan::call('cache:clear');
|
||||
|
||||
Reference in New Issue
Block a user