/home/techb158/immovalet.com/platform/plugins/ecommerce/resources/lang/en
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/resources/lang/en/shipping.php (6321B)
'Shipping Rules',
'shipping' => 'Shipping',
'title' => 'Title',
'amount' => 'Amount',
'currency' => 'Currency',
'enable' => 'Enable',
'enabled' => 'Enabled',
'disable' => 'Disable',
'disabled' => 'Disabled',
'create_shipping' => 'Create a shipping',
'edit_shipping' => 'Edit shipping :code',
'status' => 'Status',
'shipping_methods' => 'Shipping methods',
'create_shipping_method' => 'Create shipping method',
'edit_shipping_method' => 'Edit shipping method',
'add_shipping_region' => 'Add shipping region',
'country' => 'Country',
'state' => 'State',
'city' => 'City',
'address' => 'Address',
'phone' => 'Phone',
'email' => 'Email',
'zip_code' => 'Zip code',
'methods' => [
'default' => 'Default',
],
'statuses' => [
'not_approved' => 'Not approved',
'approved' => 'Approved',
'picking' => 'Picking',
'delay_picking' => 'Delay picking',
'picked' => 'Picked',
'not_picked' => 'Not picked',
'delivering' => 'Delivering',
'delivered' => 'Delivered',
'not_delivered' => 'Not delivered',
'audited' => 'Audited',
'canceled' => 'Canceled',
],
'cod_statuses' => [
'pending' => 'Pending',
'completed' => 'Completed',
],
'delete' => 'Delete',
'shipping_rules' => 'Shipping Rules',
'shipping_rules_description' => 'Rules to calculate shipping fee.',
'select_country' => 'Select country',
'add_shipping_rule' => 'Add shipping rule',
'delete_shipping_rate' => 'Delete shipping rate for area',
'delete_shipping_rate_confirmation' => 'Are you sure you want to delete
from this shipping area?',
'delete_shipping_area' => 'Delete shipping area',
'delete_shipping_area_confirmation' => 'Are you sure you want to delete shipping area
?',
'add_shipping_fee_for_area' => 'Add shipping fee for area',
'confirm' => 'Confirm',
'save' => 'Save',
'greater_than' => 'Greater than',
'type' => 'Type',
'shipping_rule_name' => 'Name of shipping rule',
'shipping_fee' => 'Shipping fee',
'cancel' => 'Cancel',
'base_on_weight' => 'Based on product\'s weight (:unit)',
'base_on_price' => 'Based on product\'s price',
'shipment_canceled' => 'Shipment was canceled',
'at' => 'At',
'cash_on_delivery' => 'Cash on delivery (COD)',
'update_shipping_status' => 'Update shipping status',
'update_cod_status' => 'Update COD status',
'history' => 'History',
'shipment_information' => 'Shipment information',
'order_number' => 'Order number',
'shipping_method' => 'Shipping method',
'select_shipping_method' => 'Select shipping method',
'cod_status' => 'COD status',
'shipping_status' => 'Shipping status',
'customer_information' => 'Customer information',
'sku' => 'SKU',
'change_status_confirm_title' => 'Confirm
?',
'change_status_confirm_description' => 'Are you sure you want to confirm
for this shipment?',
'accept' => 'Accept',
'weight_unit' => 'Weight (:unit)',
'updated_at' => 'Last Update',
'cod_amount' => 'Cash on delivery amount (COD)',
'cancel_shipping' => 'Cancel shipping',
'shipping_address' => 'Shipping address',
'packages' => 'Packages',
'edit' => 'Edit',
'fee' => 'Fee',
'note' => 'Note',
'finish' => 'Finish',
'shipping_fee_cod' => 'Shipping fee/COD',
'send_confirmation_email_to_customer' => 'Send confirmation email to customer',
'form_name' => 'Name',
'changed_shipping_status' => 'Changed status of shipping to : :status . Updated by: %user_name%',
'order_confirmed_by' => 'Order confirmed by %user_name%',
'shipping_canceled_by' => 'Shipping is cancelled by %user_name%',
'update_shipping_status_success' => 'Update shipping status successfully!',
'update_cod_status_success' => 'Updated COD status of shipping successfully!',
'updated_cod_status_by' => 'Updated COD status to :status . Updated by: %user_name%',
'all' => 'All',
'error_when_adding_new_region' => 'There is an error when adding new region!',
'delivery' => 'Delivery',
'adjustment_price_of' => 'Adjustment price of :key',
];