From 98d9f3ab0d2bc1ceec132071fef89cc1e040e40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Sat, 19 Mar 2022 10:14:11 +0100 Subject: [PATCH] language strings refactoring --- config/language-translations.php | 324 ++++++++---------- public/mix-manifest.json | 102 +++--- .../Admin/WidgetLatestRegistrations.vue | 26 +- .../FilePreview/FilePreviewToolbar.vue | 16 +- .../FilesView/DesktopSharepageToolbar.vue | 14 +- .../components/FilesView/DesktopToolbar.vue | 16 +- .../FilesView/DesktopUploadRequestToolbar.vue | 14 +- resources/js/components/FilesView/DragUI.vue | 4 +- .../FilesView/FileActionsMobile.vue | 6 +- .../components/FilesView/FileFilterMobile.vue | 4 +- .../js/components/FilesView/ImageMetaData.vue | 28 +- .../js/components/FilesView/InfoSidebar.vue | 14 +- .../FilesView/InfoSidebarUploadRequest.vue | 14 +- .../Index/Components/PricingTables.vue | 2 +- .../js/components/Index/IndexGetStarted.vue | 2 +- .../js/components/Index/IndexNavigation.vue | 8 +- .../js/components/Index/IndexPageFooter.vue | 4 +- .../js/components/Index/IndexPageHeader.vue | 2 +- .../js/components/Others/ConfirmPassword.vue | 4 +- .../Others/CreatePersonalTokenPopup.vue | 8 +- .../Others/CreateUploadRequestPopup.vue | 2 +- .../components/Others/Forms/SelectInput.vue | 2 +- .../js/components/Others/MobileNavigation.vue | 18 +- .../js/components/Others/MoveItemPopup.vue | 4 +- .../components/Others/PlanPricingTables.vue | 4 +- .../components/Others/Popup/ConfirmPopup.vue | 2 +- .../js/components/Others/RenameItemPopup.vue | 4 +- .../js/components/Others/ShareCreatePopup.vue | 14 +- .../js/components/Others/ShareEditPopup.vue | 8 +- .../Others/TwoFactorQrSetupPopup.vue | 4 +- .../Others/TwoFactorRecoveryCodesPopup.vue | 10 +- resources/js/helpers/functionHelpers.js | 4 +- resources/js/routes/routesAdmin.js | 32 +- resources/js/routes/routesUser.js | 8 +- resources/js/views/Admin.vue | 12 +- resources/js/views/Admin/Dashboard.vue | 8 +- resources/js/views/Admin/Pages.vue | 8 +- resources/js/views/Admin/Pages/PageEdit.vue | 8 +- .../PaymentSettingsTab/Billings.vue | 4 +- .../PaymentSettingsTab/Payments.vue | 2 +- resources/js/views/Admin/Plans.vue | 4 +- .../Admin/Plans/Tabs/PlanFixedSettings.vue | 2 +- .../Admin/Plans/Tabs/PlanSubscribers.vue | 4 +- resources/js/views/Admin/Subscriptions.vue | 2 +- resources/js/views/Admin/Users.vue | 26 +- resources/js/views/Admin/Users/User.vue | 8 +- resources/js/views/Admin/Users/UserCreate.vue | 12 +- .../views/Admin/Users/UserTabs/UserDetail.vue | 16 +- .../Admin/Users/UserTabs/UserStorage.vue | 2 +- resources/js/views/Auth/CreateNewPassword.vue | 16 +- resources/js/views/Auth/ForgottenPassword.vue | 6 +- resources/js/views/Auth/SignIn.vue | 6 +- resources/js/views/Auth/SignUp.vue | 12 +- .../views/Auth/SuccessfullyEmailVerified.vue | 2 +- .../Components/NavigationSharePanel.vue | 2 +- .../Components/PanelNavigationFiles.vue | 6 +- resources/js/views/FileView/Files.vue | 50 +-- resources/js/views/FileView/MySharedItems.vue | 36 +- resources/js/views/FileView/Public.vue | 44 +-- resources/js/views/FileView/RecentUploads.vue | 34 +- resources/js/views/FileView/SharedWithMe.vue | 38 +- resources/js/views/FileView/TeamFolders.vue | 50 +-- resources/js/views/FileView/Trash.vue | 30 +- .../js/views/FileView/UploadRequestFiles.vue | 36 +- resources/js/views/Frontpage/ContactUs.vue | 8 +- resources/js/views/NotFound.vue | 2 +- resources/js/views/Profile.vue | 4 +- resources/js/views/SharedAuthentication.vue | 2 +- resources/js/views/TemporaryUnavailable.vue | 2 +- resources/js/views/User/Password.vue | 16 +- resources/js/views/User/Settings.vue | 18 +- src/App/Users/Notifications/ResetPassword.php | 4 +- .../Notifications/SharedSendViaEmail.php | 2 +- 73 files changed, 617 insertions(+), 655 deletions(-) diff --git a/config/language-translations.php b/config/language-translations.php index c1b29e8e..01ad6901 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -12,7 +12,6 @@ return [ 'type_plan_name' => 'Type plan name', 'plan_name' => 'Plan name', 'admin_page_plans.form.price_plac' => 'Plan price', - 'admin_page_plans.form.status' => 'Status', 'admin_page_plans.form.status_help' => 'Status of your plan availability on website.', 'admin_page_plans.form.storage' => 'Storage Capacity in GB', 'admin_page_plans.form.storage_helper' => "You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.", @@ -20,9 +19,9 @@ return [ 'admin_page_plans.subscribers.empty' => 'There is no any subscriber yet.', 'subscribers' => 'Subscribers', 'settings' => 'Settings', - 'admin_settings.billings.address' => 'Billing Address', + 'billing_address' => 'Billing Address', 'admin_settings.billings.address_plac' => 'Type your billing address', - 'admin_settings.billings.city' => 'Billing City', + 'billing_city' => 'Billing City', 'admin_settings.billings.city_plac' => 'Type your billing city', 'admin_settings.billings.company_name' => 'Company Name', 'admin_settings.billings.company_name_plac' => 'Type your company name', @@ -44,8 +43,8 @@ return [ 'admin_settings.payments.stripe_sec_key_plac' => 'Paste your secret key', 'billings' => 'Billings', 'payments' => 'Payments', - 'global.monthly_ac' => 'Mo.', - 'global.premium' => 'Premium', + 'mo.' => 'Mo.', + 'premium' => 'Premium', 'invoices' => 'Invoices', 'subscription' => 'Subscription', 'page_pricing_tables.storage_capacity' => 'Of Storage Capacity', @@ -55,14 +54,11 @@ return [ 'popup_subscription_cancel.title' => 'Subscription Was Canceled', 'plan' => 'Plan', 'plan_delete' => 'Plan Delete', - 'routes_title.plan_settings' => 'Plan Settings', - 'routes_title.pricing_plans' => 'Pricing Plans', - 'routes_title.subscribers' => 'Subscribers', - 'routes_title.subscription' => 'Subscription', + 'plan_settings' => 'Plan Settings', + 'pricing_plans' => 'Pricing Plans', 'toaster.plan_created' => 'Your plan was successfully created!', 'toaster.credentials_set' => 'Your {service} credentials was successfully set!', 'user_invoices.empty' => "You don't have any invoices yet.", - 'user_payments.card_field_title' => 'Credit Card', 'print_button' => 'Print Document', 'invoice' => 'Invoice', 'date' => 'Date', @@ -72,11 +68,7 @@ return [ 'client' => 'Client', 'seller_vat' => 'VAT number', 'phone' => 'Phone', - 'address' => 'Address', - 'city' => 'City', - 'state' => 'State', 'postal_code' => 'Postal code', - 'country' => 'Country', // v2 'max_team_members' => 'Up to {value} Team Members', @@ -96,28 +88,26 @@ return [ ], 'regular' => [ 'cancel' => 'Cancel', - 'close' => 'Close', - 'actions.create_folder' => 'Create folder', - 'delete' => 'Delete item', - 'download_item' => 'Download item', - 'actions.info_panel' => 'Info panel', - 'actions.move' => 'Move item', - 'actions.print' => 'Print item', - 'actions.share' => 'Share item', - 'actions.sorting_view' => 'Sorting and View', - 'actions.upload' => 'Upload Files', - 'admin_menu.dashboard' => 'Dashboard', - 'admin_menu.pages' => 'Pages', - 'admin_menu.settings' => 'Settings', - 'admin_menu.users' => 'Users', - 'admin_menu.languages' => 'Languages', - 'admin_page_dashboard.backer_button' => 'Help Us Improve', - 'admin_page_dashboard.license' => 'License', - 'admin_page_dashboard.version' => 'Version', - 'admin_page_dashboard.w_total_space.link' => 'Show All Users', - 'admin_page_user.change_capacity' => 'Change Capacity', - 'admin_page_user.create_user.avatar' => 'Avatar', - 'admin_page_user.create_user.group_details' => 'Account Details', + 'close' => 'Close', + 'create_folder' => 'Create folder', + 'delete' => 'Delete item', + 'download_item' => 'Download item', + 'info_panel' => 'Info panel', + 'move' => 'Move item', + 'print' => 'Print item', + 'share_item' => 'Share item', + 'sorting_view' => 'Sorting and View', + 'upload_files' => 'Upload Files', + 'dashboard' => 'Dashboard', + 'pages' => 'Pages', + '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_conf_pass' => 'Confirm password', 'admin_page_user.create_user.label_email' => 'Type E-mail', 'admin_page_user.create_user.label_name' => 'Type full name', @@ -130,23 +120,22 @@ return [ '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', - 'admin_page_user.table.action' => 'Action', + 'action' => 'Action', 'admin_page_user.table.created_at' => 'Registered', - 'admin_page_user.table.name' => 'User', - 'admin_page_user.table.role' => 'Role', - 'admin_page_user.table.storage_used' => 'Storage Used', - 'admin_page_user.tabs.detail' => 'Detail', - 'admin_page_user.tabs.password' => 'Password', - 'admin_pages.form.content' => 'Content', + 'user' => 'User', + 'role' => 'Role', + 'storage_used' => 'Storage Used', + 'detail' => 'Detail', + 'password' => 'Password', + 'content' => 'Content', 'admin_pages.form.content_plac' => 'Type your content here...', - 'admin_pages.form.slug' => 'Slug', - 'admin_pages.form.title' => 'Title', + 'slug' => 'Slug', + 'title' => 'Title', 'admin_pages.form.title_plac' => 'Title name', - 'admin_pages.form.visibility' => 'Visibility', + 'visibility' => 'Visibility', 'admin_pages.form.visibility_help' => 'Status of your page visibility on website.', - 'admin_pages.table.page' => 'Page', - 'admin_pages.table.slug' => 'Slug', - 'admin_pages.table.status' => 'Status', + 'page' => 'Page', + 'status' => 'Status', 'admin_settings.appearance.description' => 'App Description', 'admin_settings.appearance.description_plac' => 'Type your app description', 'admin_settings.appearance.favicon' => 'App Favicon (optional)', @@ -167,7 +156,7 @@ return [ 'admin_settings.others.allow_registration_help' => 'You can disable public registration for new users. You will still able to create new users in administration panel.', 'admin_settings.others.allow_user_verification' => 'Allow User Email Verification', 'admin_settings.others.allow_user_verification_help' => 'Turn on, if you want to allow user email verification.', - 'clear_cache' => 'Clear Cache', + 'clear_cache' => 'Clear Cache', 'admin_settings.others.contact_email' => 'Contact Email', 'admin_settings.others.contact_email_plac' => 'Type your contact email', 'admin_settings.others.default_storage' => 'Default Storage Space for User Accounts', @@ -182,28 +171,23 @@ return [ 'admin_settings.others.upload_limit' => 'Upload Limit', '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', + 'appearance' => 'Appearance', 'admin_settings.tabs.others' => 'Application', 'alerts.error_confirm' => 'That’s horrible!', 'alerts.leave_to_sign_in' => 'Do you really want to leave?', 'alerts.success_confirm' => 'Awesome!', - 'context_menu.add_to_favourites' => 'Add to Favourites', - 'context_menu.create_folder' => 'Create Folder', - 'context_menu.delete' => 'Delete', - 'context_menu.detail' => 'Detail', - 'context_menu.download' => 'Download', - 'context_menu.copy' => 'Copy', - 'context_menu.empty_trash' => 'Flush', - 'context_menu.log_out' => 'Log Out', - 'context_menu.move' => 'Move', - 'context_menu.remove_from_favourites' => 'Remove Favourite', - 'context_menu.rename' => 'Rename', - 'context_menu.restore' => 'Restore', - 'context_menu.select' => 'Select', - 'context_menu.share' => 'Share', - 'context_menu.share_cancel' => 'Cancel Sharing', - 'context_menu.share_edit' => 'Edit Sharing', - 'context_menu.upload' => 'Upload', + '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', 'cookie_disclaimer.button' => 'cookies policy', 'cookie_disclaimer.description' => 'By browsing this website you are agreeing to our {0}', 'datatable.paginate_info' => 'Showing 1 - {visible} from {total} records', @@ -211,34 +195,34 @@ return [ '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.', - 'file_detail.created_at' => 'Created at', - 'file_detail.items' => 'Items', - 'file_detail.selected_multiple' => 'Selected Multiple Items', - 'file_detail.shared' => 'Shared', - 'file_detail.size' => 'Size', - 'file_detail.where' => 'Where', - 'file_detail_meta.aperature' => 'F Number', - 'file_detail_meta.aperture_value' => 'Aperture Value', - 'file_detail_meta.author' => 'Author', - 'file_detail_meta.camera_lens' => 'Camera Lens', - 'file_detail_meta.color_space' => 'Color Space', - 'file_detail_meta.dimension' => 'Dimensions', - 'file_detail_meta.exposure' => 'Exposure Time', - 'file_detail_meta.focal' => 'Focal Length', - 'file_detail_meta.iso' => 'ISO', - 'file_detail_meta.latitude' => 'Latitude', - 'file_detail_meta.longitude' => 'Longitude', - 'file_detail_meta.make' => 'Camera', - 'file_detail_meta.meta_data' => 'Metadata', - 'file_detail_meta.model' => 'Model', - 'file_detail_meta.resolution' => 'Resolution', + 'created_at' => 'Created at', + 'items' => 'Items', + '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', 'file_detail_meta.time_data' => 'Content Created', 'folder.empty' => 'Empty', 'folder.item_counts' => '{count} Item | {count} Items', - 'global.admin' => 'Admin', - 'global.confirm_action' => "Yes, I'm sure", - 'global.free' => 'Free', - 'global.get_it' => 'Get It', + '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', 'inputs.placeholder_search_files' => 'Search anything...', @@ -248,81 +232,73 @@ return [ 'locations.profile' => 'Profile', 'locations.settings' => 'Settings', 'locations.trash' => 'Trash', - 'menu.admin' => 'Administration', + 'administration' => 'Administration', 'menu.files' => 'Files', 'menu.latest' => 'Recent Uploads', 'menu.logout' => 'Log Out', 'menu.password' => 'Security & API', 'menu.profile' => 'Profile Settings', - 'menu.settings' => 'Settings', 'menu.shared' => 'Shared Files', - 'menu.storage' => 'Storage', - 'menu.trash' => 'Trash', + 'storage' => 'Storage', + 'trash' => 'Trash', 'messages.nothing_to_preview' => 'There is nothing to preview.', 'messages.nothing_was_found' => 'Nothing was found.', - 'mobile_selecting.deselect_all' => 'Deselect All', - 'mobile_selecting.done' => 'Done', - 'mobile_selecting.select_all' => 'Select All', + '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' => 'Email', 'page_contact_us.form.email_plac' => 'Type your email', - 'page_contact_us.form.message' => 'Message', + 'message' => 'Message', 'page_contact_us.form.message_plac' => 'Type your message here...', - 'page_contact_us.form.submit_button' => 'Send Message', + 'send_message' => 'Send Message', 'page_contact_us.success_message' => 'Your message was send successfully.', - 'page_contact_us.title' => 'Contact Us', - 'page_create_password.button_update' => 'Update Password', - 'page_create_password.label_confirm_pass' => 'Confirm password', - 'page_create_password.label_email' => 'Email', - 'page_create_password.label_new_pass' => 'New password', + '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', - 'page_forgotten_password.button_get_link' => 'Get Link', - 'page_forgotten_password.pass_reseted_signin' => 'Sign 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_button' => 'Log In.', '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?', - 'page_index.get_started_button' => 'Sign Up Now', - 'page_index.menu.contact_us' => 'Contact Us', - 'page_index.menu.log_in' => 'Log In', - 'page_index.menu.pricing' => 'Pricing', + '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', - 'page_login.button_next' => 'Next Step', + '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', - 'page_login.title' => 'Welcome Back!', + 'welcome_back' => 'Welcome Back!', 'page_registration.agreement' => "By clicking on 'Create Account' button I agree to the {0} and {1}.", - 'page_registration.button_create_account' => 'Create Account', + 'create_account' => 'Create Account', 'page_registration.have_an_account' => 'Do you have an account?', - 'page_registration.label_confirm_pass' => 'Confirm password', - 'page_registration.label_email' => 'Email', - 'page_registration.label_name' => 'Full Name', + '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.placeholder_pass' => 'New password', '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', - 'page_shared.submit' => 'Submit', + '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 :(', - 'page_sign_in.button_log_in' => 'Log In', + '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', @@ -385,19 +361,12 @@ return [ 'pronouns.of' => 'of', 'roles.admin' => 'Admin', 'roles.user' => 'User', - 'routes_title.appearance' => 'Appearance', - 'routes_title.dashboard' => 'Dashboard', - 'routes_title.email' => 'Email', - 'routes_title.others' => 'Others', - 'routes_title.page_edit' => 'Edit Page', - 'routes_title.pages' => 'Pages', - 'routes_title.profile' => 'My Profile', - 'routes_title.settings' => 'Settings', - 'routes_title.settings_password' => 'Change Password', - 'routes_title.settings_storage' => 'Storage', - 'routes_title.user_create' => 'Create User', - 'routes_title.users_delete' => 'Delete User', - 'routes_title.users_detail' => 'Detail', + 'others' => 'Others', + 'edit_page' => 'Edit Page', + 'my_profile' => 'My Profile', + 'change_password' => 'Change Password', + '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', @@ -406,32 +375,31 @@ return [ 'shared.editor' => 'Can edit and upload files', 'shared.empty_shared' => "You haven't shared anything yet.", 'shared.visitor' => 'Can only view and download', - 'shared_form.button_close_options' => 'Close Options', - 'shared_form.button_done' => 'Awesome, I’m done!', - 'shared_form.button_generate' => 'Generate Link', + '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.', - 'shared_form.label_password_protection' => 'Password Protected', - 'shared_form.label_permission' => 'Permission', + 'password_protected' => 'Password Protected', + 'permission' => 'Permission', 'shared_form.label_send_to_recipients' => 'Send to Recipients', - 'shared_form.label_share_vie_email' => 'Get your link', + 'get_your_link' => 'Get your link', 'shared_form.placeholder_permission' => 'Select your permission', - 'shared_form.recipients_label' => 'Recipients', - 'sidebar.favourites' => 'Favourites', + 'recipients' => 'Recipients', + 'favourites' => 'Favourites', 'sidebar.favourites_empty' => 'Drag here your favourite folder.', 'sidebar.home' => 'My Files', 'sidebar.latest' => 'Recent Uploads', 'sidebar.locations_title' => 'Base', - 'sidebar.my_shared' => 'Publicly Shared', - 'sidebar.navigator_title' => 'Navigator', + '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!', - 'types.file' => 'File', - 'types.folder' => 'Folder', + 'file' => 'File', + 'folder' => 'Folder', 'uploading.cancel' => 'Cancel Uploading', 'uploading.processing_file' => 'Processing File...', 'uploading.progress' => 'Uploading File {progress}% - {current}/{total}', @@ -444,24 +412,23 @@ return [ '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', - 'user_settings.address' => 'Address', + 'address' => 'Address', 'user_settings.address_plac' => 'Type your billing address', - 'user_settings.city' => 'City', + 'city' => 'City', 'user_settings.city_plac' => 'Type your billing city', - 'user_settings.country' => 'Country', + 'country' => 'Country', 'user_settings.country_plac' => 'Select your billing country', - 'name' => 'Name', + 'name' => 'Name', 'user_settings.name_plac' => 'Type your billing name', - 'user_settings.phone_number' => 'Phone Number', + 'phone_number' => 'Phone Number', 'user_settings.phone_number_plac' => 'Type your billing phone number', - 'user_settings.postal_code' => 'Postal Code', - 'user_settings.postal_code_plac' => 'Type your billing postal code', - 'user_settings.state' => 'State', + 'postal_code' => 'Postal Code', + 'state' => 'State', 'user_settings.state_plac' => 'Type your billing state', - 'user_settings.timezone' => 'Timezone', - 'user_settings.timezone_plac' => 'Select your timezone', - 'user_settings.title_account' => 'Account Information', - 'user_settings.title_billing' => 'Billing Information', + 'timezone' => 'Timezone', + 'select_your_timezone' => 'Select your timezone', + 'account_information' => 'Account Information', + 'billing_information' => 'Billing 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 :(', @@ -472,15 +439,14 @@ return [ 'time' => 'd. M. Y, h:i', 'home' => 'Home', 'shared_link_email_subject' => '🙋 :user share some files with you. Look at it!', - 'shared_link_email_greeting' => 'Hello!', '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', - 'reset_password_greeting' => 'Hello!', + '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_action' => 'Reset Password', + 'reset_password' => 'Reset Password', 'salutation' => 'Regards', 'user_sending' => ':name is sending you this file', 'protected_file' => 'This link is protected by password', @@ -503,35 +469,33 @@ return [ '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', - 'select_search_placeholder' => 'Search in list...', + 'search_in_list' => 'Search in list...', '2fa.settings.title' => 'Two Factor Authentication', '2fa.i_have_2fa_app' => 'I have already 2FA app', - 'popup_2fa.title' => 'Confirm Your Password', - 'popup_2fa.input_label' => 'Password', - 'popup_2fa.placeholder' => 'Type your password', + 'confirm_your_password' => 'Confirm Your Password', 'popup_2fa.help' => 'Scan the image above with the two-factor authentication app on your phone.', - 'popup_2fa.confirm_button' => 'Confirm', + 'confirm' => 'Confirm', 'popup_2fa.disappear_qr' => 'Really disappear this QR code?', '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.', - 'popup_2fa.codes_title' => 'Show Recovery Codes', + '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.', - 'popup_2fa.codes_button' => 'Show Codes', - 'popup_2fa.popup_codes_title' => 'Your Security Codes', + 'show_codes' => 'Show Codes', + 'your_security_codes' => 'Your Security Codes', 'popup_2fa.popup_codes_disclaimer' => 'Put these in a safe spot. If you lose your device and don’t have the recovery codes you will lose access to your account.', - 'context_menu.codes_regenerate' => 'Regenerate Codes', + '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_token.section_title' => 'Personal Access Token', + 'personal_access_token' => 'Personal Access Token', 'personal_token.section_description' => "You don't have any created personal access tokens yet.", - 'personal_token.create_token' => 'Create Token', - 'popup_personal_token.title' => 'Create Personal Token', - 'popup_personal_token.label' => 'Token Name', + '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 copy your personal access token now. You won’t be able to see it again!", @@ -540,9 +504,7 @@ return [ 'personal_token.token_deleted' => 'Token was successfully deleted!', 'dark_mode_toggle' => 'Toggle Dark Mode', 'actions.convert_into_team_folder' => 'Convert into Team Folder', - 'actions.create' => 'Create Something', - 'actions.search' => 'Search', - 'mobile.create' => 'Create', + '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', @@ -551,7 +513,7 @@ return [ 'sharelink.share_via_email' => 'Share Link on Emails', 'sharelink.copy_embed' => 'Copy Web Insert Code', 'popup.move_into_team_disclaimer' => 'Your folder will be moved into Team Folders section.', - 'actions.upload_folder' => 'Upload Folder', + 'upload_folder' => 'Upload Folder', // v2 'member' => 'Members', diff --git a/public/mix-manifest.json b/public/mix-manifest.json index f2933c22..0c24c694 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,74 +1,74 @@ { "/js/main.js": "/js/main.js", - "/chunks/request.js": "/chunks/request.js?id=971aee1e4e4b84b0", - "/chunks/request-upload.js": "/chunks/request-upload.js?id=35b65503f01ef52c", + "/chunks/request.js": "/chunks/request.js?id=88d37ed86ceba816", + "/chunks/request-upload.js": "/chunks/request-upload.js?id=9722fdb2f733ed4d", "/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=19a0784e59d768ec", - "/chunks/status-check.js": "/chunks/status-check.js?id=c7d5cfeb0120db76", + "/chunks/status-check.js": "/chunks/status-check.js?id=86537fa25cb2c188", "/chunks/purchase-code.js": "/chunks/purchase-code.js?id=df5bd89528649783", - "/chunks/database.js": "/chunks/database.js?id=ba3140027421b977", - "/chunks/environment-setup.js": "/chunks/environment-setup.js?id=fc3886e258b9a9b9", - "/chunks/app-setup.js": "/chunks/app-setup.js?id=7bae302e249c73a1", - "/chunks/admin-account.js": "/chunks/admin-account.js?id=309dc20e668952e6", - "/chunks/shared.js": "/chunks/shared.js?id=b20cedb5cc2a057a", - "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=8ff1016251dbfe9d", + "/chunks/database.js": "/chunks/database.js?id=1d8661f23ef3f761", + "/chunks/environment-setup.js": "/chunks/environment-setup.js?id=b27ffed124d1dbc9", + "/chunks/app-setup.js": "/chunks/app-setup.js?id=c0958df6a3672aa6", + "/chunks/admin-account.js": "/chunks/admin-account.js?id=2e8ec4e6bd25f645", + "/chunks/shared.js": "/chunks/shared.js?id=1e0220ae85779862", + "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=d3b959af90b6d1e3", "/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=af632a9bdc82be95", - "/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=c303bb3ce8a22918", - "/chunks/not-found.js": "/chunks/not-found.js?id=5fbc874846003a91", - "/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=9c283755ffea5e90", - "/chunks/admin.js": "/chunks/admin.js?id=4f21066978ee91f9", - "/chunks/dashboard.js": "/chunks/dashboard.js?id=63d8fe37610e532a", + "/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=672e931a9fb0b672", + "/chunks/not-found.js": "/chunks/not-found.js?id=9f6ce23ce5d969f1", + "/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=423f9af0ed1f7c85", + "/chunks/admin.js": "/chunks/admin.js?id=a1750b4ce22d58f8", + "/chunks/dashboard.js": "/chunks/dashboard.js?id=cb7c5fd2d6dbf0df", "/chunks/invoices.js": "/chunks/invoices.js?id=f89964a5a55ace45", - "/chunks/subscriptions.js": "/chunks/subscriptions.js?id=62582c26b6288d7d", - "/chunks/pages.js": "/chunks/pages.js?id=d7219aff1586ef7a", - "/chunks/page-edit.js": "/chunks/page-edit.js?id=8a6b001219a08faf", - "/chunks/plans.js": "/chunks/plans.js?id=15b2af92e76ef5cb", - "/chunks/users.js": "/chunks/users.js?id=f3c592b251f7d183", - "/chunks/user-create.js": "/chunks/user-create.js?id=70d8e542f4c9f8d3", - "/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=ffbd1d3ac5d13ba5", - "/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=a61ecd123380e823", - "/chunks/user.js": "/chunks/user.js?id=7e567c0cb7f641d6", - "/chunks/user-detail.js": "/chunks/user-detail.js?id=6c169888720ad92a", - "/chunks/user-storage.js": "/chunks/user-storage.js?id=f66071eb1b65c082", + "/chunks/subscriptions.js": "/chunks/subscriptions.js?id=3a34c7abf7c39465", + "/chunks/pages.js": "/chunks/pages.js?id=a22d90135b5c42a5", + "/chunks/page-edit.js": "/chunks/page-edit.js?id=b19868b3100360a3", + "/chunks/plans.js": "/chunks/plans.js?id=3596e49797d8e542", + "/chunks/users.js": "/chunks/users.js?id=fca6ae29a4db92e8", + "/chunks/user-create.js": "/chunks/user-create.js?id=f3d40fff62b631c3", + "/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=cc9d00d1f7b2b08d", + "/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=a9ca1e309b659182", + "/chunks/user.js": "/chunks/user.js?id=6372d05a9abdc1c2", + "/chunks/user-detail.js": "/chunks/user-detail.js?id=c114a34ec886981f", + "/chunks/user-storage.js": "/chunks/user-storage.js?id=72a0d5f53d7a2cc8", "/chunks/user-subscription.js": "/chunks/user-subscription.js?id=f033931911b07f5c", "/chunks/user-password.js": "/chunks/user-password.js?id=6d23f552e9d52c49", "/chunks/user-delete.js": "/chunks/user-delete.js?id=82b5180a1d9e1217", "/chunks/plan.js": "/chunks/plan.js?id=d3864115f662f616", - "/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=2cc70b67d00bbda1", - "/chunks/plan-settings.js": "/chunks/plan-settings.js?id=3edd012ac5d11a2b", + "/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=4d7859aa1f1a3f7f", + "/chunks/plan-settings.js": "/chunks/plan-settings.js?id=866099771fab6dcc", "/chunks/plan-delete.js": "/chunks/plan-delete.js?id=e26d5bd3ecbb4bb1", "/chunks/payments.js": "/chunks/payments.js?id=3302fa3148c766de", - "/chunks/payments/billings.js": "/chunks/payments/billings.js?id=a434d9363a14beab", - "/chunks/payments/settings.js": "/chunks/payments/settings.js?id=8f804ed5e42e55e6", + "/chunks/payments/billings.js": "/chunks/payments/billings.js?id=45bdae67aa7d936f", + "/chunks/payments/settings.js": "/chunks/payments/settings.js?id=76886eefc4b9d00a", "/chunks/app-settings.js": "/chunks/app-settings.js?id=64d41e8b5ce7ff28", - "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=e388c80adec307d7", - "/chunks/app-index.js": "/chunks/app-index.js?id=6befbefd7ebeb16a", - "/chunks/app-environment.js": "/chunks/app-environment.js?id=d5ebc63ff754aa33", - "/chunks/app-others.js": "/chunks/app-others.js?id=3ff3267c62cd1d53", + "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=20103e4ae5bac339", + "/chunks/app-index.js": "/chunks/app-index.js?id=a93175b2a28b1d56", + "/chunks/app-environment.js": "/chunks/app-environment.js?id=68e6d7a9cd872cb7", + "/chunks/app-others.js": "/chunks/app-others.js?id=c6ffde5374b27ae2", "/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=d3ed0a81743ac3ba", "/chunks/app-adsense.js": "/chunks/app-adsense.js?id=4ee8de4ac0dae19e", "/chunks/app-server.js": "/chunks/app-server.js?id=8269a0df9064927f", "/chunks/app-language.js": "/chunks/app-language.js?id=83a53ba4d233ae46", - "/chunks/homepage.js": "/chunks/homepage.js?id=3a8a009996ff94d0", - "/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=0585ee757e04fe8d", - "/chunks/contact-us.js": "/chunks/contact-us.js?id=1b8ef1d52ded4eff", - "/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=887ca001d1542b96", + "/chunks/homepage.js": "/chunks/homepage.js?id=f1cfba4f0152f4b9", + "/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=2504793131107b1f", + "/chunks/contact-us.js": "/chunks/contact-us.js?id=2e0b16655d2d85d7", + "/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=25b805ade5230382", "/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=f4562229776d9f56", - "/chunks/sign-in.js": "/chunks/sign-in.js?id=bbed1e72f0086331", - "/chunks/sign-up.js": "/chunks/sign-up.js?id=d87ef46a15b3a4c3", - "/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=63bc2a81117cee2f", - "/chunks/create-new-password.js": "/chunks/create-new-password.js?id=b7d1b17596c771c3", - "/chunks/settings.js": "/chunks/settings.js?id=1126b6a747a570e4", - "/chunks/profile.js": "/chunks/profile.js?id=baa99177b1a788a2", - "/chunks/settings-password.js": "/chunks/settings-password.js?id=29034c929a287e2a", + "/chunks/sign-in.js": "/chunks/sign-in.js?id=295d214d04f2a86d", + "/chunks/sign-up.js": "/chunks/sign-up.js?id=77351b7631a6ee6c", + "/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=50a1bc5e4ed86ec9", + "/chunks/create-new-password.js": "/chunks/create-new-password.js?id=f652de052dba55c1", + "/chunks/settings.js": "/chunks/settings.js?id=0c64ce909339f286", + "/chunks/profile.js": "/chunks/profile.js?id=aa448a63771d7ad0", + "/chunks/settings-password.js": "/chunks/settings-password.js?id=70128f4330237452", "/chunks/settings-storage.js": "/chunks/settings-storage.js?id=80bca2eb75da275d", "/chunks/billing.js": "/chunks/billing.js?id=7d56ea0d79e31c19", - "/chunks/platform.js": "/chunks/platform.js?id=5be2b48bc79b0225", - "/chunks/files.js": "/chunks/files.js?id=19f8379f5fd89ff9", - "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=f6a8c29b4a77d90f", - "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=be252e8102fb967a", - "/chunks/trash.js": "/chunks/trash.js?id=4d52e8241afb1a3f", - "/chunks/team-folders.js": "/chunks/team-folders.js?id=643af4ad24e12183", - "/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=bed3751b0b1da264", + "/chunks/platform.js": "/chunks/platform.js?id=31b2ecb59e3124fc", + "/chunks/files.js": "/chunks/files.js?id=40434484f678dfcf", + "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=cd3353e8928b57df", + "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=b3a32dbacd1e408e", + "/chunks/trash.js": "/chunks/trash.js?id=878ef09616cc4668", + "/chunks/team-folders.js": "/chunks/team-folders.js?id=2645ae9d570f94d2", + "/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=ad9d57d26962de4a", "/chunks/invitation.js": "/chunks/invitation.js?id=21d172e77f12dbbb", "/css/tailwind.css": "/css/tailwind.css", "/css/app.css": "/css/app.css" diff --git a/resources/js/components/Admin/WidgetLatestRegistrations.vue b/resources/js/components/Admin/WidgetLatestRegistrations.vue index 3a379781..8376c517 100644 --- a/resources/js/components/Admin/WidgetLatestRegistrations.vue +++ b/resources/js/components/Admin/WidgetLatestRegistrations.vue @@ -116,7 +116,7 @@ - {{ row.data.relationships.subscription ? $t('global.premium') : $t('global.free') }} + {{ row.data.relationships.subscription ? $t('premium') : $t('free') }} @@ -260,17 +260,17 @@ export default { return { metered: [ { - label: this.$t('admin_page_user.table.name'), + label: this.$t('user'), field: 'email', sortable: true, }, { - label: this.$t('admin_page_user.table.role'), + label: this.$t('role'), field: 'role', sortable: true, }, { - label: this.$t('admin_page_user.table.storage_used'), + label: this.$t('storage_used'), sortable: false, }, { @@ -283,23 +283,23 @@ export default { sortable: true, }, { - label: this.$t('admin_page_user.table.action'), + label: this.$t('action'), sortable: false, }, ], fixed: [ { - label: this.$t('admin_page_user.table.name'), + label: this.$t('user'), field: 'email', sortable: true, }, { - label: this.$t('admin_page_user.table.role'), + label: this.$t('role'), field: 'role', sortable: true, }, { - label: this.$t('admin_page_user.table.storage_used'), + label: this.$t('storage_used'), sortable: false, }, { @@ -313,23 +313,23 @@ export default { sortable: true, }, { - label: this.$t('admin_page_user.table.action'), + label: this.$t('action'), sortable: false, }, ], none: [ { - label: this.$t('admin_page_user.table.name'), + label: this.$t('user'), field: 'email', sortable: true, }, { - label: this.$t('admin_page_user.table.role'), + label: this.$t('role'), field: 'role', sortable: true, }, { - label: this.$t('admin_page_user.table.storage_used'), + label: this.$t('storage_used'), sortable: false, }, { @@ -343,7 +343,7 @@ export default { sortable: true, }, { - label: this.$t('admin_page_user.table.action'), + label: this.$t('action'), sortable: false, }, ], diff --git a/resources/js/components/FilePreview/FilePreviewToolbar.vue b/resources/js/components/FilePreview/FilePreviewToolbar.vue index 6c4d1194..6eb1030b 100644 --- a/resources/js/components/FilePreview/FilePreviewToolbar.vue +++ b/resources/js/components/FilePreview/FilePreviewToolbar.vue @@ -36,12 +36,12 @@ - @@ -89,13 +89,13 @@ @click.native="$shareFileOrFolder(currentFile)" :class="{ 'is-inactive': !canShareItem }" source="share" - :action="$t('actions.share')" + :action="$t('share_item')" /> @@ -131,8 +131,8 @@ export default { }, sharingTitle() { return this.currentFile.data.relationships.shared - ? this.$t('context_menu.share_edit') - : this.$t('context_menu.share') + ? this.$t('edit_sharing') + : this.$t('share') }, isImage() { return this.currentFile.data.type === 'image' diff --git a/resources/js/components/FilesView/DesktopSharepageToolbar.vue b/resources/js/components/FilesView/DesktopSharepageToolbar.vue index 4446028c..612eb875 100644 --- a/resources/js/components/FilesView/DesktopSharepageToolbar.vue +++ b/resources/js/components/FilesView/DesktopSharepageToolbar.vue @@ -9,17 +9,17 @@ - - + + @@ -39,7 +39,7 @@ 'is-inactive': !canManipulate, }" source="move" - :action="$t('actions.move')" + :action="$t('move')" /> @@ -66,7 +66,7 @@ diff --git a/resources/js/components/FilesView/DesktopToolbar.vue b/resources/js/components/FilesView/DesktopToolbar.vue index 39925bf3..f8e457e4 100644 --- a/resources/js/components/FilesView/DesktopToolbar.vue +++ b/resources/js/components/FilesView/DesktopToolbar.vue @@ -9,14 +9,14 @@ @@ -36,7 +36,7 @@ :class="{ 'is-inactive': (isSharedWithMe && !canEdit) || canUploadFolderInView || isTeamFolderHomepage || isSharedWithMeHomepage, }" - :title="$t('actions.upload_folder')" + :title="$t('upload_folder')" type="folder" />