mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
# Conflicts: # .env.testing # README.md # composer.json # composer.lock # config/language-translations.php # config/vuefilemanager.php # public/chunks/admin.js # public/chunks/database.js # public/chunks/demo.js # public/chunks/files.js # public/chunks/my-shared-items.js # public/chunks/platform.js # public/chunks/recent-uploads.js # public/chunks/settings-storage.js # public/chunks/settings.js # public/chunks/shared.js # public/chunks/shared/browser.js # public/chunks/shared/single-file.js # public/chunks/sign-in.js # public/chunks/status-check.js # public/chunks/trash.js # public/chunks/user-storage.js # public/css/tailwind.css # public/js/main.js # public/mix-manifest.json # resources/js/components/Subscription/UserFixedSubscriptionDetail.vue # resources/js/store/modules/userAuth.js # resources/js/views/Admin.vue # resources/js/views/Admin/PaymentSettings/PaymentSettingsTab/Payments.vue # resources/js/views/Admin/Plans.vue # resources/js/views/Admin/Plans/Create/CreateFixedPlan.vue # resources/js/views/Admin/Settings/AppSettingsTabs/SignInUp.vue # resources/js/views/Demo.vue # resources/js/views/Frontpage/Homepage.vue # resources/js/views/Platform.vue # resources/views/index.blade.php # src/App/Console/Commands/SetupWebsocketEnvironment.php # src/App/Users/Models/UserLimitation.php # src/Domain/RemoteUpload/Controllers/RemoteUploadFileController.php # src/Domain/RemoteUpload/Controllers/UploadFilesRemotelyForUploadRequestController.php # src/Domain/RemoteUpload/Controllers/VisitorRemoteUploadFileController.php # src/Domain/RemoteUpload/Requests/RemoteUploadRequest.php # src/Domain/Settings/Controllers/StoreBroadcastServiceCredentialsController.php # src/Domain/Settings/Controllers/StorePaymentServiceCredentialsController.php # src/Domain/SetupWizard/Controllers/StoreEnvironmentSettingsController.php # src/Domain/UploadRequest/Controllers/UploadFilesForUploadRequestController.php # src/Support/Upgrading/Controllers/UpgradingVersionsController.php
529 lines
44 KiB
PHP
529 lines
44 KiB
PHP
<?php
|
||
|
||
return [
|
||
'regular' => [
|
||
'type' => 'Type',
|
||
'cancel' => 'Cancel',
|
||
'close' => 'Close',
|
||
'create_folder' => 'Create folder',
|
||
'delete' => 'Delete',
|
||
'download_item' => 'Download item',
|
||
'info_panel' => 'Info panel',
|
||
'move' => 'Move',
|
||
'print' => 'Print item',
|
||
'share_item' => 'Share item',
|
||
'sorting_view' => 'Sorting and View',
|
||
'upload_files' => 'Upload Files',
|
||
'dashboard' => 'Dashboard',
|
||
'settings' => 'Settings',
|
||
'users' => 'Users',
|
||
'license' => 'License',
|
||
'version' => 'Version',
|
||
'show_all_users' => 'Show All Users',
|
||
'change_capacity' => 'Change Capacity',
|
||
'avatar' => 'Avatar',
|
||
'account_details' => 'Account Details',
|
||
'admin_page_user.create_user.label_email' => 'Type E-mail',
|
||
'admin_page_user.create_user.label_name' => 'Type full name',
|
||
'admin_page_user.create_user.submit' => 'Create User',
|
||
'admin_page_user.delete_user' => 'Delete User',
|
||
'admin_page_user.label_change_capacity' => 'Type storage capacity in GB',
|
||
'admin_page_user.label_delete_user' => 'Type with Case Sensitive user name ‘{user}‘',
|
||
'admin_page_user.label_person_info' => 'Personal Information',
|
||
'admin_page_user.placeholder_delete_user' => 'Type here',
|
||
'admin_page_user.save_role' => 'Save Role',
|
||
'admin_page_user.select_role' => 'Select user role',
|
||
'admin_page_user.send_password_link' => 'Send Password Reset Link',
|
||
'action' => 'Action',
|
||
'user' => 'User',
|
||
'role' => 'Role',
|
||
'storage_used' => 'Storage Used',
|
||
'detail' => 'Detail',
|
||
'password' => 'Password',
|
||
'title' => 'Title',
|
||
'status' => 'Status',
|
||
'admin_settings.appearance.description' => 'App Description',
|
||
'admin_settings.appearance.description_plac' => 'Type your app description',
|
||
'admin_settings.appearance.favicon' => 'App Favicon (optional)',
|
||
'admin_settings.appearance.logo' => 'App Logo (optional)',
|
||
'app_logo_dark_mode' => 'App Logo Dark Mode (optional)',
|
||
'app_logo_horizontal_dark_mode' => 'App Logo Horizontal Dark Mode (optional)',
|
||
'admin_settings.appearance.logo_horizontal' => 'App Logo Horizontal (optional)',
|
||
'admin_settings.appearance.section_general' => 'General Settings',
|
||
'admin_settings.appearance.title' => 'App Title',
|
||
'admin_settings.appearance.title_plac' => 'Type your app title',
|
||
'admin_settings.email.driver' => 'Mail Driver',
|
||
'admin_settings.email.email_disclaimer' => "This form is not fully pre-filled for security reasons. Your email settings is available in your <b class='text-theme dark-text-theme'>.env</b> file. For apply new Email settings, please confirm your options by button at the end of formular.",
|
||
'admin_settings.email.encryption' => 'Mail Encryption',
|
||
'admin_settings.email.host' => 'Mail Host',
|
||
'admin_settings.email.password' => 'Mail Password',
|
||
'admin_settings.email.password_plac' => 'Type your mail password',
|
||
'admin_settings.email.port' => 'Mail Port',
|
||
'admin_settings.email.save_button' => 'Save Email Settings',
|
||
'clear_cache' => 'Clear Cache',
|
||
'admin_settings.others.default_storage' => 'Default Storage Space for New User Accounts (in GB)',
|
||
'admin_settings.others.default_storage_plac' => 'Set default storage space in GB',
|
||
'admin_settings.others.google_analytics' => 'Google Analytics Code (optional)',
|
||
'admin_settings.others.google_analytics_plac' => 'Paste your Google Analytics Code',
|
||
'admin_settings.others.mimetypes_blacklist' => 'Mimetypes Blacklist',
|
||
'admin_settings.others.mimetypes_blacklist_help' => "If you want to prevent upload some type of files, just add them to blacklist like this: x-php,mp3,jpeg Use a comma between each mimetype. Don't use a dot before mimetypes.",
|
||
'admin_settings.others.mimetypes_blacklist_plac' => 'Add mimetypes to Blacklist',
|
||
'admin_settings.others.storage_limit' => 'Storage Limitation',
|
||
'admin_settings.others.storage_limit_help' => "If this value is off, all users will have infinity storage capacity and you won't be able to charge your users for storage plan.",
|
||
'admin_settings.others.upload_limit' => 'Upload Limit (in MB)',
|
||
'admin_settings.others.upload_limit_help' => 'If you want to set max file size limit on single upload, add size of your limit in MB. E.g. 100 means 100 MB and 2 000 means 2 000 MB limit.',
|
||
'admin_settings.others.upload_limit_plac' => 'Type your upload limit in MB',
|
||
'appearance' => 'Appearance',
|
||
'admin_settings.tabs.others' => 'Application',
|
||
'alerts.error_confirm' => 'That’s horrible!',
|
||
'alerts.success_confirm' => 'Awesome!',
|
||
'add_to_favourites' => 'Add to Favourites',
|
||
'download' => 'Download',
|
||
'copy' => 'Copy',
|
||
'empty_trash' => 'Flush',
|
||
'remove_favourite' => 'Remove Favourite',
|
||
'rename' => 'Rename',
|
||
'restore' => 'Restore',
|
||
'select' => 'Select',
|
||
'share' => 'Share',
|
||
'cancel_sharing' => 'Cancel Sharing',
|
||
'edit_sharing' => 'Edit Sharing',
|
||
'upload' => 'Upload',
|
||
'datatable.paginate_info' => 'Showing 1 - {visible} from {total} records',
|
||
'empty_page.call_to_action' => 'Upload Files',
|
||
'empty_page.description' => 'Upload some files here easily via upload button.',
|
||
'empty_page.title' => 'Upload Your First File',
|
||
'errors.capacity_digit' => 'The storage capacity must be lower than 10 digit number.',
|
||
'created_at' => 'Created at',
|
||
'items' => 'Items',
|
||
'space' => 'space',
|
||
'selected_multiple' => 'Selected Multiple Items',
|
||
'shared' => 'Shared',
|
||
'size' => 'Size',
|
||
'where' => 'Where',
|
||
'aperature' => 'F Number',
|
||
'aperture_value' => 'Aperture Value',
|
||
'author' => 'Author',
|
||
'camera_lens' => 'Camera Lens',
|
||
'color_space' => 'Color Space',
|
||
'dimension' => 'Dimensions',
|
||
'exposure' => 'Exposure Time',
|
||
'focal' => 'Focal Length',
|
||
'iso' => 'ISO',
|
||
'latitude' => 'Latitude',
|
||
'longitude' => 'Longitude',
|
||
'make' => 'Camera',
|
||
'meta_data' => 'Metadata',
|
||
'model' => 'Model',
|
||
'resolution' => 'Resolution',
|
||
'time_data' => 'Content Created',
|
||
'empty' => 'Empty',
|
||
'folder.item_counts' => '{count} Item | {count} Items',
|
||
'admin' => 'Admin',
|
||
'yes_iam_sure' => "Yes, I'm sure",
|
||
'free' => 'Free',
|
||
'get_it' => 'Get It',
|
||
'input_image.supported' => 'Supported formats are .png, .jpg, .jpeg.',
|
||
'input_image.title' => 'Upload Image',
|
||
'search_anything' => 'Search anything...',
|
||
'item_thumbnail.deleted_at' => 'Deleted {time}',
|
||
'locations.home' => 'Files',
|
||
'logout' => 'Log Out',
|
||
'locations.profile' => 'Profile',
|
||
'locations.settings' => 'Settings',
|
||
'locations.trash' => 'Trash',
|
||
'administration' => 'Administration',
|
||
'menu.files' => 'Files',
|
||
'menu.latest' => 'Recent Uploads',
|
||
'menu.password' => 'Security & API',
|
||
'menu.profile' => 'Profile Settings',
|
||
'menu.shared' => 'Shared Files',
|
||
'storage' => 'Storage',
|
||
'trash' => 'Trash',
|
||
'nothing_to_preview' => 'There is nothing to preview.',
|
||
'messages.nothing_was_found' => 'Nothing was found.',
|
||
'deselect_all' => 'Deselect All',
|
||
'done' => 'Done',
|
||
'select_all' => 'Select All',
|
||
'page_contact_us.description' => 'Do you have any questions? Get in touch with us.',
|
||
'page_contact_us.error_message' => 'Something went wrong, please try it again.',
|
||
'page_contact_us.form.email_plac' => 'Type your email',
|
||
'message' => 'Message',
|
||
'page_contact_us.form.message_plac' => 'Type your message here...',
|
||
'send_message' => 'Send Message',
|
||
'page_contact_us.success_message' => 'Your message was send successfully.',
|
||
'update_password' => 'Update Password',
|
||
'confirm_password' => 'Confirm password',
|
||
'email' => 'Email',
|
||
'new_password' => 'New password',
|
||
'page_create_password.subtitle' => 'Create your new password here',
|
||
'page_create_password.title' => 'Only One Step to Log In',
|
||
'get_link' => 'Get Link',
|
||
'sign_in' => 'Sign In',
|
||
'page_forgotten_password.pass_reseted_subtitle' => 'Your password was reset successfully.',
|
||
'page_forgotten_password.pass_reseted_title' => 'Awesome!',
|
||
'page_forgotten_password.pass_sennded_subtitle' => 'We have e-mailed your password reset link!',
|
||
'page_forgotten_password.pass_sennded_title' => 'Thank you!',
|
||
'page_forgotten_password.password_remember_text' => 'Remember your password?',
|
||
'page_forgotten_password.subtitle' => 'Get reset link with your email',
|
||
'page_forgotten_password.title' => 'Forgotten Password?',
|
||
'sign_up_now' => 'Sign Up Now',
|
||
'contact_us' => 'Contact Us',
|
||
'pricing' => 'Pricing',
|
||
'page_index.menu.sign_in' => 'Sign Up',
|
||
'page_index.sign_feature_1' => 'No credit card required',
|
||
'page_index.sign_feature_2' => '{defaultSpace} Free storage space',
|
||
'page_index.sign_up_button' => 'Sign Up Now',
|
||
'next_step' => 'Next Step',
|
||
'page_login.placeholder_email' => 'Type your E-mail',
|
||
'page_login.registration_button' => 'Register account.',
|
||
'page_login.registration_text' => 'Don’t have an account?',
|
||
'page_login.subtitle' => 'Please type your email to log in',
|
||
'welcome_back' => 'Welcome Back!',
|
||
'page_registration.agreement' => "By clicking on 'Create Account' button I agree to the {0} and {1}.",
|
||
'create_account' => 'Create Account',
|
||
'page_registration.have_an_account' => 'Do you have an account?',
|
||
'full_name' => 'Full Name',
|
||
'page_registration.label_pass' => 'Create password',
|
||
'page_registration.placeholder_confirm_pass' => 'Confirm your new password',
|
||
'page_registration.placeholder_email' => 'Type your E-mail',
|
||
'page_registration.placeholder_name' => 'Type your full name',
|
||
'page_registration.subtitle' => 'Please fill registration to create account',
|
||
'page_registration.title' => 'Create New Account',
|
||
'page_shared.download_file' => 'Download File',
|
||
'page_shared.placeholder_pass' => 'Type password',
|
||
'submit' => 'Submit',
|
||
'page_shared.subtitle' => 'Please type the password to get shared content',
|
||
'page_shared.title' => 'Your Share Link is Protected',
|
||
'page_shared_404.subtitle' => 'The content you are finding was probably deleted.',
|
||
'page_shared_404.title' => 'Not Found :(',
|
||
'log_in' => 'Log In',
|
||
'page_sign_in.password_reset_button' => 'Reset Password.',
|
||
'page_sign_in.password_reset_text' => 'Forgotten your password?',
|
||
'page_sign_in.placeholder_password' => 'Type your password',
|
||
'page_sign_in.subtitle' => 'Confirm you by your password',
|
||
'page_sign_in.title' => 'Are You {name}?',
|
||
'page_sign_in_2fa_title' => 'Welcome {name}',
|
||
'page_sign_in_2fa_subtitle' => 'Confirm you by 2FA code from your Authenticator app',
|
||
'page_sign_in.placeholder_2fa' => 'Type your 2FA code...',
|
||
'page_sign_in.2fa_recovery_text' => "Can't get your 2FA code?",
|
||
'page_sign_in.2fa_recovery_button' => 'Use recovery code.',
|
||
'page_sign_in.2fa_recovery_subtitle' => 'Use your recovery code',
|
||
'page_sign_in.placeholder_2fa_recovery' => 'Type your recovery code',
|
||
'page_not_verified.subtitle' => 'Your account is not verified. Before login, verify your account please.',
|
||
'page_not_verified.resend_text' => 'Do you want resend verification email?',
|
||
'page_not_verified.resend_button' => 'Resend verification email.',
|
||
'page_email_successfully_verified.title' => 'Your account was successfully verified!',
|
||
'page_email_successfully_verified.subtitle' => 'Now you can log in.',
|
||
'page_email_successfully_send.title' => 'Verification email was successfully send!',
|
||
'page_email_successfully_send.subtitle' => 'Check your email address where the email was send.',
|
||
'popup_create_folder.folder_default_name' => 'New Folder',
|
||
'popup_create_folder.label' => 'Type Name',
|
||
'popup_create_folder.placeholder' => 'Type your name',
|
||
'popup_create_folder.title' => 'Create Folder',
|
||
'popup_deleted_user.message' => 'Your user was deleted with all user data content.',
|
||
'popup_deleted_user.title' => 'User was deleted',
|
||
'popup_deleted_user_aborted.title' => "User wasn't deleted",
|
||
'popup_error.message' => "Something went wrong and we can't continue. Please contact us.",
|
||
'popup_error.title' => 'Whooops, something went wrong!',
|
||
'popup_exceed_limit.message' => 'Please upgrade your account to change your limit.',
|
||
'popup_exceed_limit.title' => 'You exceed storage limit',
|
||
'popup_mimetypes_blacklist.message' => 'File of this type ({mimetype}) is not allowed to upload.',
|
||
'popup_mimetypes_blacklist.title' => 'You are trying to upload unsupported file type',
|
||
'popup_move_item.submit' => 'Move Item',
|
||
'popup_move_item.title' => 'Move Item',
|
||
'popup_pass_changed.message' => 'So now, you have awesome new password.',
|
||
'popup_pass_changed.title' => 'Your password was changed!',
|
||
'popup_paylod_error.message' => "Sorry, your file is too large and can't be uploaded",
|
||
'popup_paylod_error.title' => 'File is too large',
|
||
'popup_rename.select_emoji_label' => 'Pick Your Emoji Icon',
|
||
'popup_rename.label' => 'Edit Name',
|
||
'popup_rename.placeholder' => 'Type your title',
|
||
'popup_rename.title' => 'Rename Your {item}',
|
||
'popup_share_create.title' => 'Share Your {item}',
|
||
'popup_share_edit.change_pass' => 'Change Password',
|
||
'popup_share_edit.confirm' => 'Confirm',
|
||
'popup_share_edit.save' => 'Save Changes',
|
||
'popup_share_edit.stop' => 'Cancel Sharing',
|
||
'popup_share_edit.title' => 'Update sharing options',
|
||
'popup_signup_error.message' => 'Please check your database connection if everything works correctly.',
|
||
'popup_signup_error.title' => 'Server Error',
|
||
'popup_upload_limit.message' => 'Size of your uploaded file exceed the upload limit ({uploadLimit}).',
|
||
'popup_upload_limit.title' => 'You exceed upload limit on single file',
|
||
'preview_sorting.grid_view' => 'Grid View',
|
||
'preview_sorting.list_view' => 'List View',
|
||
'preview_sorting.preview_sorting_button' => 'View',
|
||
'preview_sorting.sort_alphabet' => 'Sort By Aplhabet',
|
||
'preview_sorting.sort_date' => 'Sort By Date',
|
||
'profile.store_pass' => 'Store New Password',
|
||
'pronouns.of' => 'of',
|
||
'roles.admin' => 'Admin',
|
||
'roles.user' => 'User',
|
||
'others' => 'Others',
|
||
'edit_page' => 'Edit Page',
|
||
'my_profile' => 'My Profile',
|
||
'change_password' => 'Security & API',
|
||
'create_user' => 'Create User',
|
||
'delete_user' => 'Delete User',
|
||
'routes_title.users_list' => 'User Management',
|
||
'routes_title.users_password' => 'Password',
|
||
'routes_title.users_storage_usage' => 'Storage Usage',
|
||
'routes_title.users_user' => 'User',
|
||
'can_download_file' => 'Can download file',
|
||
'shared.editor' => 'Can edit and upload files',
|
||
'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',
|
||
'shared_form.email_placeholder' => 'Type your emails',
|
||
'shared_form.expiration_day' => '{value}d.',
|
||
'shared_form.expiration_hour' => '{value}h.',
|
||
'password_protected' => 'Password Protected',
|
||
'permission' => 'Permission',
|
||
'shared_form.label_send_to_recipients' => 'Send to Recipients',
|
||
'get_your_link' => 'Get your link',
|
||
'shared_form.placeholder_permission' => 'Select your permission',
|
||
'recipients' => 'Recipients',
|
||
'favourites' => 'Favourites',
|
||
'sidebar.favourites_empty' => 'Drag here your favourite folder.',
|
||
'sidebar.home' => 'My Files',
|
||
'sidebar.latest' => 'Recent Uploads',
|
||
'sidebar.locations_title' => 'Base',
|
||
'publicly_shared' => 'Publicly Shared',
|
||
'navigator' => 'Navigator',
|
||
'toaster.changed_capacity' => "You successfully changed user's storage size!",
|
||
'toaster.changed_user' => "You successfully changed user's role!",
|
||
'toaster.created_user' => 'User was created successfully!',
|
||
'toaster.email_set' => 'Your email settings was updated successfully',
|
||
'toaster.sended_password' => 'You successfully send user email for reset password!',
|
||
'file' => 'File',
|
||
'folder' => 'Folder',
|
||
'uploading.cancel' => 'Cancel Uploading',
|
||
'uploading.processing_file' => 'Processing File...',
|
||
'uploading.progress' => 'Uploading File {progress}% - {current}/{total}',
|
||
'user_box_delete.description' => 'You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted.',
|
||
'user_box_delete.title' => 'Delete User',
|
||
'user_box_password.description' => 'You can send password reset email via button bellow. User will be redirected to page where he can update password for his account.',
|
||
'user_box_password.title' => 'Change User Password',
|
||
'user_box_role.description' => 'You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings.',
|
||
'user_box_role.title' => 'Change User Role',
|
||
'user_box_storage.description' => "Change user storage capacity by input above. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
|
||
'user_box_storage.title' => 'Change User Storage Capacity',
|
||
'user_password.title' => 'Change Your Password',
|
||
'name' => 'Name',
|
||
'timezone' => 'Timezone',
|
||
'select_your_timezone' => 'Select your timezone',
|
||
'account_information' => 'Account Information',
|
||
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect or expired code',
|
||
'validation_errors.incorrect_2fa_recovery_code' => 'Sorry, you passed incorrect recovery code',
|
||
'validation_errors.incorrect_password' => 'Sorry, you passed incorrect password :(',
|
||
'wrong_image_error' => 'You may have uploaded the wrong file, try again!',
|
||
'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue',
|
||
'user_not_fount' => 'We can\'t find a user with that e-mail address.',
|
||
'incorrect_password' => 'Sorry, your password is incorrect.',
|
||
'time' => 'd. M. Y, h:i',
|
||
'home' => 'Home',
|
||
'shared_link_email_subject' => '🙋 :user share some files with you. Look at it!',
|
||
'shared_link_email_user' => ':user (:email) send you a link to shared files.',
|
||
'shared_link_email_link' => 'Open your files',
|
||
'shared_link_email_salutation' => 'Regards, :app_name',
|
||
'hello' => 'Hello!',
|
||
'reset_password_subject' => 'Reset password for your account on ',
|
||
'reset_password_line_1' => 'You are receiving this email because we received a password reset request for your account.',
|
||
'reset_password_line_2' => 'If you did not request a password reset, no further action is required.',
|
||
'reset_password' => 'Reset Password',
|
||
'salutation' => 'Regards',
|
||
'user_sending' => ':name is sending you this file',
|
||
'protected_file' => 'This link is protected by password',
|
||
'languages' => 'Languages',
|
||
'add_language' => 'Add Language',
|
||
'create_language' => 'Create Language',
|
||
'edit_translations' => 'Edit Translations',
|
||
'language_name' => 'Language Name',
|
||
'set_as_default_language' => 'Set as Default Language',
|
||
'language_settings' => 'Language Settings',
|
||
'search_translations' => 'Search Language Translations...',
|
||
'select_locale' => 'Select Locale',
|
||
'locale_name' => 'Language Name',
|
||
'select_language_locale' => 'Select Language Locale',
|
||
'type_language_name' => 'Type Language Name',
|
||
'go_to_files' => 'Go to Files',
|
||
'color_theme' => 'Color Theme',
|
||
'color_theme_description' => 'Your color change will be visible after app refresh.',
|
||
'og_image' => 'OG Image',
|
||
'og_image_description' => 'Image that appear when someone shares the content to Facebook or any other social medium. Preferred size is 1200x627',
|
||
'app_touch_icon' => 'App Touch Icon',
|
||
'app_touch_icon_description' => 'If user store bookmark on his phone screen, this icon appear in app thumbnail. Preferred size is 156x156',
|
||
'search_in_list' => 'Search in list...',
|
||
'2fa.settings.title' => 'Two Factor Authentication',
|
||
'2fa.i_have_2fa_app' => 'I have already 2FA app',
|
||
'confirm_your_password' => 'Confirm Your Password',
|
||
'popup_2fa.help' => 'Scan the image above with the <b class="text-theme dark-text-theme">two-factor authentication app</b> on your phone.',
|
||
'confirm' => 'Confirm',
|
||
'popup_2fa.toaster_enabled' => 'Your 2FA was enabled successfully!',
|
||
'popup_2fa.toaster_disabled' => 'Your 2FA was disabled!',
|
||
'popup_2fa.switch_title' => 'Enable / Disable Two Factor Authentication',
|
||
'popup_2fa.switch_info' => 'Here you can improve your account security by turn on 2fa verification.',
|
||
'show_recovery_codes' => 'Show Recovery Codes',
|
||
'popup_2fa.codes_info' => 'Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.',
|
||
'show_codes' => 'Show Codes',
|
||
'your_security_codes' => 'Your Security Codes',
|
||
'popup_2fa.popup_codes_disclaimer' => '<b class="text-theme dark-text-theme">Put these in a safe spot.</b> If you lose your device and don’t have the recovery codes you will lose access to your account.',
|
||
'regenerate_codes' => 'Regenerate Codes',
|
||
'popup_2fa.toaster_codes_copied' => 'Your codes was copied!',
|
||
'popup_2fa.toaster_codes_regenerated' => 'Your codes was regenerated!',
|
||
'go_home' => 'Go to the homepage',
|
||
'never' => 'Never',
|
||
'last_used' => 'Last Used',
|
||
'personal_access_token' => 'Personal Access Token',
|
||
'personal_token.section_description' => "You don't have any created personal access tokens yet.",
|
||
'create_token' => 'Create Token',
|
||
'create_personal_token' => 'Create Personal Token',
|
||
'token_name' => 'Token Name',
|
||
'popup_personal_token.plc' => 'Type token name...',
|
||
'popup_personal_token.your_token' => 'Your Personal Access Token',
|
||
'popup_personal_token.copy_token' => "Make sure to <b class='text-theme dark-text-theme'>copy your personal access token now</b>. You won’t be able to see it again!",
|
||
'popup_delete_personal_token.title' => 'Are you sure you want to delete this token?',
|
||
'popup_delete_personal_token.description' => 'Any applications or scripts using this token will no longer be able to access into your account. You cannot undo this action.',
|
||
'personal_token.token_deleted' => 'Token was successfully deleted!',
|
||
'dark_mode_toggle' => 'Toggle Dark Mode',
|
||
'create_something' => 'Create Something',
|
||
'popup.share.email_send' => 'Send link by Email',
|
||
'popup.share.email_description' => 'Send your share link via email to many recipients.',
|
||
'expiration' => 'Expiration',
|
||
'popup.share.expiration_description' => 'Your link expire after exact period of time.',
|
||
'popup.share.password_description' => 'Protect your item by your custom password.',
|
||
'sharelink.share_via_email' => 'Share Link on Emails',
|
||
'sharelink.copy_embed' => 'Copy Web Insert Code',
|
||
'upload_folder' => 'Upload Folder',
|
||
'application' => 'Application',
|
||
'account_settings' => 'Account Settings',
|
||
'first_name' => 'First Name',
|
||
'last_name' => 'Last Name',
|
||
'gmt' => 'GMT',
|
||
'theme_mode' => 'Theme Mode',
|
||
'set_default_theme_disclaimer' => 'Set your theme mode on dark, light or based on your system settings.',
|
||
'default_emojis' => 'Default Emojis',
|
||
'set_default_emoji_disclaimer' => 'Set your default emojis for your folder custom icons. You can set Twemoji or default Apple emojis.',
|
||
'light_mode' => 'Light mode',
|
||
'dark_mode' => 'Dark mode',
|
||
'based_on_system' => 'Based on system settings',
|
||
'storage_usage' => 'Storage Usage',
|
||
'total_of' => 'Total of {capacity}',
|
||
'used' => 'Used',
|
||
'in_last_x_days' => 'In last 45 days',
|
||
'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',
|
||
'not_any_folder' => "There isn't any folder.",
|
||
'view' => 'View',
|
||
'sorting' => 'Sorting',
|
||
'options' => 'Options',
|
||
'loading_content' => 'loading content...',
|
||
'note' => 'Note',
|
||
'user_was_deleted' => 'User was deleted',
|
||
'max_storage' => 'Max Storage',
|
||
'there_is_nothing' => 'There is Nothing',
|
||
'there_is_nothing_smile' => 'There is nothing :(',
|
||
'cache' => 'Cache',
|
||
'cache_note' => 'Did you change anything in your .env file? Then clear your cache.',
|
||
'there_is_not_log' => 'There is not any server log.',
|
||
'there_is_not_database_backup' => 'There is not any database backup stored.',
|
||
'backup_path' => 'You can find your backups in <b>/storage/app/app-backups</b>.',
|
||
'update_your_credentials' => 'Update Your Credentials',
|
||
'search_your_users' => 'Search through your users...',
|
||
'files_and_folders' => 'Files & Folders',
|
||
'actions' => 'Actions',
|
||
'suggested_filters' => 'Suggested Filters',
|
||
'go' => 'Go',
|
||
'navigate' => 'Navigate',
|
||
'web_code_copied' => 'Your web insert code was copied',
|
||
'share_with_multiple_emails' => 'Share on multiple emails',
|
||
'get_qr_code' => 'Get your QR code',
|
||
'store_changes' => 'Store Changes',
|
||
'send' => 'Send',
|
||
'show_details' => 'Show Details',
|
||
'select_or_search_emoji' => 'Select or search emoji icon...',
|
||
'folder_name_optional' => 'Folder Name (optional)',
|
||
'folder_name_optional_description' => 'Created folder with files will be named with your own name.',
|
||
'type_name_' => 'Type name...',
|
||
'replace_icon_with_emoji' => 'Replace folder icon with an Emoji',
|
||
'emoji_as_an_icon' => 'Emoji as an Icon',
|
||
'current_password' => 'Current Password',
|
||
'delete_account' => 'Delete Account',
|
||
'details' => 'Details',
|
||
'store_credentials' => 'Store Credentials',
|
||
'default_language_disclaimer' => 'If this language is set as default, app will appear in this language for all users.',
|
||
'reset_user_password' => 'Reset User Password',
|
||
'server' => 'Server',
|
||
'environment' => 'Environment',
|
||
'storage_upload' => 'Storage & Upload',
|
||
'allow_recaptcha' => 'Allow ReCaptcha v3',
|
||
'allow_recaptcha_note' => 'ReCaptcha will be allowed on Registration and Contact Us forms.',
|
||
'account' => 'Account',
|
||
'search' => 'Search',
|
||
'latest_registrations' => 'Latest Registrations',
|
||
'total_storage' => 'Total Storage',
|
||
'total_users' => 'Total Users',
|
||
'temporary_unavailable' => 'Temporary Unavailable',
|
||
'shared_link_temporary_unavailable' => 'Unfortunately, this shared link is temporary unavailable. Please try it later.',
|
||
'type_valid_email' => 'You have to type valid email',
|
||
'go_to_dashboard' => 'Go To Dashboard',
|
||
'go_to_settings' => 'Go To Settings',
|
||
'go_to_languages' => 'Go To Languages',
|
||
'go_home_spotlight' => 'Go Home',
|
||
'go_to_recent_uploads' => 'Go To Recent Uploads',
|
||
'go_to_publicly_shared' => 'Go To Publicly Shared',
|
||
'go_to_trash' => 'Go To Trash',
|
||
'update_profile_settings' => 'Update Profile Settings',
|
||
'update_security_api' => 'Update Security & API',
|
||
'show_storage_details' => 'Show Storage Details',
|
||
'empty_your_trash' => 'Empty Your Trash',
|
||
'toggle_grid_list_view' => 'Toggle Grid/List View',
|
||
'toggle_dark_light_mode' => 'Toggle Dark/Light Mode',
|
||
'toggle_full_screen_mode' => 'Toggle Full-Screen Mode',
|
||
'toggle_emoji_type' => 'Toggle Emoji Type',
|
||
'write_feedback' => 'Write a Feedback',
|
||
'branding' => 'Branding',
|
||
'save_storage_settings' => 'Save Storage Settings',
|
||
'storage_driver' => 'Storage Driver',
|
||
'mail_driver' => 'Mail Driver',
|
||
'select_mail_driver' => 'Select your mail driver',
|
||
'storage_driver_updated' => 'Your storage driver was updated.',
|
||
'spotlight_search' => 'Spotlight search...',
|
||
'add' => 'Add',
|
||
'can_edit' => 'Can Edit',
|
||
'can_view' => 'Can View',
|
||
'exceed_upload_limit' => 'You exceeded your upload limit',
|
||
'exceed_upload_limit_description' => 'Unfortunately, you can not upload your file.',
|
||
'images' => 'Images',
|
||
'videos' => 'Videos',
|
||
'audios' => 'Audios',
|
||
'documents' => 'Documents',
|
||
'paginator' => 'Showing {from} - {to} from {total} records',
|
||
'completed' => 'Completed',
|
||
'error' => 'Error',
|
||
'total_x_of_x_used' => 'Total {use} of {total} Used',
|
||
'go_back_from_x' => 'Go back from {location}',
|
||
'user_action_not_allowed' => 'This user action is not allowed.',
|
||
'password_doesnt_match' => 'The provided password does not match your current password.',
|
||
'amount' => 'Amount',
|
||
'copy_direct_download_link' => 'Copy Direct Download Link',
|
||
'direct_link_copied' => 'Your direct download link was copied',
|
||
'application_settings' => 'Application / Settings',
|
||
'appearance_settings' => 'Appearance / Settings',
|
||
'environment_settings' => 'Environment / Settings',
|
||
'server_settings' => 'Server / Settings',
|
||
'user_features' => 'User Features',
|
||
'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...',
|
||
'configure_your_credentials' => 'Configure Your Credentials',
|
||
],
|
||
];
|