first upload all files
This commit is contained in:
170
Modules/Setting/Resources/lang/en/attributes.php
Normal file
170
Modules/Setting/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,170 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'supported_countries' => 'Supported Countries',
|
||||
'default_country' => 'Default Country',
|
||||
'supported_locales' => 'Supported Locales',
|
||||
|
||||
'default_locale' => 'Default Locale',
|
||||
'default_timezone' => 'Default Timezone',
|
||||
'customer_role' => 'Customer Role',
|
||||
'reviews_enabled' => 'Reviews & Ratings',
|
||||
'auto_approve_reviews' => 'Auto Approve Reviews',
|
||||
'cookie_bar_enabled' => 'Cookie Bar',
|
||||
|
||||
'maintenance_mode' => 'Maintenance Mode',
|
||||
|
||||
'translatable.store_tagline' => 'Store Tagline',
|
||||
'translatable.store_name' => 'Store Name',
|
||||
'store_phone' => 'Store Phone',
|
||||
'store_email' => 'Store Email',
|
||||
'store_address_1' => 'Store Address 1',
|
||||
'store_address_2' => 'Store Address 2',
|
||||
'store_city' => 'Store City',
|
||||
'store_country' => 'Store Country',
|
||||
'store_state' => 'Store State',
|
||||
'store_zip' => 'Store Zip',
|
||||
'store_phone_hide' => 'Hide Store Phone',
|
||||
'store_email_hide' => 'Hide Store Email',
|
||||
|
||||
'supported_currency' => 'Supported Currency',
|
||||
'supported_currencies' => 'Supported Currencies',
|
||||
'default_currency' => 'Default Currency',
|
||||
'currency_rate_exchange_service' => 'Exchange Rate Service',
|
||||
'fixer_access_key' => 'Fixer Access key',
|
||||
'forge_api_key' => 'Forge API key',
|
||||
'currency_data_feed_api_key' => 'Currency Data Feed API Key',
|
||||
'auto_refresh_currency_rates' => 'Auto Refresh',
|
||||
'auto_refresh_currency_rate_frequency' => 'Frequency',
|
||||
|
||||
'sms_from' => 'SMS From',
|
||||
'sms_service' => 'SMS Service',
|
||||
'vonage_key' => 'API Key',
|
||||
'vonage_secret' => 'API Secret',
|
||||
'twilio_sid' => 'Account SID',
|
||||
'twilio_token' => 'Auth Token',
|
||||
'welcome_sms' => 'Welcome SMS',
|
||||
'new_order_admin_sms' => 'New Order Admin SMS',
|
||||
'new_order_sms' => 'New Order SMS',
|
||||
'sms_order_statuses' => 'SMS Order Statuses',
|
||||
|
||||
'mail_from_address' => 'Mail From Address',
|
||||
'mail_from_name' => 'Mail From Name',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_port' => 'Mail Port',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
'mail_encryption' => 'Mail Encryption',
|
||||
'welcome_email' => 'Welcome Email',
|
||||
'admin_order_email' => 'New Order Admin Email',
|
||||
'invoice_email' => 'Invoice Email',
|
||||
'email_order_statuses' => 'Email Order Statuses',
|
||||
|
||||
'newsletter_enabled' => 'Newsletter',
|
||||
'mailchimp_api_key' => 'Mailchimp API Key',
|
||||
'mailchimp_list_id' => 'Mailchimp List ID',
|
||||
|
||||
'custom_header_assets' => 'Header',
|
||||
'custom_footer_assets' => 'Footer',
|
||||
|
||||
'facebook_login_enabled' => 'Status',
|
||||
'facebook_login_app_id' => 'App ID',
|
||||
'facebook_login_app_secret' => 'App Secret',
|
||||
|
||||
'google_login_enabled' => 'Status',
|
||||
'google_login_client_id' => 'Client ID',
|
||||
'google_login_client_secret' => 'Client Secret',
|
||||
|
||||
'free_shipping_enabled' => 'Status',
|
||||
'translatable.free_shipping_label' => 'Label',
|
||||
'free_shipping_min_amount' => 'Minimum Amount',
|
||||
|
||||
'local_pickup_enabled' => 'Status',
|
||||
'translatable.local_pickup_label' => 'Label',
|
||||
'local_pickup_cost' => 'Cost',
|
||||
|
||||
'flat_rate_enabled' => 'Status',
|
||||
'translatable.flat_rate_label' => 'Label',
|
||||
'flat_rate_cost' => 'Cost',
|
||||
|
||||
'paypal_enabled' => 'Status',
|
||||
'translatable.paypal_label' => 'Label',
|
||||
'translatable.paypal_description' => 'Description',
|
||||
'paypal_test_mode' => 'Sandbox',
|
||||
'paypal_client_id' => 'Client ID',
|
||||
'paypal_secret' => 'Secret',
|
||||
|
||||
'stripe_enabled' => 'Status',
|
||||
'translatable.stripe_label' => 'Label',
|
||||
'translatable.stripe_description' => 'Description',
|
||||
'stripe_publishable_key' => 'Publishable Key',
|
||||
'stripe_secret_key' => 'Secret Key',
|
||||
|
||||
'paytm_enabled' => 'Status',
|
||||
'translatable.paytm_label' => 'Label',
|
||||
'translatable.paytm_description' => 'Description',
|
||||
'paytm_test_mode' => 'Sandbox',
|
||||
'paytm_merchant_id' => 'Merchant ID',
|
||||
'paytm_merchant_key' => 'Merchant Key',
|
||||
|
||||
'razorpay_enabled' => 'Status',
|
||||
'razorpay_label' => 'Label',
|
||||
'razorpay_description' => 'Description',
|
||||
'razorpay_key_id' => 'Key Id',
|
||||
'razorpay_key_secret' => 'Key Secret',
|
||||
|
||||
'instamojo_enabled' => 'Status',
|
||||
'instamojo_label' => 'Label',
|
||||
'instamojo_description' => 'Description',
|
||||
'instamojo_test_mode' => 'Sandbox',
|
||||
'instamojo_api_key' => 'API Key',
|
||||
'instamojo_auth_token' => 'Auth Token',
|
||||
|
||||
'paystack_enabled' => 'Status',
|
||||
'translatable.paystack_label' => 'Label',
|
||||
'translatable.paystack_description' => 'Description',
|
||||
'paystack_test_mode' => 'Sandbox',
|
||||
'paystack_public_key' => 'Public Key',
|
||||
'paystack_secret_key' => 'Secret Key',
|
||||
|
||||
'authorizenet_enabled' => 'Status',
|
||||
'authorizenet_label' => 'Label',
|
||||
'authorizenet_description' => 'Description',
|
||||
'authorizenet_test_mode' => 'Sandbox',
|
||||
'authorizenet_merchant_login_id' => 'Merchant Login ID',
|
||||
'authorizenet_merchant_transaction_key' => 'Merchant Transaction Key',
|
||||
|
||||
'mercadopago_enabled' => 'Status',
|
||||
'mercadopago_label' => 'Label',
|
||||
'mercadopago_description' => 'Description',
|
||||
'mercadopago_test_mode' => 'Sandbox',
|
||||
'mercadopago_public_key' => 'Public Key',
|
||||
'mercadopago_access_token' => 'Access Token',
|
||||
|
||||
'flutterwave_enabled' => 'Status',
|
||||
'flutterwave_label' => 'Label',
|
||||
'flutterwave_description' => 'Description',
|
||||
'flutterwave_test_mode' => 'Sandbox',
|
||||
'flutterwave_public_key' => 'Public Key',
|
||||
'flutterwave_secret_key' => 'Secret Key',
|
||||
'flutterwave_encryption_key' => 'Encryption Key',
|
||||
|
||||
'cod_enabled' => 'Status',
|
||||
'translatable.cod_label' => 'Label',
|
||||
'translatable.cod_description' => 'Description',
|
||||
|
||||
'bank_transfer_enabled' => 'Status',
|
||||
'translatable.bank_transfer_label' => 'Label',
|
||||
'translatable.bank_transfer_description' => 'Description',
|
||||
'translatable.bank_transfer_instructions' => 'Instructions',
|
||||
|
||||
'check_payment_enabled' => 'Status',
|
||||
'translatable.check_payment_label' => 'Label',
|
||||
'translatable.check_payment_description' => 'Description',
|
||||
'translatable.check_payment_instructions' => 'Instructions',
|
||||
|
||||
// validation
|
||||
'supported_countries.*' => 'Supported Countries',
|
||||
'supported_locales.*' => 'Supported Locales',
|
||||
'supported_currencies.*' => 'Supported Currencies',
|
||||
];
|
||||
5
Modules/Setting/Resources/lang/en/messages.php
Normal file
5
Modules/Setting/Resources/lang/en/messages.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'settings_have_been_saved' => 'Settings have been saved.',
|
||||
];
|
||||
5
Modules/Setting/Resources/lang/en/permissions.php
Normal file
5
Modules/Setting/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'edit' => 'Edit Settings',
|
||||
];
|
||||
88
Modules/Setting/Resources/lang/en/settings.php
Normal file
88
Modules/Setting/Resources/lang/en/settings.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'settings' => 'Settings',
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'general_settings' => 'General Settings',
|
||||
'social_logins' => 'Social Logins',
|
||||
'shipping_methods' => 'Shipping Methods',
|
||||
'payment_methods' => 'Payment Methods',
|
||||
],
|
||||
'general' => 'General',
|
||||
'maintenance' => 'Maintenance',
|
||||
'store' => 'Store',
|
||||
'currency' => 'Currency',
|
||||
'sms' => 'SMS',
|
||||
'mail' => 'Mail',
|
||||
'newsletter' => 'Newsletter',
|
||||
'custom_css_js' => 'Custom CSS/JS',
|
||||
'facebook' => 'Facebook',
|
||||
'google' => 'Google',
|
||||
'free_shipping' => 'Free Shipping',
|
||||
'local_pickup' => 'Local Pickup',
|
||||
'flat_rate' => 'Flat Rate',
|
||||
'paypal' => 'PayPal',
|
||||
'stripe' => 'Stripe',
|
||||
'paytm' => 'Paytm',
|
||||
'razorpay' => 'Razorpay',
|
||||
'instamojo' => 'Instamojo',
|
||||
'paystack' => 'Paystack',
|
||||
'authorizenet' => 'Authorize.net',
|
||||
'mercadopago' => 'Mercado Pago',
|
||||
'flutterwave' => 'Flutterwave',
|
||||
'cod' => 'Cash On Delivery',
|
||||
'bank_transfer' => 'Bank Transfer',
|
||||
'check_payment' => 'Check / Money Order',
|
||||
],
|
||||
'form' => [
|
||||
'allow_reviews' => 'Allow customers to give reviews & ratings',
|
||||
'approve_reviews_automatically' => 'Customer reviews will be approved automatically',
|
||||
'show_cookie_bar' => 'Show cookie bar in your website',
|
||||
'privacy_settings' => 'Privacy Settings',
|
||||
'hide_store_phone' => 'Hide store phone from the storefront',
|
||||
'hide_store_email' => 'Hide store email from the storefront',
|
||||
'put_the_application_into_maintenance_mode' => 'Put the application into maintenance mode',
|
||||
'ip_addreses_seperated_in_new_line' => 'IP addreses seperated in new line',
|
||||
'select_service' => 'Select Service',
|
||||
'enable_auto_refreshing_currency_rates' => 'Enable auto-refreshing currency rates',
|
||||
'auto_refresh_currency_rate_frequencies' => [
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
],
|
||||
'customer_notification_settings' => 'Customer Notification Settings',
|
||||
'send_welcome_sms_after_registration' => 'Send welcome SMS after registration',
|
||||
'order_notification_settings' => 'Order Notification Settings',
|
||||
'send_new_order_notification_to_customer' => 'Send new order notification to the customer',
|
||||
'send_new_order_notification_to_admin' => 'Send new order notification to the admin',
|
||||
'mail_encryption_protocols' => [
|
||||
'ssl' => 'SSL',
|
||||
'tls' => 'Tls',
|
||||
],
|
||||
'send_welcome_email_after_registration' => 'Send welcome email after registration',
|
||||
'send_invoice_email' => 'Send invoice email to the customer after checkout',
|
||||
'allow_customers_to_subscribe' => 'Allow customers to subscribe to your newsletter.',
|
||||
'enable_facebook_login' => 'Enable Facebook Login',
|
||||
'enable_google_login' => 'Enable Google Login',
|
||||
'enable_free_shipping' => 'Enable Free Shipping',
|
||||
'enable_local_pickup' => 'Enable Local Pickup',
|
||||
'enable_flat_rate' => 'Enable Flat Rate',
|
||||
'enable_paypal' => 'Enable PayPal',
|
||||
'use_sandbox_for_test_payments' => 'Use sandbox for test payments',
|
||||
'enable_stripe' => 'Enable Stripe',
|
||||
'enable_paytm' => 'Enable Paytm',
|
||||
'enable_razorpay' => 'Enable Razorpay',
|
||||
'enable_instamojo' => 'Enable Instamojo',
|
||||
'enable_paystack' => 'Enable Paystack',
|
||||
'enable_authorizenet' => 'Enable Authorize.net',
|
||||
'enable_mercadopago' => 'Enable Mercado Pago',
|
||||
'enable_flutterwave' => 'Enable Flutterwave',
|
||||
'enable_cod' => 'Enable Cash On Delivery',
|
||||
'enable_bank_transfer' => 'Enable Bank Transfer',
|
||||
'enable_check_payment' => 'Enable Check / Money Order',
|
||||
],
|
||||
'validation' => [
|
||||
'sqlite_is_not_installed' => 'SQLite is not installed.',
|
||||
],
|
||||
];
|
||||
6
Modules/Setting/Resources/lang/en/sidebar.php
Normal file
6
Modules/Setting/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'settings' => 'Settings',
|
||||
'general' => 'General',
|
||||
];
|
||||
Reference in New Issue
Block a user