'Pincode', 'names' => 'Pincodes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Pincodes', 'sub' => 'Pincodes', 'list' => 'List of pincodes', 'edit' => 'Edit pincode', 'create' => 'Create new pincode' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'pincode' => 'Enter pincode', 'shipping_method_id' => 'default shipping method', 'country_code' => 'Select country', 'state_code' => 'Select state', ], /** * Labels for inputs. */ 'label' => [ 'pincode' => 'Pincode', 'shipping_method_id' => 'Shipping Method', 'country_code' => 'Country', 'state_code' => 'State', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'pincode' => ['name' => 'Pincode', 'data-column' => 1, 'checked'], 'shipping_method_id' => ['name' => 'Shipping Method', 'data-column' => 2, 'checked'], 'country_code' => ['name' => 'Country', 'data-column' => 3, 'checked'], 'state_code' => ['name' => 'State', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Pincodes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];