mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
language strings refactoring
This commit is contained in:
@@ -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 <b class="text-theme dark-text-theme">two-factor authentication app</b> 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' => '<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.',
|
||||
'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 <b class='text-theme dark-text-theme'>copy your personal access token now</b>. 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 <b class="text-theme dark-text-theme">will be moved</b> into Team Folders section.',
|
||||
'actions.upload_folder' => 'Upload Folder',
|
||||
'upload_folder' => 'Upload Folder',
|
||||
|
||||
// v2
|
||||
'member' => 'Members',
|
||||
|
||||
Reference in New Issue
Block a user