diff --git a/config/language-translations.php b/config/language-translations.php index 930e5836..c1b29e8e 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -2,231 +2,106 @@ return [ 'extended' => [ - 'activation.stripe.button' => 'Set up your Stripe account', - 'activation.stripe.description' => 'To charge your users, please set up your Stripe account credentials.', - 'activation.stripe.title' => 'Your Stripe account is not set', - 'admin_menu.invoices' => 'Invoices', - 'admin_menu.plans' => 'Plans', - 'admin_page_dashboard.w_total_premium.link' => 'Show All Plans', - 'admin_page_dashboard.w_total_premium.title' => 'Total Premium Users', - 'admin_page_invoices.empty.description' => 'All customers invoices will be showed here.', - 'admin_page_invoices.empty.title' => 'You don’t have any invoices yet', - 'admin_page_invoices.table.number' => 'Invoice Number', - 'admin_page_invoices.table.payed' => 'Payed', - 'admin_page_invoices.table.plan' => 'Plan', - 'admin_page_invoices.table.total' => 'Total', - 'admin_page_invoices.table.user' => 'User', - 'admin_page_plans.create_plan_button' => 'Create Plan', - 'admin_page_plans.delete_plan_button' => 'Delete Plan', - 'admin_page_plans.disclaimer_delete_plan' => 'You can delete this plan, but, pay attention! Your plan will be deleted, but users who are subscribed with this plan, will be still charged unless they cancel subscription.', - 'admin_page_plans.disclaimer_edit_price' => 'Price change for your plan is not available due to Stripe service design. If you wish change your price plan, please, create new plan.', - 'admin_page_plans.empty.button' => 'Create New Plan', - 'admin_page_plans.empty.description' => 'For create new plan, click on button below.', - 'admin_page_plans.empty.title' => 'You don’t have any plan yet', - 'admin_page_plans.form.description' => 'Description (optional)', - 'admin_page_plans.form.description_plac' => 'Plan description', - 'admin_page_plans.form.name' => 'Name', - 'admin_page_plans.form.name_delete_plac' => 'Type plan name', - 'admin_page_plans.form.name_plac' => 'Plan name', - 'admin_page_plans.form.price' => 'Price', - '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.", - 'admin_page_plans.form.storage_plac' => 'Storage capacity', - 'admin_page_plans.form.title_delete' => 'Delete Plan', - 'admin_page_plans.form.title_details' => 'Plan Details', - 'admin_page_plans.form.title_pricing' => 'Plan Pricing', - 'admin_page_plans.subscribers.empty' => 'There is no any subscriber yet.', - 'admin_page_plans.table.name' => 'Plan Name', - 'admin_page_plans.table.price' => 'Price', - 'admin_page_plans.table.status' => 'Status', - 'admin_page_plans.table.storage_capacity' => 'Storage Capacity', - 'admin_page_plans.table.subscribers' => 'Subscribers', - 'admin_page_plans.tabs.delete' => 'Delete Plan', - 'admin_page_plans.tabs.settings' => 'Settings', - 'admin_page_plans.tabs.subscribers' => 'Subscribers', - 'admin_page_user.subscription.empty' => "User don't have any subscription yet.", - 'admin_page_user.table.plan' => 'Subscription Plan', - 'admin_page_user.tabs.invoices' => 'Invoices', - 'admin_page_user.tabs.subscription' => 'Subscription', - 'admin_settings.billings.address' => 'Billing Address', - 'admin_settings.billings.address_plac' => 'Type your billing address', - 'admin_settings.billings.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', - 'admin_settings.billings.country' => 'Billing Country', - 'admin_settings.billings.country_plac' => 'Select your billing country', - 'admin_settings.billings.phone_number' => 'Billing Phone Number (optional)', - 'admin_settings.billings.phone_number_plac' => 'Type your billing phone number', - 'admin_settings.billings.postal_code' => 'Billing Postal Code', - 'admin_settings.billings.postal_code_plac' => 'Type your billing postal code', - 'admin_settings.billings.section_billing' => 'Billing Information', - 'admin_settings.billings.section_company' => 'Company Information', - 'admin_settings.billings.state' => 'Billing State', - 'admin_settings.billings.state_plac' => 'Type your billing state', - 'admin_settings.billings.vat' => 'VAT Number', - 'admin_settings.billings.vat_plac' => 'Type your VAT number', - 'admin_settings.payments.allow_payments' => 'Allow Subscription Payments', - 'admin_settings.payments.button_submit' => 'Test and Save Stripe', - 'admin_settings.payments.button_testing' => 'Testing Stripe Connection', - 'admin_settings.payments.credentials_disclaimer' => "Your Stripe credentials is not showed because these values are secret and must not be revealed by stranger. You can change your Stripe credentials in your .env file.", - 'admin_settings.payments.section_payments' => 'Stripe Payments', - 'admin_settings.payments.stripe_create_acc' => 'If you don’t have stripe account, please register here and get your Publishable Key, Secret Key and create your webhook.', - 'admin_settings.payments.stripe_create_webhook' => "You have to create webhook endpoint in your Stripe Dashboard. You can find it in Dashboard -> Developers -> Webhooks -> Add Endpoint. In Endpoint URL please copy and paste url bellow. Make sure, this url is your public domain, not localhost. In events section, please click on receive all events. That's all.", - 'admin_settings.payments.stripe_currency' => 'Stripe Currency', - 'admin_settings.payments.stripe_currency_plac' => 'Select your Stripe currency', - 'admin_settings.payments.stripe_pub_key' => 'Publishable Key', - 'admin_settings.payments.stripe_pub_key_plac' => 'Paste your publishable key', - 'admin_settings.payments.stripe_sec_key' => 'Secret Key', - 'admin_settings.payments.stripe_sec_key_plac' => 'Paste your secret key', - 'admin_settings.payments.stripe_setup' => 'Stripe Setup', - 'admin_settings.payments.stripe_webhook_key_plac' => 'Paste your stripe webhook secret', - 'admin_settings.payments.webhook_url' => 'Stripe webhook URL', - 'admin_settings.tabs.billings' => 'Billings', - 'admin_settings.tabs.payments' => 'Payments', - 'global.monthly_ac' => 'Mo.', - 'global.premium' => 'Premium', - 'global.upgrade_plan' => 'Upgrade Plan', - 'incomplete_payment.description' => 'Your latest payment is incomplete. {0}', - 'incomplete_payment.href' => 'Please confirm your payment.', - 'menu.invoices' => 'Invoices', - 'menu.payment_cards' => 'Payment Cards', - 'menu.subscription' => 'Subscription', - 'notice.stripe_activation' => 'Your Stripe account is not set. To charging your users please {0}.', - 'notice.stripe_activation_button' => 'set up your Stripe account', - 'page_pricing_tables.description' => 'Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.', - 'page_pricing_tables.storage_capacity' => 'Of Storage Capacity', - 'page_pricing_tables.title' => 'Choose Your Plan', - 'page_pricing_tables.vat_excluded' => 'Price displayed excludes VAT.', - 'page_upgrade_account.change_payment.change_payment' => 'change your default payment method', - 'page_upgrade_account.change_payment.pay_by_new_card' => 'pay by new credit card', - 'page_upgrade_account.change_payment.you_can' => 'Also you can', - 'page_upgrade_account.desription' => 'To finish your order, please fill your payment method and set billing informations', - 'page_upgrade_account.errors.pay_by_another_card' => 'Please pay by another payment card', - 'page_upgrade_account.section_billing' => 'Billing Information', - 'page_upgrade_account.section_card' => 'Payment Card', - 'page_upgrade_account.section_summary' => 'Order Summary', - 'page_upgrade_account.summary.period' => 'Billed monthly', - 'page_upgrade_account.summary.submit_button' => 'Pay with credit card', - 'page_upgrade_account.summary.submit_disclaimer' => 'By submit form, you agree to save the payment method and billing information in your {app} account.', - 'page_upgrade_account.summary.total_with_vat' => 'Total with VAT', - 'page_upgrade_account.summary.vat' => 'VAT', - 'page_upgrade_account.title' => 'Choose Payment Method', - 'popup_delete_card.message' => 'This event is irreversible and your payment card will be delete forever', - 'popup_delete_card.title' => 'Are you sure?', - 'popup_deleted_plan.message' => 'Your plan was successfully deleted.', - 'popup_deleted_plan.title' => 'Plan was deleted', - 'popup_set_card.message' => 'Your card will be set as default and will be always charged for the next billings.', - 'popup_set_card.title' => 'Set as default card?', - 'popup_subscription_cancel.button' => "I'm done", - 'popup_subscription_cancel.message' => "You'll continue to have access to the features you've paid for until the end of your billing cycle.", - 'popup_subscription_cancel.title' => 'Subscription Was Canceled', - 'popup_subscription_resumed.button' => "That's awesome!", - 'popup_subscription_resumed.message' => 'Your subscription was re-activated, and they will be billed on the original billing cycle.', - 'popup_subscription_resumed.title' => 'Subscription Was Resumed', - 'routes_title.billings' => 'Billings', - 'routes_title.invoices' => 'Invoices', - 'routes_title.payment_methods' => 'Payment Methods', - 'routes_title.payments' => 'Payments', - 'routes_title.plan' => 'Plan', - 'routes_title.plan_create' => 'Create Plan', - 'routes_title.plan_delete' => 'Plan Delete', - 'routes_title.plan_settings' => 'Plan Settings', - 'routes_title.pricing_plans' => 'Pricing Plans', - 'routes_title.subscribers' => 'Subscribers', - 'routes_title.subscription' => 'Subscription', - 'routes_title.upgrade_billing' => 'Billing', - 'routes_title.upgrade_plan' => 'Upgrade Plan', - 'rows.card.expiration' => 'Expiration Date', - 'rows.card.number' => 'Card Number', - 'rows.card.status' => 'Status', - 'rows.invoice.number' => 'Invoice Number', - 'rows.invoice.payed' => 'Payed', - 'rows.invoice.plan' => 'Plan', - 'rows.invoice.total' => 'Total', - 'toaster.account_upgraded' => 'Your account was successfully upgraded.', - 'toaster.card_deleted' => 'Your card was successfully deleted.', - 'toaster.card_new_add' => 'Your card was successfully added', - 'toaster.card_set' => 'Your card was successfully set as default.', - '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_invoices.title' => 'Invoices', - 'user_payments.add_card' => 'Add Payment Card', - 'user_payments.card_field_title' => 'Credit Card', - 'user_payments.delete_card' => 'Delete card', - 'user_payments.empty' => "You don't have any payment cards yet.", - 'user_payments.field_loading' => 'Loading card field...', - 'user_payments.set_as_default' => 'Set as default card', - 'user_payments.store_card' => 'Store Payment Card', - 'user_payments.title' => 'Payment Methods', - 'user_subscription.title' => 'Subscription', - 'user_subscription.billed' => 'Billed', - 'user_subscription.cancel_plan' => 'Cancel Plan', - 'user_subscription.canceled_at' => 'Canceled At', - 'user_subscription.created_at' => 'Created At', - 'user_subscription.empty' => "You don't have any subscription yet.", - 'user_subscription.ends_at' => 'Ends At', - 'user_subscription.plan' => 'Plan', - 'user_subscription.renews_at' => 'Renews At', - 'user_subscription.resume_plan' => 'Resume Plan', - 'user_subscription.status' => 'Status', - 'print_button' => 'Print Document', - 'vat' => 'VAT', - 'vat_included' => 'incl.', - 'subtotal' => 'Subtotal', - 'tax_exempted' => 'Tax is exempted', - 'tax_be_paid_reverse' => 'Tax to be paid on reverse charge basis', - 'invoice_title' => 'Invoice', - 'date' => 'Date', - 'product' => 'Product', - 'subscription' => 'Subscription', - 'invoice_number' => 'Invoice Number', - 'seller' => 'Seller', - 'client' => 'Client', - 'seller_vat' => 'VAT number', - 'seller_name' => 'Name', - 'seller_phone' => 'Phone', - 'name' => 'Name', - 'phone' => 'Phone', - 'address' => 'Address', - 'city' => 'City', - 'state' => 'State', - 'postal_code' => 'Postal code', - 'country' => 'Country', - 'col_description' => 'Description', - 'col_date' => 'Date', - 'col_amount' => 'Amount', - 'total' => 'Total', + 'plans' => 'Plans', + 'total' => 'Total', + 'create_plan' => 'Create Plan', + 'delete_plan' => 'Delete Plan', + 'admin_page_plans.disclaimer_delete_plan' => 'You can delete this plan, but, pay attention! Your plan will be deleted, but users who are subscribed with this plan, will be still charged unless they cancel subscription.', + 'description_optional' => 'Description (optional)', + 'plan_description' => 'Plan description', + '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.", + 'admin_page_plans.form.storage_plac' => 'Storage capacity', + 'admin_page_plans.subscribers.empty' => 'There is no any subscriber yet.', + 'subscribers' => 'Subscribers', + 'settings' => 'Settings', + 'admin_settings.billings.address' => 'Billing Address', + 'admin_settings.billings.address_plac' => 'Type your billing address', + 'admin_settings.billings.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', + 'admin_settings.billings.country' => 'Billing Country', + 'admin_settings.billings.country_plac' => 'Select your billing country', + 'admin_settings.billings.phone_number' => 'Billing Phone Number (optional)', + 'admin_settings.billings.phone_number_plac' => 'Type your billing phone number', + 'admin_settings.billings.postal_code' => 'Billing Postal Code', + 'admin_settings.billings.postal_code_plac' => 'Type your billing postal code', + 'admin_settings.billings.section_billing' => 'Billing Information', + 'admin_settings.billings.section_company' => 'Company Information', + 'admin_settings.billings.state' => 'Billing State', + 'admin_settings.billings.state_plac' => 'Type your billing state', + 'admin_settings.billings.vat' => 'VAT Number', + 'admin_settings.billings.vat_plac' => 'Type your VAT number', + 'admin_settings.payments.stripe_pub_key' => 'Publishable Key', + 'admin_settings.payments.stripe_pub_key_plac' => 'Paste your publishable key', + 'admin_settings.payments.stripe_sec_key' => 'Secret Key', + 'admin_settings.payments.stripe_sec_key_plac' => 'Paste your secret key', + 'billings' => 'Billings', + 'payments' => 'Payments', + 'global.monthly_ac' => 'Mo.', + 'global.premium' => 'Premium', + 'invoices' => 'Invoices', + 'subscription' => 'Subscription', + 'page_pricing_tables.storage_capacity' => 'Of Storage Capacity', + 'page_pricing_tables.vat_excluded' => 'Price displayed excludes VAT.', + 'popup_deleted_plan.title' => 'Plan was deleted', + 'popup_subscription_cancel.message' => "You'll continue to have access to the features you've paid for until the end of your billing cycle.", + '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', + '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', + 'product' => 'Product', + 'invoice_number' => 'Invoice Number', + 'seller' => 'Seller', + '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', - 'max_team_members.unlimited' => 'Unlimited Team Members', - 'max_storage_amount' => '{value} GB Storage Size', - 'interval.month' => 'Monthly', - 'interval.year' => 'Yearly', - 'bandwidth' => 'Bandwidth', - 'storage' => 'Storage', - 'flatFee' => 'Flat Fee', - 'feature_usage_desc_flatFee' => 'Price for the service.', - 'feature_usage_desc_bandwidth' => 'Data amount you transferred to/from your account.', - 'feature_usage_desc_storage' => 'Total storage amount you are using.', - 'feature_usage_desc_member' => 'Total members you invited to your team folders.', - 'feature_usage_desc_platform' => 'Total storage amount you are using.', - 'credit_to_auto_withdraw' => 'You own {credit} in credits that will be automatically withdrawn on your next payment.', + 'max_team_members' => 'Up to {value} Team Members', + 'max_team_members.unlimited' => 'Unlimited Team Members', + 'max_storage_amount' => '{value} GB Storage Size', + 'monthly' => 'Monthly', + 'yearly' => 'Yearly', + 'bandwidth' => 'Bandwidth', + 'storage' => 'Storage', + 'flatFee' => 'Flat Fee', + 'feature_usage_desc_flatFee' => 'Price for the service.', + 'feature_usage_desc_bandwidth' => 'Data amount you transferred to/from your account.', + 'feature_usage_desc_storage' => 'Total storage amount you are using.', + 'feature_usage_desc_member' => 'Total members you invited to your team folders.', + 'feature_usage_desc_platform' => 'Total storage amount you are using.', + 'credit_to_auto_withdraw' => 'You own {credit} in credits that will be automatically withdrawn on your next payment.', ], 'regular' => [ 'cancel' => 'Cancel', - 'actions.close' => 'Close', + 'close' => 'Close', 'actions.create_folder' => 'Create folder', - 'actions.delete' => 'Delete item', - 'actions.download' => 'Download item', + 'delete' => 'Delete item', + 'download_item' => 'Download item', 'actions.info_panel' => 'Info panel', 'actions.move' => 'Move item', - 'actions.preview' => 'Change preview', 'actions.print' => 'Print item', 'actions.share' => 'Share item', 'actions.sorting_view' => 'Sorting and View', @@ -239,21 +114,15 @@ return [ 'admin_page_dashboard.backer_button' => 'Help Us Improve', 'admin_page_dashboard.license' => 'License', 'admin_page_dashboard.version' => 'Version', - 'admin_page_dashboard.w_latest_users.title' => 'Latest Registrations', 'admin_page_dashboard.w_total_space.link' => 'Show All Users', - 'admin_page_dashboard.w_total_space.title' => 'Total Space Used', - 'admin_page_dashboard.w_total_users.link' => 'Show All Users', - 'admin_page_dashboard.w_total_users.title' => 'Total Users', 'admin_page_user.change_capacity' => 'Change Capacity', 'admin_page_user.create_user.avatar' => 'Avatar', 'admin_page_user.create_user.group_details' => 'Account Details', - 'admin_page_user.create_user.group_settings' => 'Account Settings', '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', 'admin_page_user.create_user.submit' => 'Create User', 'admin_page_user.delete_user' => 'Delete User', - 'admin_page_user.invoices.empty' => "User don't have any invoices yet.", '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', @@ -265,12 +134,9 @@ return [ 'admin_page_user.table.created_at' => 'Registered', 'admin_page_user.table.name' => 'User', 'admin_page_user.table.role' => 'Role', - 'admin_page_user.table.storage_capacity' => 'Storage Capacity', 'admin_page_user.table.storage_used' => 'Storage Used', - 'admin_page_user.tabs.delete' => 'Delete User', 'admin_page_user.tabs.detail' => 'Detail', 'admin_page_user.tabs.password' => 'Password', - 'admin_page_user.tabs.storage' => 'Storage Usage', 'admin_pages.form.content' => 'Content', 'admin_pages.form.content_plac' => 'Type your content here...', 'admin_pages.form.slug' => 'Slug', @@ -286,31 +152,22 @@ return [ 'admin_settings.appearance.favicon' => 'App Favicon (optional)', 'admin_settings.appearance.logo' => 'App Logo (optional)', 'admin_settings.appearance.logo_horizontal' => 'App Logo Horizontal (optional)', - 'admin_settings.appearance.section_appearance' => 'Appearance', '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.driver_plac' => 'Type your mail driver', 'admin_settings.email.email_disclaimer' => "This form is not fully pre-filled for security reasons. Your email settings is available in your .env 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.encryption_plac' => 'Select your mail encryption', 'admin_settings.email.host' => 'Mail Host', - 'admin_settings.email.host_plac' => 'Type your 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.port_plac' => 'Type your mail port', 'admin_settings.email.save_button' => 'Save Email Settings', - 'admin_settings.email.section_email' => 'Email Setup', - 'admin_settings.email.username' => 'Mail Username', - 'admin_settings.email.username_plac' => 'Type your mail username', 'admin_settings.others.allow_registration' => 'Allow User Registration', '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.', - 'admin_settings.others.cache_clear' => 'Clear Cache', - 'admin_settings.others.cache_disclaimer' => 'Did you change anything in your .env file or change your Stripe credentials? Then clear your 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', @@ -320,21 +177,16 @@ return [ '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.section_cache' => 'Application Cache', - 'admin_settings.others.section_others' => 'Others Settings', - 'admin_settings.others.section_user' => 'Users and Storage', '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', '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', - 'admin_settings.tabs.appearance' => 'Appearance', - 'admin_settings.tabs.email' => 'Email', + '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_folder' => 'Add Folder', 'context_menu.add_to_favourites' => 'Add to Favourites', 'context_menu.create_folder' => 'Create Folder', 'context_menu.delete' => 'Delete', @@ -344,8 +196,6 @@ return [ 'context_menu.empty_trash' => 'Flush', 'context_menu.log_out' => 'Log Out', 'context_menu.move' => 'Move', - 'context_menu.no_options' => 'No Options Available', - 'context_menu.profile_settings' => 'Profile Settings', 'context_menu.remove_from_favourites' => 'Remove Favourite', 'context_menu.rename' => 'Rename', 'context_menu.restore' => 'Restore', @@ -361,7 +211,6 @@ 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.author' => 'Author', 'file_detail.created_at' => 'Created at', 'file_detail.items' => 'Items', 'file_detail.selected_multiple' => 'Selected Multiple Items', @@ -386,26 +235,18 @@ return [ 'file_detail_meta.time_data' => 'Content Created', 'folder.empty' => 'Empty', 'folder.item_counts' => '{count} Item | {count} Items', - 'global.active' => 'Active', 'global.admin' => 'Admin', - 'global.canceled' => 'Canceled', 'global.confirm_action' => "Yes, I'm sure", - 'global.default' => 'Default', 'global.free' => 'Free', 'global.get_it' => 'Get It', - 'global.incomplete' => 'Incomplete', - 'global.or' => 'or', - 'global.total' => 'Total', 'input_image.supported' => 'Supported formats are .png, .jpg, .jpeg.', 'input_image.title' => 'Upload Image', 'inputs.placeholder_search_files' => 'Search anything...', 'item_thumbnail.deleted_at' => 'Deleted {time}', - 'item_thumbnail.original_location' => 'Original Location', 'locations.home' => 'Files', 'locations.logout' => 'Log Out', 'locations.profile' => 'Profile', 'locations.settings' => 'Settings', - 'locations.shared' => 'Shared', 'locations.trash' => 'Trash', 'menu.admin' => 'Administration', 'menu.files' => 'Files', @@ -417,7 +258,6 @@ return [ 'menu.shared' => 'Shared Files', 'menu.storage' => 'Storage', 'menu.trash' => 'Trash', - 'messages.nothing_from_participants' => "You don't have any uploads from other users.", 'messages.nothing_to_preview' => 'There is nothing to preview.', 'messages.nothing_was_found' => 'Nothing was found.', 'mobile_selecting.deselect_all' => 'Deselect All', @@ -523,45 +363,31 @@ return [ '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.color_pick_label' => 'Pick Your Color', - 'popup_rename.emoji_list_not_found' => 'Not Found', 'popup_rename.label' => 'Edit Name', 'popup_rename.placeholder' => 'Type your title', - 'popup_rename.search_emoji_input_placeholder' => 'Search your emoji...', - 'popup_rename.set_emoji_input_placeholder' => 'Emojis List...', - 'popup_rename.tab_color_title' => 'Folder Color', - 'popup_rename.tab_emoji_title' => 'Emoji as an Icon', '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.go_back' => 'Go Back', 'popup_share_edit.save' => 'Save Changes', - 'popup_share_edit.send_to_recipients' => 'Send to Recipients', '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', - 'popup_zipping.message' => 'Please wait until your files start downloading.', - 'popup_zipping.title' => 'Zipping Your Files...', '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.change_pass' => 'Change Password', - 'profile.profile_info' => 'Profile Information', 'profile.store_pass' => 'Store New Password', 'pronouns.of' => 'of', 'roles.admin' => 'Admin', 'roles.user' => 'User', - 'routes.create_new_password' => 'create-new-password', 'routes_title.appearance' => 'Appearance', 'routes_title.dashboard' => 'Dashboard', 'routes_title.email' => 'Email', - 'routes_title.languages' => 'Languages', 'routes_title.others' => 'Others', 'routes_title.page_edit' => 'Edit Page', 'routes_title.pages' => 'Pages', @@ -582,39 +408,23 @@ return [ '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_folder_icon_open' => 'Customize Folder Icon', 'shared_form.button_generate' => 'Generate Link', 'shared_form.email_placeholder' => 'Type your emails', - 'shared_form.email_successfully_send_message' => "Your item was successfully send to recipients 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', 'shared_form.label_send_to_recipients' => 'Send to Recipients', 'shared_form.label_share_vie_email' => 'Get your link', - 'shared_form.label_shared_url' => 'Share url', 'shared_form.placeholder_permission' => 'Select your permission', 'shared_form.recipients_label' => 'Recipients', - 'shared_form.share_by_email' => 'Share by Email', - 'shared_form.share_by_link' => 'Share by Link', 'sidebar.favourites' => 'Favourites', 'sidebar.favourites_empty' => 'Drag here your favourite folder.', - 'sidebar.folders_empty' => 'Create some new folder.', 'sidebar.home' => 'My Files', 'sidebar.latest' => 'Recent Uploads', 'sidebar.locations_title' => 'Base', 'sidebar.my_shared' => 'Publicly Shared', 'sidebar.navigator_title' => 'Navigator', - 'sidebar.tools_title' => 'Tools', - 'storage.audios' => 'Audios', - 'storage.documents' => 'Documents', - 'storage.images' => 'Images', - 'storage.others' => 'Others', - 'storage.sec_capacity' => 'Your disk Usage', - 'storage.sec_details' => 'Capacity Usage Details', - 'storage.total_capacity' => 'Your storage capacity is {capacity}', - 'storage.total_used' => 'Total used {used}', - 'storage.videos' => 'Videos', '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!', @@ -622,15 +432,9 @@ return [ 'toaster.sended_password' => 'You successfully send user email for reset password!', 'types.file' => 'File', 'types.folder' => 'Folder', - 'upgrade_banner.button' => 'Upgrade', - 'upgrade_banner.description' => 'You nearly reach your storage capacity.', - 'upgrade_banner.title' => 'You reach your storage capacity. Please upgrade.', 'uploading.cancel' => 'Cancel Uploading', 'uploading.processing_file' => 'Processing File...', 'uploading.progress' => 'Uploading File {progress}% - {current}/{total}', - 'uploading.progress_single_upload' => 'Uploading File {progress}%', - 'user_add_card.default_description' => 'Your card will be charged for billing plans as first.', - 'user_add_card.default_title' => 'Set as Default Payment Method', '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.', @@ -646,7 +450,7 @@ return [ 'user_settings.city_plac' => 'Type your billing city', 'user_settings.country' => 'Country', 'user_settings.country_plac' => 'Select your billing country', - 'user_settings.name' => 'Name', + 'name' => 'Name', 'user_settings.name_plac' => 'Type your billing name', 'user_settings.phone_number' => 'Phone Number', 'user_settings.phone_number_plac' => 'Type your billing phone number', @@ -680,7 +484,6 @@ return [ 'salutation' => 'Regards', 'user_sending' => ':name is sending you this file', 'protected_file' => 'This link is protected by password', - 'routes_title.language' => 'Languages', 'languages' => 'Languages', 'add_language' => 'Add Language', 'create_language' => 'Create Language', @@ -767,7 +570,5 @@ return [ // teams 'user_invite_you_into_team_folder' => '{name} invite you to join with his team into shared team folder', 'register_with_email_and_get_folder' => 'Register account with your email {email} and get access to this Team Folder.', - '' => '', - '' => '', ], ]; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index c8788e22..f2933c22 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,6 +1,6 @@ { "/js/main.js": "/js/main.js", - "/chunks/request.js": "/chunks/request.js?id=f5a2c854bb7d7457", + "/chunks/request.js": "/chunks/request.js?id=971aee1e4e4b84b0", "/chunks/request-upload.js": "/chunks/request-upload.js?id=35b65503f01ef52c", "/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=19a0784e59d768ec", "/chunks/status-check.js": "/chunks/status-check.js?id=c7d5cfeb0120db76", @@ -9,41 +9,41 @@ "/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=d92943b9a1c8cdd2", - "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=7d78c21314593e88", + "/chunks/shared.js": "/chunks/shared.js?id=b20cedb5cc2a057a", + "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=8ff1016251dbfe9d", "/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=35b06ddc77e91737", - "/chunks/dashboard.js": "/chunks/dashboard.js?id=3cb0b23a8ab78cbb", + "/chunks/admin.js": "/chunks/admin.js?id=4f21066978ee91f9", + "/chunks/dashboard.js": "/chunks/dashboard.js?id=63d8fe37610e532a", "/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=704f996bd6e6c651", + "/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=b557039c3b07913a", - "/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=8db8eabf6b39775b", + "/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/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=37a04161ac1973ad", + "/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=1679d4320a70fc13", - "/chunks/plan-delete.js": "/chunks/plan-delete.js?id=62583e90b205ab89", - "/chunks/payments.js": "/chunks/payments.js?id=2a6dba57de536b0d", + "/chunks/plan-settings.js": "/chunks/plan-settings.js?id=3edd012ac5d11a2b", + "/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=59925e82d06e59fe", - "/chunks/app-settings.js": "/chunks/app-settings.js?id=ac94675bfea2ac48", + "/chunks/payments/settings.js": "/chunks/payments/settings.js?id=8f804ed5e42e55e6", + "/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=ecec96c73341ba8a", + "/chunks/app-others.js": "/chunks/app-others.js?id=3ff3267c62cd1d53", "/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", @@ -57,18 +57,18 @@ "/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=0be4a28092747772", + "/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/settings-storage.js": "/chunks/settings-storage.js?id=80bca2eb75da275d", - "/chunks/billing.js": "/chunks/billing.js?id=9008d99558ed20a5", - "/chunks/platform.js": "/chunks/platform.js?id=595ebf8df2edae41", - "/chunks/files.js": "/chunks/files.js?id=535a172eef59e2f4", - "/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=a6d8378911b23390", - "/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=ebfebefef781b070", - "/chunks/trash.js": "/chunks/trash.js?id=1db4e081774b005b", - "/chunks/team-folders.js": "/chunks/team-folders.js?id=28717f216f507f4b", - "/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=c34c03304d94f7eb", + "/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/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/WidgetLatestTransactions.vue b/resources/js/components/Admin/WidgetLatestTransactions.vue index 474b31e4..b08b0b36 100644 --- a/resources/js/components/Admin/WidgetLatestTransactions.vue +++ b/resources/js/components/Admin/WidgetLatestTransactions.vue @@ -114,7 +114,7 @@ export default { sortable: true, }, { - label: this.$t('admin_page_invoices.table.total'), + label: this.$t('total'), field: 'amount', sortable: true, }, diff --git a/resources/js/components/FilePreview/FilePreviewToolbar.vue b/resources/js/components/FilePreview/FilePreviewToolbar.vue index 708c1425..6c4d1194 100644 --- a/resources/js/components/FilePreview/FilePreviewToolbar.vue +++ b/resources/js/components/FilePreview/FilePreviewToolbar.vue @@ -82,7 +82,7 @@ v-if="!$isThisRoute($route, ['RequestUpload'])" @click.native="downloadItem" source="download" - :action="$t('actions.download')" + :action="$t('download_item')" />