2023-06-11 12:14:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2023-12-03 14:07:47 +00:00
|
|
|
'image' => 'Image',
|
|
|
|
'product_name' => 'Product Name',
|
|
|
|
'date' => 'Date',
|
|
|
|
'status' => 'Status',
|
|
|
|
'action' => 'Action',
|
2023-06-11 12:14:03 +00:00
|
|
|
'pages' => [
|
|
|
|
'my_account' => 'My Account',
|
|
|
|
'dashboard' => 'Dashboard',
|
|
|
|
'my_orders' => 'My Orders',
|
|
|
|
'my_downloads' => 'My Downloads',
|
|
|
|
'my_wishlist' => 'My Wishlist',
|
|
|
|
'my_reviews' => 'My Reviews',
|
|
|
|
'my_addresses' => 'My Addresses',
|
|
|
|
'my_profile' => 'My Profile',
|
|
|
|
'logout' => 'Logout',
|
|
|
|
],
|
|
|
|
'dashboard' => [
|
|
|
|
'recent_orders' => 'Recent Orders',
|
|
|
|
'view_all' => 'View All',
|
|
|
|
'account_information' => 'Account Information',
|
|
|
|
'edit' => 'Edit',
|
|
|
|
],
|
|
|
|
'orders' => [
|
2023-12-03 14:07:47 +00:00
|
|
|
'order_id' => 'Order ID',
|
|
|
|
'total' => 'Total',
|
2023-06-11 12:14:03 +00:00
|
|
|
'view' => 'View',
|
|
|
|
'view_order' => 'View Order',
|
|
|
|
'no_orders' => 'You haven\'t placed any order yet.',
|
|
|
|
],
|
|
|
|
'view_order' => [
|
|
|
|
'view_order' => 'View Order',
|
|
|
|
'order_information' => 'Order Information',
|
|
|
|
'id' => 'ID',
|
|
|
|
'phone' => 'Phone:',
|
|
|
|
'email' => 'Email:',
|
|
|
|
'date' => 'Date:',
|
|
|
|
'shipping_method' => 'Shipping Method:',
|
|
|
|
'payment_method' => 'Payment Method:',
|
|
|
|
'order_note' => 'Order Note:',
|
|
|
|
'billing_address' => 'Billing Address',
|
|
|
|
'shipping_address' => 'Shipping Address',
|
2023-12-03 14:07:47 +00:00
|
|
|
'unit_price' => 'Unit Price',
|
|
|
|
'quantity' => 'Quantity',
|
|
|
|
'line_total' => 'Line Total',
|
2023-06-11 12:14:03 +00:00
|
|
|
'subtotal' => 'Subtotal',
|
|
|
|
'coupon' => 'Coupon',
|
|
|
|
'total' => 'Total',
|
|
|
|
],
|
|
|
|
'downloads' => [
|
2023-12-03 14:07:47 +00:00
|
|
|
'filename' => 'Filename',
|
2023-06-11 12:14:03 +00:00
|
|
|
'download' => 'Download',
|
|
|
|
'no_file_found' => 'No file found.',
|
|
|
|
'no_downloadable_files' => 'You don\'t have any downloadable files.',
|
|
|
|
],
|
|
|
|
'wishlist' => [
|
2023-12-03 14:07:47 +00:00
|
|
|
'price' => 'Price',
|
|
|
|
'availability' => 'Availability',
|
2023-06-11 12:14:03 +00:00
|
|
|
'in_stock' => 'In Stock',
|
|
|
|
'out_of_stock' => 'Out of Stock',
|
|
|
|
'delete' => 'Delete',
|
|
|
|
'empty_wishlist' => 'Your wishlist is empty.',
|
|
|
|
],
|
|
|
|
'reviews' => [
|
2023-12-03 14:07:47 +00:00
|
|
|
'rating' => 'Rating',
|
2023-06-11 12:14:03 +00:00
|
|
|
'no_reviews' => 'You haven\'t reviewed any product yet.',
|
|
|
|
],
|
|
|
|
'addresses' => [
|
|
|
|
'confirm' => 'Are you sure want to delete this address?',
|
2023-12-03 14:07:47 +00:00
|
|
|
'default' => 'Default',
|
2023-06-11 12:14:03 +00:00
|
|
|
'edit' => 'Edit',
|
|
|
|
'delete' => 'Delete',
|
|
|
|
'new_address' => 'New Address',
|
2023-12-03 14:07:47 +00:00
|
|
|
'add_new_address' => 'Add New Address',
|
2023-06-11 12:14:03 +00:00
|
|
|
'first_name' => 'First Name',
|
|
|
|
'last_name' => 'Last Name',
|
|
|
|
'street_address' => 'Street Address',
|
|
|
|
'address_line_1' => 'Address Line 1',
|
|
|
|
'address_line_2' => 'Address Line 2 (optional)',
|
|
|
|
'city' => 'City',
|
|
|
|
'zip' => 'Postcode / ZIP',
|
|
|
|
'country' => 'Country',
|
|
|
|
'state' => 'State / Province',
|
|
|
|
'please_select' => 'Please Select',
|
2023-12-03 14:07:47 +00:00
|
|
|
'cancel' => 'Cancel',
|
|
|
|
'save_address' => 'Save Address',
|
2023-06-11 12:14:03 +00:00
|
|
|
],
|
|
|
|
'profile' => [
|
|
|
|
'account' => 'Account',
|
|
|
|
'email' => 'Email',
|
|
|
|
'phone' => 'Phone',
|
|
|
|
'first_name' => 'First Name',
|
|
|
|
'last_name' => 'Last Name',
|
|
|
|
'password' => 'Password',
|
|
|
|
'new_password' => 'New Password',
|
|
|
|
'confirm_password' => 'Confirm Password',
|
2023-12-03 14:07:47 +00:00
|
|
|
'save_changes' => 'Save Changes',
|
2023-06-11 12:14:03 +00:00
|
|
|
],
|
|
|
|
];
|