Files
vuefilemanager/resources/js/i18n/lang/en.json
Miloš Holba 785dade6b2 Add Gallery
2020-08-08 21:46:56 +02:00

762 lines
26 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"actions": {
"create_folder": "Create folder",
"delete": "Delete item",
"move": "Move item",
"preview": "Change preview",
"share": "Share item",
"upload": "Upload file",
"download": "Download item",
"print": "Print item"
},
"activation": {
"stripe": {
"button": "Set up your Stripe account",
"description": "To charge your users, please set up your Stripe account credentials.",
"title": "Your Stripe account is not set"
}
},
"admin_menu": {
"dashboard": "Dashboard",
"invoices": "Invoices",
"pages": "Pages",
"plans": "Plans",
"settings": "Settings",
"users": "Users"
},
"admin_page_dashboard": {
"backer_button": "Become a Backer",
"license": "License",
"version": "Version",
"w_latest_users": {
"title": "Latest Registrations"
},
"w_total_premium": {
"link": "Show All Plans",
"title": "Total Premium Users"
},
"w_total_space": {
"link": "Show All Users",
"title": "Total Space Used"
},
"w_total_users": {
"link": "Show All Users",
"title": "Total Users"
}
},
"admin_page_invoices": {
"empty": {
"description": "All customers invoices will be showed here.",
"title": "You dont have any invoices yet"
},
"table": {
"number": "Invoice Number",
"payed": "Payed",
"plan": "Plan",
"total": "Total",
"user": "User"
}
},
"admin_page_plans": {
"create_plan_button": "Create Plan",
"delete_plan_button": "Delete Plan",
"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.",
"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.",
"empty": {
"button": "Create New Plan",
"description": "For create new plan, click on button below.",
"title": "You dont have any plan yet"
},
"form": {
"description": "Description (optional)",
"description_plac": "Plan description",
"name": "Name",
"name_delete_plac": "Type plan name",
"name_plac": "Plan name",
"price": "Price",
"price_plac": "Plan price",
"status": "Status",
"status_help": "Status of your plan availability on website.",
"storage": "Storage Capacity in GB",
"storage_helper": "You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
"storage_plac": "Storage capacity",
"title_delete": "Delete Plan",
"title_details": "Plan Details",
"title_pricing": "Plan Pricing"
},
"subscribers": {
"empty": "There is no any subscriber yet."
},
"table": {
"name": "Plan Name",
"price": "Price",
"status": "Status",
"storage_capacity": "Storage Capacity",
"subscribers": "Subscribers"
},
"tabs": {
"delete": "Delete Plan",
"settings": "Settings",
"subscribers": "Subscribers"
}
},
"admin_page_user": {
"change_capacity": "Change Capacity",
"create_user": {
"avatar": "Avatar",
"group_details": "Account Details",
"group_settings": "Account Settings",
"label_conf_pass": "Confirm password",
"label_email": "Type E-mail",
"label_name": "Type full name",
"submit": "Create User"
},
"delete_user": "Delete User",
"invoices": {
"empty": "User don't have any invoices yet."
},
"label_change_capacity": "Type storage capacity in GB",
"label_delete_user": "Type with Case Sensitive user name {user}",
"label_person_info": "Personal Information",
"placeholder_delete_user": "Type here",
"save_role": "Save Role",
"select_role": "Select user role",
"send_password_link": "Send Password Reset Link",
"subscription": {
"empty": "User don't have any subscription yet.",
"interval_mo": "Monthly"
},
"table": {
"action": "Action",
"created_at": "Registered",
"name": "User",
"plan": "Subscription Plan",
"role": "Role",
"storage_capacity": "Storage Capacity",
"storage_used": "Storage Used"
},
"tabs": {
"delete": "Delete User",
"detail": "Detail",
"invoices": "Invoices",
"password": "Password",
"storage": "Storage Usage",
"subscription": "Subscription"
}
},
"admin_pages": {
"form": {
"content": "Content",
"content_plac": "Type your content here...",
"slug": "Slug",
"title": "Title",
"title_plac": "Title name",
"visibility": "Visibility",
"visibility_help": "Status of your page visibility on website."
},
"table": {
"page": "Page",
"slug": "Slug",
"status": "Status"
}
},
"admin_settings": {
"appearance": {
"description": "App Description",
"description_plac": "Type your app description",
"favicon": "App Favicon (optional)",
"logo": "App Logo (optional)",
"logo_horizontal": "App Logo Horizontal (optional)",
"section_appearance": "Appearance",
"section_general": "General Settings",
"title": "App Title",
"title_plac": "Type your app title"
},
"billings": {
"address": "Billing Address",
"address_plac": "Type your billing address",
"city": "Billing City",
"city_plac": "Type your billing city",
"company_name": "Company Name",
"company_name_plac": "Type your company name",
"country": "Billing Country",
"country_plac": "Select your billing country",
"phone_number": "Billing Phone Number (optional)",
"phone_number_plac": "Type your billing phone number",
"postal_code": "Billing Postal Code",
"postal_code_plac": "Type your billing postal code",
"section_billing": "Billing Information",
"section_company": "Company Information",
"state": "Billing State",
"state_plac": "Type your billing state",
"vat": "VAT Number",
"vat_plac": "Type your VAT number"
},
"email": {
"driver": "Mail Driver",
"driver_plac": "Type your mail driver",
"email_disclaimer": "This form is not fully pre-filled for security reasons. Your email settings is available in your <b>.env</b> file. For apply new Email settings, please confirm your options by button at the end of formular.",
"encryption": "Mail Encryption",
"encryption_plac": "Select your mail encryption",
"host": "Mail Host",
"host_plac": "Type your mail host",
"password": "Mail Password",
"password_plac": "Type your mail password",
"port": "Mail Port",
"port_plac": "Type your mail port",
"save_button": "Save Email Settings",
"section_email": "Email Setup",
"username": "Mail Username",
"username_plac": "Type your mail username"
},
"others": {
"allow_registration": "Allow User Registration",
"allow_registration_help": "You can disable public registration for new users. You will still able to <br/>create new users in administration panel.",
"contact_email": "Contact Email",
"contact_email_plac": "Type your contact email",
"default_storage": "Default Storage Space for User Accounts",
"default_storage_plac": "Set default storage space in GB",
"google_analytics": "Google Analytics Code (optional)",
"google_analytics_plac": "Paste your Google Analytics Code",
"section_others": "Others Settings",
"section_user": "Users and Storage",
"storage_limit": "Storage Limitation",
"storage_limit_help": "If this value is off, all users will have infinity storage capacity and you won't be <br/>able to charge your users for storage plan."
},
"payments": {
"allow_payments": "Allow Subscription Payments",
"button_submit": "Test and Save Stripe",
"button_testing": "Testing Stripe Connection",
"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 <b>.env</b> file.",
"section_payments": "Stripe Payments",
"stripe_create_acc": "If you dont have stripe account, please <a href=\"https://dashboard.stripe.com/register\" target=\"_blank\">register here</a> and get your Publishable Key, Secret Key and create your webhook.",
"stripe_create_webhook": "You have to create webhook endpoint in your Stripe Dashboard. You can find it in <b>Dashboard -> Developers -> Webhooks -> Add Endpoint</b>. 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 <b>receive all events</b>. That's all.",
"stripe_currency": "Stripe Currency",
"stripe_currency_plac": "Select your Stripe currency",
"stripe_pub_key": "Publishable Key",
"stripe_pub_key_plac": "Paste your publishable key",
"stripe_sec_key": "Secret Key",
"stripe_sec_key_plac": "Paste your secret key",
"stripe_setup": "Stripe Setup",
"stripe_webhook_key_plac": "Paste your stripe webhook secret",
"webhook_url": "Stripe webhook URL"
},
"tabs": {
"appearance": "Appearance",
"billings": "Billings",
"email": "Email",
"others": "Application",
"payments": "Payments"
}
},
"alerts": {
"error_confirm": "Thats horrible!",
"success_confirm": "Awesome!"
},
"context_menu": {
"add_folder": "Add Folder",
"add_to_favourites": "Add to Favourites",
"create_folder": "Create Folder",
"delete": "Delete",
"detail": "Detail",
"download": "Download",
"empty_trash": "Empty Trash",
"log_out": "Log Out",
"move": "Move",
"profile_settings": "Profile Settings",
"remove_from_favourites": "Remove Favourite",
"rename": "Rename",
"restore": "Restore",
"share": "Share",
"share_edit": "Edit Sharing",
"upload": "Upload"
},
"cookie_disclaimer": {
"button": "cookies policy",
"description": "By browsing this website you are agreeing to our {0}."
},
"datatable": {
"paginate_info": "Showing 1 - {visible} from {total} records"
},
"empty_page": {
"call_to_action": "Upload File",
"description": "Upload some files here easily via upload button",
"title": "There is Nothing"
},
"errors": {
"capacity_digit": "The storage capacity must be lower than 10 digit number."
},
"file_detail": {
"author": "Author",
"author_participant": "Public Participant",
"created_at": "Created at",
"shared": "Shared",
"size": "Size",
"where": "Where"
},
"folder": {
"empty": "Empty",
"item_counts": "{count} Item | {count} Items"
},
"global": {
"incomplete": "Incomplete",
"active": "Active",
"admin": "Admin",
"cancel": "Cancel",
"canceled": "Canceled",
"confirm_action": "Yes, I'm sure",
"default": "Default",
"free": "Free",
"get_it": "Get It",
"menu": "Menu",
"monthly_ac": "Mo.",
"or": "or",
"premium": "Premium",
"saas": "Services",
"subscription": "Subscription",
"total": "Total",
"upgrade_plan": "Upgrade Plan"
},
"input_image": {
"supported": "Supported formats are .png, .jpg, .jpeg.",
"title": "Upload Image"
},
"inputs": {
"placeholder_search_files": "Search files or folders..."
},
"item_thumbnail": {
"deleted_at": "Deleted {time}",
"original_location": "Original Location"
},
"locations": {
"home": "Home",
"shared": "Shared",
"trash": "Trash"
},
"menu": {
"admin": "Administration",
"files": "Files",
"invoices": "Invoices",
"latest": "Recent Uploads",
"logout": "Log Out",
"password": "Password",
"payment_cards": "Payment Cards",
"profile": "Profile Settings",
"settings": "Settings",
"shared": "Shared Files",
"storage": "Storage",
"subscription": "Subscription",
"trash": "Trash"
},
"messages": {
"nothing_from_participants": "You don't have any uploads from other users.",
"nothing_to_preview": "There is nothing to preview.",
"nothing_was_found": "Nothing was found."
},
"notice": {
"stripe_activation": "Your Stripe account is not set. To charging your users please {0}.",
"stripe_activation_button": "set up your Stripe account"
},
"page_contact_us": {
"description": "Do you have any questions? Get in touch with us.",
"error_message": "Something went wrong, please try it again.",
"form": {
"email": "Email",
"email_plac": "Type your email",
"message": "Message",
"message_plac": "Type your message here...",
"submit_button": "Send Message"
},
"success_message": "Your message was send successfully.",
"title": "Contact Us"
},
"page_create_password": {
"button_update": "Update Password",
"label_confirm_pass": "Confirm password",
"label_email": "Email:",
"label_new_pass": "New password",
"subtitle": "Create your new password here:",
"title": "Only One Step to Log In"
},
"page_forgotten_password": {
"button_get_link": "Get Link",
"pass_reseted_signin": "Sign In",
"pass_reseted_subtitle": "Your password was reset successfully.",
"pass_reseted_title": "Awesome!",
"pass_sennded_subtitle": "We have e-mailed your password reset link!",
"pass_sennded_title": "Thank you!",
"password_remember_button": "Log In.",
"password_remember_text": "Remember your password?",
"subtitle": "Get reset link with your email:",
"title": "Forgotten Password?"
},
"page_index": {
"get_started_button": "Sign Up Now",
"menu": {
"contact_us": "Contact Us",
"log_in": "Log In",
"pricing": "Pricing",
"sign_in": "Sign Up"
},
"sign_feature_1": "No credit card required",
"sign_feature_2": "{defaultSpace} Free storage space",
"sign_up_button": "Sign Up Now"
},
"page_login": {
"button_next": "Next Step",
"placeholder_email": "Type your E-mail",
"registration_button": "Register account.",
"registration_text": "Dont have an account?",
"subtitle": "Please type your email to log in:",
"title": "Welcome Back!"
},
"page_pricing_tables": {
"description": "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.",
"storage_capacity": "Of Storage Capacity",
"vat_excluded": "Price displayed excludes VAT.",
"title": "Choose Your Plan"
},
"page_registration": {
"agreement": "By clicking on 'Create Account' button I agree to the {0} and {1}.",
"button_create_account": "Create Account",
"have_an_account": "Do you have an account?",
"label_confirm_pass": "Confirm password:",
"label_email": "Email:",
"label_name": "Full Name:",
"label_pass": "Create password:",
"placeholder_confirm_pass": "Confirm your new password",
"placeholder_email": "Type your E-mail",
"placeholder_name": "Type your full name",
"placeholder_pass": "New password",
"subtitle": "Please fill registration to create account:",
"title": "Create New Account"
},
"page_shared": {
"download_file": "Download File",
"placeholder_pass": "Type password",
"submit": "Submit",
"subtitle": "Please type the password to get shared content:",
"title": "Your Share Link is Protected"
},
"page_shared_404": {
"subtitle": "The content you are finding was probably deleted.",
"title": "Not Found :("
},
"page_sign_in": {
"button_log_in": "Log In",
"password_reset_button": "Reset Password.",
"password_reset_text": "Forgotten your password?",
"placeholder_password": "Type your password",
"subtitle": "Confirm you by your password:",
"title": "Are You {name}?"
},
"page_upgrade_account": {
"change_payment": {
"change_payment": "change your default payment method",
"pay_by_new_card": "pay by new credit card",
"you_can": "Also you can"
},
"desription": "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.",
"errors": {
"pay_by_another_card": "Please pay by another payment card"
},
"section_billing": "Billing Information",
"section_card": "Payment Card",
"section_summary": "Order Summary",
"summary": {
"total_with_vat": "Total with VAT",
"vat": "VAT",
"period": "Billed monthly",
"submit_button": "Pay with credit card",
"submit_disclaimer": "By submit form, you agree to save the payment method and billing information in your {app} account."
},
"title": "Choose Payment Method"
},
"popup_create_folder": {
"folder_default_name": "New Folder",
"title": "Please enter your new folder name"
},
"popup_delete_card": {
"message": "This event is irreversible and your payment card will be delete forever",
"title": "Are you sure?"
},
"popup_deleted_plan": {
"message": "Your plan was successfully deleted.",
"title": "Plan was deleted"
},
"popup_deleted_user": {
"message": "Your user was deleted with all user data content.",
"title": "User was deleted"
},
"popup_deleted_user_aborted": {
"message": "You can't delete this account while user have active subscription.",
"title": "User wasn't deleted"
},
"popup_error": {
"message": "Something went wrong and we can't continue. Please contact us.",
"title": "Whooops, something went wrong!"
},
"popup_exceed_limit": {
"message": "Please contact your administrator to change your limit.",
"title": "Whooops, you exceed storage limit :("
},
"popup_move_item": {
"cancel": "Cancel",
"submit": "Move Item",
"title": "Move Item"
},
"popup_pass_changed": {
"message": "So now, you have awesome new password.",
"title": "Your password was changed!"
},
"popup_passport_error": {
"message": "Probably you didn't generated Passport Grant client or you didn't set up passport credentials in your .env file. Please follow install instructions.",
"title": "Invalid Passport Grand Client"
},
"popup_paylod_error": {
"message": "Sorry, your file is too large and can't be uploaded",
"title": "File is too large"
},
"popup_rename": {
"title": "Change your item name"
},
"popup_set_card": {
"message": "Your card will be set as default and will be always charged for the next billings.",
"title": "Set as default card?"
},
"popup_share_create": {
"title": "Share Your {item}"
},
"popup_share_edit": {
"change_pass": "Change Password",
"confirm": "Confirm",
"save": "Save Changes",
"stop": "Stop Sharing",
"title": "Update sharing options"
},
"popup_signup_error": {
"message": "Please check your database connection if everything works correctly.",
"title": "Server Error"
},
"popup_subscription_cancel": {
"button": "I'm done",
"message": "You'll continue to have access to the features you've paid for until the end of your billing cycle.",
"title": "Subscription Was Canceled"
},
"popup_subscription_resumed": {
"button": "That's awesome!",
"message": "Your subscription was re-activated, and they will be billed on the original billing cycle.",
"title": "Subscription Was Resumed"
},
"popup_trashed": {
"message": "So now, you have clear and empty trash.",
"title": "Your trash was erased!"
},
"preview_type": {
"grid": "Grid",
"list": "List"
},
"profile": {
"change_pass": "Change Password",
"profile_info": "Profile Information",
"store_pass": "Store New Password"
},
"pronouns": {
"of": "of"
},
"roles": {
"admin": "Admin",
"user": "User"
},
"routes": {
"create_new_password": "create-new-password"
},
"routes_title": {
"appearance": "Appearance",
"billings": "Billings",
"dashboard": "Dashboard",
"email": "Email",
"invoices": "Invoices",
"others": "Others",
"page_edit": "Edit Page",
"pages": "Pages",
"payment_methods": "Payment Methods",
"payments": "Payments",
"plan": "Plan",
"plan_create": "Create Plan",
"plan_delete": "Plan Delete",
"plan_settings": "Plan Settings",
"pricing_plans": "Pricing Plans",
"profile": "My Profile",
"profile_settings": "Profile Settings",
"settings": "Settings",
"settings_mobile": "Settings",
"settings_password": "Change Password",
"settings_storage": "Storage",
"subscribers": "Subscribers",
"subscription": "Subscription",
"upgrade_billing": "Billing",
"upgrade_plan": "Upgrade Plan",
"user_create": "Create User",
"users_delete": "Delete User",
"users_detail": "Detail",
"users_list": "User Management",
"users_password": "Password",
"users_storage_usage": "Storage Usage",
"users_user": "User"
},
"rows": {
"card": {
"expiration": "Expiration Date",
"number": "Card Number",
"status": "Status"
},
"invoice": {
"number": "Invoice Number",
"payed": "Payed",
"plan": "Plan",
"total": "Total"
}
},
"shared": {
"can_download": "Can download file",
"editor": "Can edit and upload files",
"empty_shared": "You haven't shared anything yet.",
"visitor": "Can only view and download"
},
"shared_form": {
"button_done": "Awesome, Im done!",
"button_generate": "Generate Link",
"label_password_protection": "Password Protected",
"label_permission": "Permission",
"label_shared_url": "Share url",
"placeholder_permission": "Select your permission"
},
"sidebar": {
"favourites": "Favourites",
"favourites_empty": "Drag here your favourite folder.",
"folders_empty": "Create some new folder.",
"home": "Home",
"latest": "Recent Uploads",
"locations_title": "Base",
"my_shared": "My Shared Items",
"navigator_title": "Navigator",
"participant_uploads": "Participant Uploads",
"tools_title": "Tools"
},
"storage": {
"audios": "Audios",
"documents": "Documents",
"images": "Images",
"others": "Others",
"sec_capacity": "Your disk Usage",
"sec_details": "Capacity Usage Details",
"total_capacity": "Your storage capacity is {capacity}",
"total_used": "Total used {used}",
"videos": "Videos"
},
"toaster": {
"account_upgraded": "Your account was successfully upgraded.",
"card_deleted": "Your card was successfully deleted.",
"card_new_add": "Your card was successfully added",
"card_set": "Your card was successfully set as default.",
"changed_capacity": "You successfully changed user's storage size!",
"changed_user": "You successfully changed user's role!",
"created_user": "User was created successfully!",
"email_set": "Your email settings was updated successfully",
"plan_created": "Your plan was successfully created!",
"sended_password": "You successfully send user email for reset password!",
"stripe_set": "Your Stripe account was successfully set!"
},
"types": {
"file": "File",
"folder": "Folder"
},
"upgrade_banner": {
"button": "Upgrade",
"description": "You nearly reach your storage capacity.",
"title": "You reach your storage capacity. Please upgrade."
},
"incomplete_payment": {
"description": "Your latest payment is incomplete. {0}",
"href": "Please confirm your payment."
},
"uploading": {
"processing_file": "Processing File...",
"progress_single_upload": "Uploading File {progress}%",
"progress": "Uploading File {progress}% - {current}/{total}"
},
"user_add_card": {
"default_description": "Your card will be charged for billing plans as first.",
"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.",
"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.",
"title": "Change User Password"
},
"user_box_role": {
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings.",
"title": "Change User Role"
},
"user_box_storage": {
"description": "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity.",
"title": "Change User Storage Capacity"
},
"user_invoices": {
"empty": "You don't have any invoices yet.",
"title": "Invoices"
},
"user_password": {
"title": "Change Your Password"
},
"user_payments": {
"add_card": "Add Payment Card",
"card_field_title": "Credit Card",
"delete_card": "Delete card",
"empty": "You don't have any payment cards yet.",
"field_loading": "Loading card field...",
"set_as_default": "Set as default card",
"store_card": "Store Payment Card",
"title": "Payment Methods"
},
"user_settings": {
"address": "Address",
"address_plac": "Type your billing address",
"city": "City",
"city_plac": "Type your billing city",
"country": "Country",
"country_plac": "Select your billing country",
"name": "Name",
"name_plac": "Type your billing name",
"phone_number": "Phone Number",
"phone_number_plac": "Type your billing phone number",
"postal_code": "Postal Code",
"postal_code_plac": "Type your billing postal code",
"state": "State",
"state_plac": "Type your billing state",
"title_account": "Account Information",
"title_billing": "Billing Information"
},
"user_subscription": {
"billed": "Billed",
"cancel_plan": "Cancel Plan",
"canceled_at": "Canceled At",
"created_at": "Created At",
"empty": "You don't have any subscription yet.",
"ends_at": "Ends At",
"plan": "Plan",
"renews_at": "Renews At",
"resume_plan": "Resume Plan",
"status": "Status",
"title": "Subscription Plan"
},
"validation_errors": {
"incorrect_password": "Sorry, you passed incorrect password :(",
"wrong_image": "You may have uploaded the wrong file, try again!"
}
}