215 lines
11 KiB
PHP
215 lines
11 KiB
PHP
<?php
|
|
|
|
return [
|
|
'superadmin' => 'Superadmin',
|
|
'dashboard' => 'Dashboard',
|
|
'all_business' => 'All Businesses',
|
|
'manage_business' => 'Manage all registered Businesses',
|
|
'add_new_business' => 'Add new Business',
|
|
'add_business_help' => 'Business owner can change their business details',
|
|
'unlimited' => 'Unlimited',
|
|
'users' => 'Users',
|
|
'products' => 'Products',
|
|
'trial_days' => 'Trial Days',
|
|
'description' => 'Package Description',
|
|
'location_count' => 'Number of Locations',
|
|
'user_count' => 'Number of active users',
|
|
'product_count' => 'Number of products',
|
|
'invoice_count' => 'Number of Invoices',
|
|
'interval' => 'Price Interval',
|
|
'interval_count' => 'Interval',
|
|
'trial_days' => 'Trial Days',
|
|
'price' => 'Price',
|
|
'sort_order' => 'Sort Order',
|
|
'is_active' => 'Activate',
|
|
'infinite_help' => '0 = infinite',
|
|
'active' => 'Active',
|
|
'invoices' => 'Invoices',
|
|
'inactive' => 'Inactive',
|
|
'all_packages' => 'All Packages',
|
|
'packages' => 'Packages',
|
|
'subscription_packages' => 'Packages',
|
|
'active_subscription' => 'Active Subscription',
|
|
'no_active_subscription' => 'No active subscription found',
|
|
'subscribe' => 'Subscribe',
|
|
'start_date' => 'Start Date',
|
|
'end_date' => 'End Date',
|
|
'running' => 'Running',
|
|
'remaining' => 'Remaining :days day(s)',
|
|
'pay_and_subscribe' => 'Pay & Subscribe',
|
|
'pay_via' => 'Pay via :method',
|
|
'subscription_expired' => 'Subscription Expired!',
|
|
'subscription_expired_modal_content' => 'No active subscription found for your business. Kindly subscribe to keep using :app_name. <br/> Click on subscribe button to view all packages & subscribe.',
|
|
'subscription_expired_toastr' => "No active subscription found for your business. Kindly subscribe to keep using :app_name. <br/><br/> <a class='btn btn-success' href=:subscribe_url><i class='fa fa-refresh'></i> Subscribe</a>",
|
|
'add_package' => 'Add New package',
|
|
'edit_package' => 'Edit Package',
|
|
'view_business' => 'View Business',
|
|
'business_location' => 'Business Locations',
|
|
'package_subscription' => 'Package Subscription Details',
|
|
'tooltip_pkg_price' => 'Package price currency is set from Application Setting',
|
|
'super_admin_settings' => 'Super Admin Settings',
|
|
'edit_super_admin_settings' => 'Edit Settings',
|
|
'system_setting' => 'System Settings',
|
|
'total_subscriptions' => 'Total Subscriptions (:currency)',
|
|
'welcome_superadmin' => 'Welcome Superadmin',
|
|
'new_subscriptions' => 'New Subscriptions',
|
|
'new_registrations' => 'New Business Registrations',
|
|
'not_subscribed' => 'Not Subscribed',
|
|
'monthly_sales_trend' => 'Sale - Monthly for 12 months',
|
|
'more_info' => 'More Information',
|
|
'this_year' => 'This Year',
|
|
'free_package' => 'Free Package',
|
|
'free_for_duration' => 'Free for :duration',
|
|
'subscription' => 'Package Subscription',
|
|
'business_name' => 'Business Name',
|
|
'package_name' => 'Package Name ',
|
|
'trial_end_date' => 'Trial End Date',
|
|
'paid_via' => 'Paid Via',
|
|
'payment_transaction_id' => 'Transaction Id',
|
|
'view_subscription' => 'View Subscription',
|
|
'action' => 'Action',
|
|
'subscription_status' => 'Subscription Status',
|
|
'status' => 'Status',
|
|
'approved' => 'Approved',
|
|
'declined' => 'Declined',
|
|
'waiting' => 'Waiting',
|
|
'subcription_updated_success' => 'Subscription Updated Succesfully',
|
|
'close' => 'Close',
|
|
'update' => 'Update',
|
|
'offline_pay_helptext' => 'Notification will be sent to admin for approval',
|
|
'notification_sent_for_approval' => 'Notification send to admin for approval',
|
|
'waiting_approval' => 'Waiting for approval by admin',
|
|
'cannot_delete_current_business' => 'Cannot Delete your business',
|
|
'max_users' => 'Maximum Users',
|
|
'active_package_description' => 'Active Package Details',
|
|
'max_users_limit_reached' => 'Maximum Users limit reached.',
|
|
'max_products' => 'Maximum Products limit reached.',
|
|
'max_invoices' => 'Maximum Invoices limit reached.',
|
|
'max_locations' => 'Maximum Locations limit reached.',
|
|
'all_subscriptions' => 'All Subscriptions',
|
|
'package_expiry_alert_days' => 'Min days for subscription expiry alert',
|
|
'edit_subscription' => 'Edit Subscription',
|
|
'version_info' => 'Superadmin module version - <code>:version</code>',
|
|
'enable_business_based_username' => 'Enable business based username',
|
|
'business_based_username_help' => 'If enabled business ID will be suffixed to username. This will only be applied to newly created users & not existing users.',
|
|
'add_subscription' => 'Add Subscription',
|
|
'communicator' => 'Communicator',
|
|
'recipients' => 'Recipients',
|
|
'subject' => 'Subject',
|
|
'message' => 'Message',
|
|
'send' => 'Send',
|
|
'compose_message' => 'Compose Message',
|
|
'message_history' => 'Message History',
|
|
'pricing' => 'Pricing',
|
|
'register_subscribe' => 'Register & subscribe',
|
|
'register_free' => 'Register Free',
|
|
'registered_and_subscribed' => 'You have succefully registered & subscribed',
|
|
'application_settings' => 'Application Settings',
|
|
'email_smtp_settings' => 'Email/SMTP Settings',
|
|
'payment_gateways' => 'Payment Gateways',
|
|
'backup' => 'Backup',
|
|
'app_name' => 'App Name',
|
|
'app_title' => 'App Title',
|
|
'app_default_language' => 'App Default Language',
|
|
'mail_driver' => 'Mail Driver',
|
|
'mail_host' => 'Host',
|
|
'mail_port' => 'Port',
|
|
'mail_username' => 'Username',
|
|
'mail_password' => 'Password',
|
|
'mail_encryption' => 'Encryption',
|
|
'mail_from_address' => 'From Address',
|
|
'mail_from_name' => 'From Name',
|
|
'mail_encryption_place' => 'tls / ssl',
|
|
'stripe_pub_key' => 'Stripe Pub Key',
|
|
'stripe_secret_key' => 'Stripe Secret Key',
|
|
'paypal_mode' => 'Mode',
|
|
'paypal_sandbox_api_username' => 'Sandbox api Username',
|
|
'paypal_sandbox_api_password' => 'Sandbox api Password',
|
|
'paypal_sandbox_api_secret' => 'Sandbox api Secret',
|
|
'paypal_live_api_username' => 'Live api Username',
|
|
'paypal_live_api_password' => 'Live api Password',
|
|
'paypal_live_api_secret' => 'Live api Secret',
|
|
'backup_disk' => 'Backup Disk',
|
|
'dropbox_access_token' => 'Dropbox Access Token',
|
|
'payment_gateway_help' => 'To know about setting the gateway refer to our or the official documentation.',
|
|
'dropbox_help' => 'You can get access token from <a href=":link" target="_blank">here</a>, refer document for step-by-step details.',
|
|
'cron' => 'Cron Jobs',
|
|
'private_superadmin_only' => 'Private Superadmin only',
|
|
'one_time_only_subscription' => 'One time only subscription',
|
|
'enable_custom_subscription_link' => 'Enable custom subscription link',
|
|
'custom_link' => 'Custom link',
|
|
'custom_link_text' => 'Custom link text',
|
|
'not_allowed_for_package' => 'Not allowed to subscribe this package',
|
|
'maximum_subscription_limit_exceed' => 'Maximum Subscription limit exceeded for this package',
|
|
'waiting_for_confirmation' => 'Waiting for confirmation',
|
|
'waiting_approval_gateway' => 'Waiting for approval by payment gateway',
|
|
'enable_register_tc' => 'Enable Terms & Conditions in Registration',
|
|
'register_tc' => 'Registration Terms & Conditions',
|
|
'subscription_expiry_alert' => 'Your subscription for <i>:app_name</i> is expiring in next <i>:days_left days</i>',
|
|
'allow_email_settings_to_businesses' => 'Allow businesses to use Superadmin email configuration',
|
|
'allow_email_settings_tooltip' => 'If enabled, all businesses can use this email configuration. Email configurations will not be visible to them.',
|
|
'update_existing_subscriptions' => 'Update existing subscriptions',
|
|
'update_existing_subscriptions_tooltip' => 'This will update package details in existing subscriptions which are not expired.',
|
|
'frontend_pages' => 'Frontend Pages',
|
|
'page_title' => 'Page Title',
|
|
'slug' => 'Slug',
|
|
'is_visible' => 'Is Visible',
|
|
'page_content' => 'Page Content',
|
|
'slug_already_exists' => 'Slug already exists',
|
|
'visible' => 'Visible',
|
|
'hidden' => 'Hidden',
|
|
'edit_page' => 'Edit Page',
|
|
'add_page' => 'Add Page',
|
|
'menu_order' => 'Menu Order',
|
|
'menu_order_tooltip' => 'Page with lesser menu order will be listed first',
|
|
'enable_new_business_registration_notification' => 'Enable new business registration email',
|
|
'enable_new_subscription_notification' => 'Enable new subscription email',
|
|
'enable_welcome_email' => 'Enable welcome email to new business',
|
|
'welcome_email_body' => 'Welcome email body',
|
|
'welcome_email_subject' => 'Welcome email subject',
|
|
'welcome_email_template' => 'Welcome email template',
|
|
'new_business_notification_tooltip' => 'An email will be sent to The Superadmin if a new business is created',
|
|
'new_business_welcome_notification_tooltip' => 'An email will be sent to the owner of the business if a new business is created',
|
|
'welcome_email_template' => 'Welcome email template',
|
|
'new_subscription_tooltip' => 'An email will be sent to the superadmin if a subscription is added.',
|
|
'update_password' => 'Update Password',
|
|
'manage' => 'Manage',
|
|
'password_updated_successfully' => 'Password updated succefully',
|
|
'your_password_updated_successfully' => 'Your password updated succefully',
|
|
'your_new_password_is' => 'Your new password is: :password',
|
|
'password_updated' => 'Password Updated',
|
|
'pusher_settings' => 'Pusher Settings',
|
|
'pusher_app_id' => 'PUSHER APP ID',
|
|
'pusher_app_key' => 'PUSHER APP KEY',
|
|
'pusher_app_secret' => 'PUSHER APP SECRET',
|
|
'pusher_app_cluster' => 'PUSHER APP CLUSTER',
|
|
'additional_js_css' => 'Additional Javascript and CSS',
|
|
'additional_js' => 'Additional Javascript',
|
|
'additional_css' => 'Additional CSS',
|
|
'additional_js_instructions' => 'Javascript code with script tag',
|
|
'additional_css_instructions' => 'CSS code with style tag',
|
|
'enable_offline_payment' => 'Enable Offline Payment',
|
|
'offline_payment_details' => 'Offline payment details',
|
|
'access_package_subscriptions' => 'Access package subscriptions',
|
|
'google_map_api_key' => 'Google map api key',
|
|
'offline_payment_details_tooltip' => 'Offline payment instructions, like bank account details',
|
|
'allow_registration' => 'Allow Registration',
|
|
'flutterwave_help_text' => 'Click this link to check supported currencies for flutterwave',
|
|
'current_subscription' => 'Current Subscription',
|
|
'expiring_in_3_days' => 'Expiring in 3 days',
|
|
'expiring_in_7_days' => 'Expiring in 7 days',
|
|
'expiring_in_one_month' => 'Expiring in one month',
|
|
'business_contact_number' => 'Business contact numbers',
|
|
'owner_number' => 'Owner number',
|
|
'yesterday' => 'Yesterday',
|
|
'last_month' => 'Last Month',
|
|
'last_year' => 'Last Year',
|
|
'last_transaction_date' => 'Last transaction date',
|
|
'no_transaction_since' => 'No transactions since',
|
|
'subscribed' => 'Subscribed',
|
|
'new_message_from_superadmin' => 'New message from superadmin',
|
|
'registered_on' => 'Registered on',
|
|
'map_box_access_token' => 'Mapbox access token',
|
|
'delete_business_warning' => 'Once deleted, you will not be able to recover this business!',
|
|
];
|