Skip to content

Commit

Permalink
fix: fixed mass update options and range options
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Aug 28, 2023
1 parent 355130c commit 82dc9ec
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 83 deletions.
93 changes: 47 additions & 46 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'price' => 'Price',
'tax' => 'Tax',
'sub-total' => 'Sub Total',
'discount' => 'Discount',
'discount' => 'Discount',
'shipping-and-handling' => 'Shipping and Handling',
'total-paid' => 'Total Paid',
'total-refund' => 'Total Refund',
Expand Down Expand Up @@ -135,7 +135,7 @@
'item-refunded' => 'Refunded (:qty_refunded)',
'qty-to-ship' => 'Qty. To Ship',
'qty-available' => 'Qty. Available',
'create-success' => 'Shipment created successfully'
'create-success' => 'Shipment created successfully',
],

'view' => [
Expand Down Expand Up @@ -234,7 +234,6 @@
'create-success' => 'Refund created successfully',
'invalid-refund-amount-error' => 'Refund amount should be non zero.',


],
],

Expand Down Expand Up @@ -304,8 +303,8 @@
'index' => [
'login-message' => 'you logged in as :customer_name',
'title' => 'Customers',
'datagrid' => [

'datagrid' => [
'id' => 'Customer ID',
'order' => ':order Order(s)',
'address' => ':address Address(s)',
Expand Down Expand Up @@ -370,7 +369,7 @@

'view' => [
'address' => 'Address',
'back-btn' =>'Back',
'back-btn' => 'Back',
'add-note' => 'Add Note',
'active' => 'Active',
'address-delete-success' => 'Address Deleted Successfully',
Expand Down Expand Up @@ -439,11 +438,11 @@
'group-default' => 'Default Group Can not be Deleted',
],

'datagrid' => [
'code' => 'Code',
'id' => 'ID',
'name' => 'Name',
'edit' => 'Edit',
'datagrid' => [
'code' => 'Code',
'id' => 'ID',
'name' => 'Name',
'edit' => 'Edit',
'delete' => 'Delete',
],
],
Expand Down Expand Up @@ -478,7 +477,7 @@
'update-success' => 'Update Successfully',
],

'datagrid' => [
'datagrid' => [
'customer_names' => 'Name',
'comment' => 'Comment',
'date' => 'Date',
Expand Down Expand Up @@ -509,7 +508,7 @@
'address-2' => 'Address 2',
'city' => 'City',
'state' => 'State',
'select-country' => "Select Country",
'select-country' => 'Select Country',
'country' => 'Country',
'default-address' => 'Default Address',
'first-name' => 'First Name',
Expand All @@ -529,7 +528,7 @@
'address-2' => 'Address 2',
'city' => 'City',
'state' => 'State',
'select-country' => "Select Country",
'select-country' => 'Select Country',
'country' => 'Country',
'default-address' => 'Default Address',
'first-name' => 'First Name',
Expand Down Expand Up @@ -563,7 +562,7 @@
'delete' => 'Delete',
],

'create' => [
'create' => [
'code' => 'Code',
'name' => 'Name',
'direction' => 'Direction',
Expand Down Expand Up @@ -614,15 +613,12 @@
],

'edit' => [
'title' => 'Edit Currency',
'success' => 'Currency updated successfully.',
'title' => 'Edit Currency',
'success' => 'Currency updated successfully.',
'delete-success' => 'Currency deleted successfully.',
],
],




],

'exchange-rates' => [
Expand Down Expand Up @@ -737,16 +733,16 @@
'taxes' => [
'tax-categories' => [
'index' => [
'title' => 'Tax Categories',
'tax-category' => 'Tax Category',
'title' => 'Tax Categories',
'tax-category' => 'Tax Category',
'delete-success' => 'Tax Category Deleted Successfully',

'datagrid' => [
'id' => 'ID',
'name' => 'Name',
'code' => 'Code',
'edit' => 'Edit',
'delete' => 'Delete',
'id' => 'ID',
'name' => 'Name',
'code' => 'Code',
'edit' => 'Edit',
'delete' => 'Delete',
'actions' => 'Actions',
],

Expand All @@ -761,7 +757,7 @@
'title' => 'Tax Categories',
'add-tax-rates' => 'Add Tax Rates',
'empty-text' => 'Tax Rates are not available please create new Tax Rates.',
'success' => 'New Tax Category Created',
'success' => 'New Tax Category Created',
],

'edit' => [
Expand Down Expand Up @@ -950,8 +946,8 @@

'edit' => [
'title' => 'Edit User',
'success' => 'User updated successfully.'
]
'success' => 'User updated successfully.',
],
],

'edit' => [
Expand Down Expand Up @@ -1485,7 +1481,6 @@
'update-status' => 'Update Status',
'delete-success' => 'Selected :resource were successfully deleted',


],
],

Expand Down Expand Up @@ -1846,13 +1841,13 @@
'path-info' => 'Example: "/sitemap/" or "/" for base path',
'save-btn' => 'Save Sitemap',
'title' => 'Create Sitemap',
'success' => 'Sitemap created successfully'
'success' => 'Sitemap created successfully',
],

'edit' => [
'title' => 'Edit Sitemap',
'success' => 'Sitemap Updated successfully',
'delete-success' => 'Sitemap Deleted successfully'
'edit' => [
'title' => 'Edit Sitemap',
'success' => 'Sitemap Updated successfully',
'delete-success' => 'Sitemap Deleted successfully',
],
],

Expand Down Expand Up @@ -2293,7 +2288,7 @@
],

'sidebar' => [
'collapse' => 'Collapse',
'collapse' => 'Collapse',
'dashboard' => 'Dashboard',
'sales' => 'Sales',
'orders' => 'Orders',
Expand Down Expand Up @@ -2357,14 +2352,23 @@
'title' => 'Custom Filters',
'clear-all' => 'Clear All',
],

'date-options' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'this-week' => 'This Week',
'this-month' => 'This Month',
'last-month' => 'Last Month',
'last-three-months' => 'Last 3 Months',
'last-six-months' => 'Last 6 Months',
'this-year' => 'This Year',
],
],

'table' => [
'actions' => 'Actions',
'no-records-available' => 'No Records Available.'
'actions' => 'Actions',
'no-records-available' => 'No Records Available.',
],


],

'products' => [
Expand All @@ -2379,7 +2383,6 @@
],
],


'save' => 'Save',
'copy-of' => 'Copy of :value',
'copy-of-slug' => 'copy-of-:value',
Expand Down Expand Up @@ -2464,8 +2467,7 @@
'newsletter-subscriptions' => 'Newsletter Subscriptions',
],


// Need to CHECK AND REMOVE remove
// Need to CHECK AND REMOVE remove

'sales-old' => [
'orders' => [
Expand Down Expand Up @@ -3163,7 +3165,6 @@
'illegal-format' => 'Error! This type of format is either not supported or its illegal format',
],


'cms-old' => [
'pages' => [
'general' => 'General',
Expand Down Expand Up @@ -3237,7 +3238,7 @@
'email' => 'Email',
'notification_label' => 'Notifications',
'notification_label-info' => '"Notification" is a message or alert that informs users about events, updates, or actions, enhancing user engagement and awareness.',
'notifications' => [
'notifications' => [
'verification' => 'Send a verification e-mail after customer registration',
'registration' => 'Send a confirmation e-mail after customer registration',
'customer-registration-confirmation-mail-to-admin' => 'Send a confirmation e-mail to admin after customer registration',
Expand Down
Loading

0 comments on commit 82dc9ec

Please sign in to comment.